From 3f596074a90c692fa5de736e37a0cc8bb1685c19 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Thu, 26 Feb 2015 10:17:59 -0800 Subject: [PATCH] GPropertyAction: add type annotation to constructor's object argument https://bugzilla.gnome.org/show_bug.cgi?id=745239 --- gio/gpropertyaction.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gio/gpropertyaction.c b/gio/gpropertyaction.c index 857c85c23..8c4a4952a 100644 --- a/gio/gpropertyaction.c +++ b/gio/gpropertyaction.c @@ -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