mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
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:
parent
a72983a5db
commit
ed1e3816ad
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user