GNOME Bugzilla – Bug 677127
Misc annotation fixes
Last modified: 2012-06-25 18:50:58 UTC
This patchset silences a number of warnings coming from the g-i scanner, by adding some missing annotations and streamlining hte names of some function parameters.
Created attachment 215282 [details] [review] application: fix a typo in introspection annotation
Created attachment 215283 [details] [review] actionable: silence g-i scanner warning The parameter should be named the same in the definition and the declararion.
Created attachment 215284 [details] [review] fontchooser: silence g-i scanner warning These parameters should be named the same in the definition and the declaration.
Created attachment 215285 [details] [review] widget: silence g-i scanner warning The parameter should be named the same in the definition and the declararion.
Created attachment 215286 [details] [review] menu: add missing (scope async) annotation to gtk_menu_popup() Or the g-i scanner will emit a warning.
Created attachment 215287 [details] [review] radiobutton: add missing (element-type) annotation for radio groups The GSLists should specify their element-type in every annotation. We are missing some.
Attachment 215282 [details] pushed as 9992026 - application: fix a typo in introspection annotation Attachment 215283 [details] pushed as 37bb0ce - actionable: silence g-i scanner warning Attachment 215284 [details] pushed as ec1904c - fontchooser: silence g-i scanner warning Attachment 215285 [details] pushed as 8ff9770 - widget: silence g-i scanner warning Attachment 215286 [details] pushed as 66a2870 - menu: add missing (scope async) annotation to gtk_menu_popup() Attachment 215287 [details] pushed as 261d2d9 - radiobutton: add missing (element-type) annotation for radio groups