Document g_signal_handlers_destroy

This commit is contained in:
Matthias Clasen 2014-05-31 09:02:27 -04:00
parent a484719033
commit ad5b4bf92e

View 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)