diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-08-25 11:31:26 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-08-25 16:36:08 +0100 |
commit | 256c9c9873b1e12ca76b24d35361b87f61558724 (patch) | |
tree | 8ab4075f0542374208faf3dc7dc3cf3cc62b64c1 /gtk/gtkaccessible.c | |
parent | fd568e63c2a22af24f7b963e87c4e775434551e4 (diff) | |
download | gtk+-256c9c9873b1e12ca76b24d35361b87f61558724.tar.gz |
Annotate GValue-variants methods of GtkAccessible
The variadic arguments methods cannot be used by language bindings,
which means we can let them use their names when calling the
GValue-based methods.
Diffstat (limited to 'gtk/gtkaccessible.c')
-rw-r--r-- | gtk/gtkaccessible.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c index 79b56f6eeb..0c9a399ef0 100644 --- a/gtk/gtkaccessible.c +++ b/gtk/gtkaccessible.c @@ -179,7 +179,7 @@ out: } /** - * gtk_accessible_update_state_value: + * gtk_accessible_update_state_value: (rename-to gtk_accessible_update_state) * @self: a #GtkAccessible * @n_states: the number of accessible states to set * @states: (array length=n_states): an array of #GtkAccessibleState @@ -323,7 +323,7 @@ out: } /** - * gtk_accessible_update_property_value: + * gtk_accessible_update_property_value: (rename-to gtk_accessible_update_property) * @self: a #GtkAccessible * @n_properties: the number of accessible properties to set * @properties: (array length=n_properties): an array of #GtkAccessibleProperty @@ -458,7 +458,7 @@ out: } /** - * gtk_accessible_update_relation_value: + * gtk_accessible_update_relation_value: (rename-to gtk_accessible_update_relation) * @self: a #GtkAccessible * @n_relations: the number of accessible relations to set * @relations: (array length=n_relations): an array of #GtkAccessibleRelation |