GNOME Bugzilla – Bug 728517
Add "constructor" annotations for gom_filter_new_and/or
Last modified: 2014-04-18 17:42:41 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.
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.