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 687541 - GSignalQuery param_types field needs array annotation
GSignalQuery param_types field needs array annotation
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gobject
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-11-04 01:59 UTC by Simon Feltman
Modified: 2012-11-04 12:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add array length annotation to GSignalQuery param_types field (1.09 KB, patch)
2012-11-04 02:08 UTC, Simon Feltman
committed Details | Review

Description Simon Feltman 2012-11-04 01:59:44 UTC
The param_types field should be annotated as an array with length=n_params
Comment 1 Simon Feltman 2012-11-04 02:08:30 UTC
Created attachment 227998 [details] [review]
Add array length annotation to GSignalQuery param_types field
Comment 2 Martin Pitt 2012-11-04 12:52:38 UTC
Pushed to master and glib-2-34 branches, thank you!