Function
GObjectsignal_handlers_destroy
Declaration [src]
void
g_signal_handlers_destroy (
  GObject* instance
)
Description [src]
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.
Parameters
- instance
- 
            Type: GObjectThe instance whose signal handlers are destroyed. The data is owned by the caller of the function.