summaryrefslogtreecommitdiff
path: root/gtk/gtkmaplistmodel.h
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-09-17 13:00:36 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-09-17 13:00:36 +0200
commitf3e6d00db17cf22d8e9b875452dc7a7ed72bd677 (patch)
treeb1fbf6fed5f642f7a052979f67b108fe8952797d /gtk/gtkmaplistmodel.h
parente55df03fe2f5e882964982539171fc81130f1306 (diff)
downloadgtk+-f3e6d00db17cf22d8e9b875452dc7a7ed72bd677.tar.gz
gtk: Fix some g-i annotations warnings
Diffstat (limited to 'gtk/gtkmaplistmodel.h')
-rw-r--r--gtk/gtkmaplistmodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmaplistmodel.h b/gtk/gtkmaplistmodel.h
index 185c8ed0da..e5c637297a 100644
--- a/gtk/gtkmaplistmodel.h
+++ b/gtk/gtkmaplistmodel.h
@@ -39,13 +39,13 @@ G_DECLARE_FINAL_TYPE (GtkMapListModel, gtk_map_list_model, GTK, MAP_LIST_MODEL,
/**
* GtkMapListModelMapFunc:
* @item: (transfer full): The item to map
- * @data: user data
+ * @user_data: user data
*
* User function that is called to map an @item of the original model.
*
* Returns: (transfer full): The item to map to. This function may not return %NULL
*/
-typedef gpointer (* GtkMapListModelMapFunc) (gpointer item, gpointer data);
+typedef gpointer (* GtkMapListModelMapFunc) (gpointer item, gpointer user_data);
GDK_AVAILABLE_IN_ALL
GtkMapListModel * gtk_map_list_model_new (GType item_type,