projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a72983a
)
gobject-2.0: Annotate another GSignal function taking instances
author
Martin Pitt
<martinpitt@gnome.org>
Mon, 2 Sep 2013 10:04:43 +0000
(12:04 +0200)
committer
Martin Pitt
<martinpitt@gnome.org>
Mon, 2 Sep 2013 10:04:43 +0000
(12:04 +0200)
As a followup to commit a72983a, annotate g_signal_handlers_destroy() as well.
gobject/gsignal.c
patch
|
blob
|
history
diff --git
a/gobject/gsignal.c
b/gobject/gsignal.c
index
903557e
..
ebdf8d9
100644
(file)
--- a/
gobject/gsignal.c
+++ b/
gobject/gsignal.c
@@
-2620,6
+2620,10
@@
g_signal_handler_is_connected (gpointer instance,
return connected;
}
+/**
+ * g_signal_handlers_destroy:
+ * @instance: (type GObject.Object): The instance where a signal handler is sought.
+ */
void
g_signal_handlers_destroy (gpointer instance)
{