mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
g_datalist_id_replace_data: Annotate the out parameter
https://bugzilla.gnome.org/show_bug.cgi?id=756470
This commit is contained in:
parent
df8350b316
commit
595a7e3bb2
@ -885,7 +885,7 @@ g_datalist_id_dup_data (GData **datalist,
|
||||
* @oldval: (nullable): the old value to compare against
|
||||
* @newval: (nullable): the new value to replace it with
|
||||
* @destroy: (nullable): destroy notify for the new value
|
||||
* @old_destroy: (nullable): destroy notify for the existing value
|
||||
* @old_destroy: (out) (optional): destroy notify for the existing value
|
||||
*
|
||||
* Compares the member that is associated with @key_id in
|
||||
* @datalist to @oldval, and if they are the same, replace
|
||||
|
Loading…
Reference in New Issue
Block a user