GNOME Bugzilla – Bug 745239
g_property_action_new missing type annotation
Last modified: 2015-02-26 18:54:27 UTC
Created attachment 298016 [details] [review] GPropertyAction: add type annotation to constructor's object argument The object argument is a gpointer in C, but it must be a GObject in reality so there should be a (type GObject.Object) annotation.
Review of attachment 298016 [details] [review]: thanks