summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-09-02 12:11:07 +0200
committerMartin Pitt <martinpitt@gnome.org>2013-09-02 12:11:07 +0200
commit56e3e3d399aac876f62da69f0a89aac78d53f96e (patch)
treef557ae6634660748870f329faaf68265ee02ce27
parent9423c65cc47eb68c13b43efeb4198b27fc33cf0a (diff)
downloadgobject-introspection-56e3e3d399aac876f62da69f0a89aac78d53f96e.tar.gz
Update annotations from glib git
-rw-r--r--gir/gobject-2.0.c6
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.