mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gliststore: Add missing parameter documentation
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user