gobject-2.0: Annotate another GSignal function taking instances
authorMartin Pitt <martinpitt@gnome.org>
Mon, 2 Sep 2013 10:04:43 +0000 (12:04 +0200)
committerMartin 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

index 903557e..ebdf8d9 100644 (file)
@@ -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)
 {