mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Fix annotations for source/target in g_object_bind_property_*
We use gpointer for convience of the C API users, but introspection users will not like it. https://bugzilla.gnome.org/show_bug.cgi?id=659838
This commit is contained in:
parent
35829d28b9
commit
8e716cbb49
@ -771,9 +771,9 @@ g_binding_get_target_property (GBinding *binding)
|
||||
|
||||
/**
|
||||
* g_object_bind_property_full:
|
||||
* @source: the source #GObject
|
||||
* @source: (type GObject.Object): the source #GObject
|
||||
* @source_property: the property on @source to bind
|
||||
* @target: the target #GObject
|
||||
* @target: (type GObject.Object): the target #GObject
|
||||
* @target_property: the property on @target to bind
|
||||
* @flags: flags to pass to #GBinding
|
||||
* @transform_to: (scope notified) (allow-none): the transformation function
|
||||
@ -961,9 +961,9 @@ g_object_bind_property_full (gpointer source,
|
||||
|
||||
/**
|
||||
* g_object_bind_property:
|
||||
* @source: the source #GObject
|
||||
* @source: (type GObject.Object): the source #GObject
|
||||
* @source_property: the property on @source to bind
|
||||
* @target: the target #GObject
|
||||
* @target: (type GObject.Object): the target #GObject
|
||||
* @target_property: the property on @target to bind
|
||||
* @flags: flags to pass to #GBinding
|
||||
*
|
||||
@ -1121,9 +1121,9 @@ bind_with_closures_free_func (gpointer data)
|
||||
|
||||
/**
|
||||
* g_object_bind_property_with_closures:
|
||||
* @source: the source #GObject
|
||||
* @source: (type GObject.Object): the source #GObject
|
||||
* @source_property: the property on @source to bind
|
||||
* @target: the target #GObject
|
||||
* @target: (type GObject.Object): the target #GObject
|
||||
* @target_property: the property on @target to bind
|
||||
* @flags: flags to pass to #GBinding
|
||||
* @transform_to: a #GClosure wrapping the transformation function
|
||||
|
Loading…
Reference in New Issue
Block a user