diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-03-14 11:40:40 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-03-14 11:40:40 +0100 |
commit | ea9dd2eb2d0d3898d349d8f7e254b1326fc83a33 (patch) | |
tree | 56b3ed7d2d909d364e0213e2f7e32692f7396e6e /gir/gio-2.0.c | |
parent | 3fa6934ac6d4ccc77fffc378861727fe322c95f1 (diff) | |
download | gobject-introspection-ea9dd2eb2d0d3898d349d8f7e254b1326fc83a33.tar.gz |
gir: Update annotations from GLib git master
Diffstat (limited to 'gir/gio-2.0.c')
-rw-r--r-- | gir/gio-2.0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index 9692f5d6..e8d740a3 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -4338,7 +4338,7 @@ * In all cases, the implementing class is responsible for storing the * name of the action, the parameter type, the enabled state, the * optional state type and the state and emitting the appropriate - * signals when these change. The implementor responsible for filtering + * signals when these change. The implementor is responsible for filtering * calls to g_action_activate() and g_action_change_state() for type * safety and for the state being enabled. * |