[gtk/ebassi/for-master: 3/4] Add rename-to annotation for GtkListStore.insert_valuesv()
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/for-master: 3/4] Add rename-to annotation for GtkListStore.insert_valuesv()
- Date: Wed, 20 Jan 2021 19:12:42 +0000 (UTC)
commit a1216599ff6b39bca3e936fbf5d8442d3008eb5c
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Jan 15 14:21:20 2021 +0000
Add rename-to annotation for GtkListStore.insert_valuesv()
The vector-based variant should shadow the variadic arguments function
in bindings.
gtk/gtkliststore.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c
index cf41055954..1b17843a97 100644
--- a/gtk/gtkliststore.c
+++ b/gtk/gtkliststore.c
@@ -2248,9 +2248,9 @@ gtk_list_store_insert_with_values (GtkListStore *list_store,
/**
- * gtk_list_store_insert_with_valuesv:
+ * gtk_list_store_insert_with_valuesv: (rename-to gtk_list_store_insert_with_values)
* @list_store: A #GtkListStore
- * @iter: (out) (allow-none): An unset #GtkTreeIter to set to the new row, or %NULL.
+ * @iter: (out) (optional): An unset #GtkTreeIter to set to the new row
* @position: position to insert the new row, or -1 for last
* @columns: (array length=n_values): an array of column numbers
* @values: (array length=n_values): an array of GValues
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]