diff options
author | Martin Pitt <martinpitt@gnome.org> | 2013-09-02 12:11:07 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2013-09-02 12:11:07 +0200 |
commit | 56e3e3d399aac876f62da69f0a89aac78d53f96e (patch) | |
tree | f557ae6634660748870f329faaf68265ee02ce27 /gir/gobject-2.0.c | |
parent | 9423c65cc47eb68c13b43efeb4198b27fc33cf0a (diff) | |
download | gobject-introspection-56e3e3d399aac876f62da69f0a89aac78d53f96e.tar.gz |
Update annotations from glib git
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r-- | gir/gobject-2.0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c index 3735a357..903f5f75 100644 --- a/gir/gobject-2.0.c +++ b/gir/gobject-2.0.c @@ -3801,6 +3801,12 @@ /** + * g_signal_handlers_destroy: + * @instance: (type GObject.Object): The instance where a signal handler is sought. + */ + + +/** * g_signal_handlers_disconnect_matched: * @instance: (type GObject.Object): The instance to remove handlers from. * @mask: Mask indicating which of @signal_id, @detail, @closure, @func and/or @data the handlers have to match. |