diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2015-05-01 14:58:58 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2015-05-01 14:58:58 +0200 |
commit | 3661f9336f9a7ad67a26c2d4bcd37deac5c711ce (patch) | |
tree | 959e3b3174d11241f0198f3c6c675b8983c93b5b /gir/gobject-2.0.c | |
parent | d5f9b14cf2c3d25803d7101516cef47a9e0a51dc (diff) | |
download | gobject-introspection-3661f9336f9a7ad67a26c2d4bcd37deac5c711ce.tar.gz |
Update glib annotations from glib 2.45.1
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r-- | gir/gobject-2.0.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c index 440d0c2d..afbc2d2f 100644 --- a/gir/gobject-2.0.c +++ b/gir/gobject-2.0.c @@ -4355,7 +4355,9 @@ * is being emitted on. The rest are any arguments to be passed to the signal. * @signal_id: the signal id * @detail: the detail - * @return_value: Location to store the return value of the signal emission. + * @return_value: (inout) (optional): Location to + * store the return value of the signal emission. This must be provided if the + * specified signal returns a value, but may be ignored otherwise. * * Emits a signal. * |