diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-02-08 13:44:12 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-02-08 13:44:12 +0100 |
commit | cbd238445f23eff22e61d2f973c45339f089a4d8 (patch) | |
tree | ad177e914eea04b7774bdd384c0433c031cbae60 /gir/glib-2.0.c | |
parent | b20ac732d096c1140d856d99f4cf64f6c708de50 (diff) | |
download | gobject-introspection-cbd238445f23eff22e61d2f973c45339f089a4d8.tar.gz |
gir: Update annotations from GLib git master
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 68a35baf..c6ad5b8c 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -12514,7 +12514,7 @@ * @oldval: (allow-none): the old value to compare against * @newval: (allow-none): the new value to replace it with * @destroy: (allow-none): destroy notify for the new value - * @old_destroy: (allow-none): destroy notify for the existing value + * @old_destroy: (optional) (out): 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 |