gobject-2.0: Annotate another GSignal function taking instances

As a followup to commit a72983a, annotate g_signal_handlers_destroy() as well.
This commit is contained in:
Martin Pitt 2013-09-02 12:04:43 +02:00
parent a72983a5db
commit ed1e3816ad

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