GNOME Bugzilla – Bug 332007
gtk+ signals, properties and style properties not indexed
Last modified: 2006-03-19 18:40:12 UTC
Even though the documentation for signals, properties and style properties correctly show the documented 'Since' tags, they are not being listed in any index. For example: gtk+/gtk/gtkaccelmap.c: /** * GtkAccelMap::changed: * [...] * Since: 2.4 */ accel_map_signals[CHANGED] = g_signal_new ("changed", However the <index role="2.4"> only includes a list of functions.
Created attachment 59859 [details] [review] proposed patch Generate <indexterm> tags for signals and properties as well.
Well, at least for signals, seems it misses properties still. On the not so bright side the patch roughly doubles the time it takes to build gtk+ documentation...
Previous problem was apparently because 'make clean' didn't clean up all necessary files. On second try everything seems to be working.
I've committed this (though to the gtkdoc-mkdb.in file). Thanks.