gliststore: Add missing parameter documentation

This commit is contained in:
Philip Withnall 2015-02-19 14:03:43 +00:00
parent 0d27b2e4e2
commit 9b03587707

View File

@ -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.