mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Document g_signal_handlers_destroy
This commit is contained in:
parent
a484719033
commit
ad5b4bf92e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user