mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
GPropertyAction: add type annotation to constructor's object argument
https://bugzilla.gnome.org/show_bug.cgi?id=745239
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user