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 677127 - Misc annotation fixes
Misc annotation fixes
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-05-30 21:33 UTC by Cosimo Cecchi
Modified: 2012-06-25 18:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
application: fix a typo in introspection annotation (805 bytes, patch)
2012-05-30 21:33 UTC, Cosimo Cecchi
committed Details | Review
actionable: silence g-i scanner warning (1.02 KB, patch)
2012-05-30 21:33 UTC, Cosimo Cecchi
committed Details | Review
fontchooser: silence g-i scanner warning (1.61 KB, patch)
2012-05-30 21:33 UTC, Cosimo Cecchi
committed Details | Review
widget: silence g-i scanner warning (1.45 KB, patch)
2012-05-30 21:33 UTC, Cosimo Cecchi
committed Details | Review
menu: add missing (scope async) annotation to gtk_menu_popup() (1.02 KB, patch)
2012-05-30 21:33 UTC, Cosimo Cecchi
committed Details | Review
radiobutton: add missing (element-type) annotation for radio groups (2.25 KB, patch)
2012-05-30 21:33 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2012-05-30 21:33:36 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.
Comment 1 Cosimo Cecchi 2012-05-30 21:33:38 UTC
Created attachment 215282 [details] [review]
application: fix a typo in introspection annotation
Comment 2 Cosimo Cecchi 2012-05-30 21:33:41 UTC
Created attachment 215283 [details] [review]
actionable: silence g-i scanner warning

The parameter should be named the same in the definition and the
declararion.
Comment 3 Cosimo Cecchi 2012-05-30 21:33:43 UTC
Created attachment 215284 [details] [review]
fontchooser: silence g-i scanner warning

These parameters should be named the same in the definition and the
declaration.
Comment 4 Cosimo Cecchi 2012-05-30 21:33:46 UTC
Created attachment 215285 [details] [review]
widget: silence g-i scanner warning

The parameter should be named the same in the definition and the
declararion.
Comment 5 Cosimo Cecchi 2012-05-30 21:33:49 UTC
Created attachment 215286 [details] [review]
menu: add missing (scope async) annotation to gtk_menu_popup()

Or the g-i scanner will emit a warning.
Comment 6 Cosimo Cecchi 2012-05-30 21:33:52 UTC
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.
Comment 7 Cosimo Cecchi 2012-06-25 18:50:40 UTC
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