mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
GPropertyAction: add type annotation to constructor's object argument
https://bugzilla.gnome.org/show_bug.cgi?id=745239
This commit is contained in:
parent
d36f6a9633
commit
3f596074a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user