diff --git a/gobject/gsignal.c b/gobject/gsignal.c index c81a041ca..6c57f69e9 100644 --- a/gobject/gsignal.c +++ b/gobject/gsignal.c @@ -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)