GPropertyAction: add type annotation to constructor's object argument

https://bugzilla.gnome.org/show_bug.cgi?id=745239
This commit is contained in:
Evan Nemerson 2015-02-26 10:17:59 -08:00
parent d36f6a9633
commit 3f596074a9

View File

@ -520,7 +520,8 @@ g_property_action_class_init (GPropertyActionClass *class)
/** /**
* g_property_action_new: * g_property_action_new:
* @name: the name of the action to create * @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 * @property_name: the name of the property
* *
* Creates a #GAction corresponding to the value of property * Creates a #GAction corresponding to the value of property