Document g_signal_handlers_destroy
authorMatthias Clasen <mclasen@redhat.com>
Sat, 31 May 2014 13:02:27 +0000 (09:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 31 May 2014 14:54:02 +0000 (10:54 -0400)
gobject/gsignal.c

index c81a041..6c57f69 100644 (file)
@@ -2609,7 +2609,11 @@ g_signal_handler_is_connected (gpointer instance,
 
 /**
  * g_signal_handlers_destroy:
- * @instance: (type GObject.Object): The instance where a signal handler is sought.
+ * @instance: (type GObject.Object): The instance whose signal handlers are destroyed
+ *
+ * Destroy all signal handlers of a type instance. This function is
+ * an implementation detail of the #GObject dispose implementation,
+ * and should not be used outside of the type system.
  */
 void
 g_signal_handlers_destroy (gpointer instance)