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 728517 - Add "constructor" annotations for gom_filter_new_and/or
Add "constructor" annotations for gom_filter_new_and/or
Status: RESOLVED FIXED
Product: gom
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Gom Maintainers
Gom Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-18 17:25 UTC by Tristan Brindle
Modified: 2014-04-18 17:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add "constructor" annotations for gom_filter_new_and/or (1.04 KB, patch)
2014-04-18 17:28 UTC, Tristan Brindle
committed Details | Review

Description Tristan Brindle 2014-04-18 17:25:35 UTC
The first argument to these functions is a GomFilter*, meaning they
are incorrectly introspected as instance methods rather than constructors.

Add the (constructor) annotation to fix this.
Comment 1 Tristan Brindle 2014-04-18 17:28:22 UTC
Created attachment 274697 [details] [review]
Add "constructor" annotations for gom_filter_new_and/or

The first argument to these functions is a GomFilter*, meaning they
are incorrectly introspected as instance methods rather than constructors.

Add the (constructor) annotation to fix this.