[glib/wip/xclaesse/doc-part1: 5/5] Doc: Fix g_list_store_insert_sorted()



commit a458eb9507bf5aca3e6e0c8a53af5fc70cda2b4d
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Tue Feb 3 11:36:57 2015 -0500

    Doc: Fix g_list_store_insert_sorted()

 gio/gliststore.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/gliststore.c b/gio/gliststore.c
index 9a48abd..b039ab7 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: the function used to compare items
+ * @user_data: user data passed to @compare_func.
  *
  * Inserts @item into @store at a position to be determined by the
  * @compare_func.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]