mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
gio: Add some missing type annotations to object arguments
Similar to https://bugzilla.gnome.org/show_bug.cgi?id=745239
This commit is contained in:
parent
71642ce766
commit
eb92b4fdff
@ -2757,7 +2757,7 @@ g_application_notify_busy_binding (GObject *object,
|
|||||||
/**
|
/**
|
||||||
* g_application_bind_busy_property:
|
* g_application_bind_busy_property:
|
||||||
* @application: a #GApplication
|
* @application: a #GApplication
|
||||||
* @object: a #GObject
|
* @object: (type GObject.Object): a #GObject
|
||||||
* @property: the name of a boolean property of @object
|
* @property: the name of a boolean property of @object
|
||||||
*
|
*
|
||||||
* Marks @application as busy (see g_application_mark_busy()) while
|
* Marks @application as busy (see g_application_mark_busy()) while
|
||||||
@ -2812,7 +2812,7 @@ g_application_bind_busy_property (GApplication *application,
|
|||||||
/**
|
/**
|
||||||
* g_application_unbind_busy_property:
|
* g_application_unbind_busy_property:
|
||||||
* @application: a #GApplication
|
* @application: a #GApplication
|
||||||
* @object: a #GObject
|
* @object: (type GObject.Object): a #GObject
|
||||||
* @property: the name of a boolean property of @object
|
* @property: the name of a boolean property of @object
|
||||||
*
|
*
|
||||||
* Destroys a binding between @property and the busy state of
|
* Destroys a binding between @property and the busy state of
|
||||||
|
@ -2928,7 +2928,7 @@ g_settings_bind_writable (GSettings *settings,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_settings_unbind:
|
* g_settings_unbind:
|
||||||
* @object: the object
|
* @object: (type GObject.Object): the object
|
||||||
* @property: the property whose binding is removed
|
* @property: the property whose binding is removed
|
||||||
*
|
*
|
||||||
* Removes an existing binding for @property on @object.
|
* Removes an existing binding for @property on @object.
|
||||||
|
Loading…
Reference in New Issue
Block a user