From 9b0358770716f1f6cc7e891ad71ee2111ae0f626 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 19 Feb 2015 14:03:43 +0000 Subject: [PATCH] gliststore: Add missing parameter documentation --- gio/gliststore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gio/gliststore.c b/gio/gliststore.c index 9a48abd..fce4dc2 100644 --- a/gio/gliststore.c +++ b/gio/gliststore.c @@ -279,6 +279,8 @@ g_list_store_insert (GListStore *store, * g_list_store_insert_sorted: * @store: a #GListStore * @item: the new item + * @compare_func: pairwise comparison function for sorting + * @user_data: (closure): user data for @compare_func * * Inserts @item into @store at a position to be determined by the * @compare_func. -- 2.7.4