projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d36f6a9
)
GPropertyAction: add type annotation to constructor's object argument
author
Evan Nemerson
<evan@nemerson.com>
Thu, 26 Feb 2015 18:17:59 +0000
(10:17 -0800)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/gio/gpropertyaction.c
b/gio/gpropertyaction.c
index 857c85c23382ebf1b63a76f1c2f7b220233a68af..8c4a4952ad85793eeb2c800dd3bd08ed69820c1c 100644
(file)
--- 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