After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 552602 - Can't parse "const char * const *"
Can't parse "const char * const *"
Status: RESOLVED OBSOLETE
Product: gtk-doc
Classification: Platform
Component: general
1.10
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-17 08:56 UTC by Cosimo Cecchi
Modified: 2009-06-01 14:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cosimo Cecchi 2008-09-17 08:56:40 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.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2008-09-22 19:46:04 UTC
Which version of gtk-doc are you using? It works fine for me with svn. I added a testcase just right now.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-01-08 09:25:25 UTC
Please reopen, if thats still happening for you.
Comment 3 David Zeuthen (not reading bugmail) 2009-06-01 14:03:55 UTC
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...
Comment 4 Stefan Sauer (gstreamer, gtkdoc dev) 2009-06-01 14:59:33 UTC
Its fixed 1.12 (that is git). Look at
http://git.gnome.org/cgit/gtk-doc/tree/tests/bugs/src/tester.c
bug_552602: