diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-20 18:15:33 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-20 18:15:33 +0100 |
commit | b49b5679e354bdfe96460443367f886b20c8ce0f (patch) | |
tree | acd0bc9d2320b4a80f876133902067b7ab0f9af8 /gir/gobject-2.0.c | |
parent | 10f5201f8b585ca26c398c449387be411d983eb1 (diff) | |
download | gobject-introspection-b49b5679e354bdfe96460443367f886b20c8ce0f.tar.gz |
gir: Update annotations from GLib git master
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r-- | gir/gobject-2.0.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c index dd4454c1..dfca0326 100644 --- a/gir/gobject-2.0.c +++ b/gir/gobject-2.0.c @@ -4295,7 +4295,7 @@ * * Connects a closure to a signal for a particular object. * - * Returns: the handler id (always greater than 0 for successful connections) + * Returns: the handler ID (always greater than 0 for successful connections) */ @@ -4310,7 +4310,7 @@ * * Connects a closure to a signal for a particular object. * - * Returns: the handler id (always greater than 0 for successful connections) + * Returns: the handler ID (always greater than 0 for successful connections) */ @@ -4329,7 +4329,7 @@ * used. Specify @connect_flags if you need `..._after()` or * `..._swapped()` variants of this function. * - * Returns: the handler id (always greater than 0 for successful connections) + * Returns: the handler ID (always greater than 0 for successful connections) */ @@ -4485,9 +4485,9 @@ /** * g_signal_handler_is_connected: * @instance: (type GObject.Object): The instance where a signal handler is sought. - * @handler_id: the handler id. + * @handler_id: the handler ID. * - * Returns whether @handler_id is the id of a handler connected to @instance. + * Returns whether @handler_id is the ID of a handler connected to @instance. * * Returns: whether @handler_id identifies a handler connected to @instance. */ |