GNOME Bugzilla – Bug 754421
settings: annotatiion typos suppress deprecation notices for gtk-button-images, gtk-menu-images
Last modified: 2015-09-01 22:48:16 UTC
Annotation typos in gtk/gtksettings.c cause deprecation notices for gtk-button-images and gtk-menu-images to be suppressed in docs. Observed in versions 3.16.6, 3.17.7 and git master. Fix is to replace the doubled '::' in * GtkSettings::gtk-button-images: * GtkSettings::gtk-menu-images: with a single ':' * GtkSettings:gtk-button-images: * GtkSettings:gtk-menu-images:
Created attachment 310452 [details] [review] docs: Fix GtkSettings property stanzas Otherwise gtk-button-images and gtk-menu-images will not be recognised as properties.
Attachment 310452 [details] pushed as 06488ad - docs: Fix GtkSettings property stanzas