GPropertyAction: add type annotation to constructor's object argument
authorEvan Nemerson <evan@nemerson.com>
Thu, 26 Feb 2015 18:17:59 +0000 (10:17 -0800)
committerEvan Nemerson <evan@nemerson.com>
Thu, 26 Feb 2015 18:52:14 +0000 (10:52 -0800)
https://bugzilla.gnome.org/show_bug.cgi?id=745239

gio/gpropertyaction.c

index 857c85c23382ebf1b63a76f1c2f7b220233a68af..8c4a4952ad85793eeb2c800dd3bd08ed69820c1c 100644 (file)
@@ -520,7 +520,8 @@ g_property_action_class_init (GPropertyActionClass *class)
 /**
  * g_property_action_new:
  * @name: the name of the action to create
- * @object: the object that has the property to wrap
+ * @object: (type GObject.Object): the object that has the property
+ *   to wrap
  * @property_name: the name of the property
  *
  * Creates a #GAction corresponding to the value of property