mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
gliststore: Add missing parameter documentation
This commit is contained in:
parent
0d27b2e4e2
commit
9b03587707
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user