GNOME Bugzilla – Bug 552602
Can't parse "const char * const *"
Last modified: 2009-06-01 14:59:33 UTC
g_themed_icon_get_names () which has a "const char * const *" doesn't get correctly parsed by gtk-doc as, despite having a regular gtk-doc comment in glib/gio/gthemedicon.c, ends up in gio-undeclared.txt.
Which version of gtk-doc are you using? It works fine for me with svn. I added a testcase just right now.
Please reopen, if thats still happening for you.
This only seems to work with gtk-doc (I'm using 1.11-4.fc11) if you use const gchar* const * instead of const char * const * Haven't tried this with the SVN version though...
Its fixed 1.12 (that is git). Look at http://git.gnome.org/cgit/gtk-doc/tree/tests/bugs/src/tester.c bug_552602: