mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 12:14:06 +02:00
g_datalist_id_replace_data: Annotate the out parameter
https://bugzilla.gnome.org/show_bug.cgi?id=756470
This commit is contained in:
committed by
Philip Withnall
parent
df8350b316
commit
595a7e3bb2
@@ -885,7 +885,7 @@ g_datalist_id_dup_data (GData **datalist,
|
|||||||
* @oldval: (nullable): the old value to compare against
|
* @oldval: (nullable): the old value to compare against
|
||||||
* @newval: (nullable): the new value to replace it with
|
* @newval: (nullable): the new value to replace it with
|
||||||
* @destroy: (nullable): destroy notify for the new value
|
* @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
|
* Compares the member that is associated with @key_id in
|
||||||
* @datalist to @oldval, and if they are the same, replace
|
* @datalist to @oldval, and if they are the same, replace
|
||||||
|
Reference in New Issue
Block a user