GNOME Bugzilla – Bug 328621
libwnck docs should not export the _() macro
Last modified: 2006-02-11 08:30:16 UTC
Currently libwnck exports docs for the macro _(). It shouldn't. That macro should be inherited from glib, so I'm not sure why it contains it even. Anyway, the a patch like this should fix it: Index: doc/libwnck-sections.txt =================================================================== RCS file: /cvs/gnome/libwnck/doc/libwnck-sections.txt,v retrieving revision 1.1 diff -u -p -r1.1 libwnck-sections.txt --- doc/libwnck-sections.txt 10 Jan 2006 20:54:14 -0000 1.1 +++ doc/libwnck-sections.txt 25 Jan 2006 17:48:59 -0000 @@ -327,7 +327,7 @@ WNCK_TYPE_WINDOW_TYPE <FILE>inlinepixbufs</FILE> </SECTION> -<SECTION> +<SECTION Private> <FILE>private</FILE> _ WNCK_ACTIVATE_TIMEOUT
Created attachment 58228 [details] [review] Do not redefine _() I removed the definition of _(). I did not apply the patch yet, because the macro gets documented in doc/tmpl/libwnck-unused.sgml. Don't know why...
The patch apparently includes some other stuff to. No idea why it shows up in unused.
Fixed in HEAD.