Signal

ValentObject::destroy

since: 1.0

Declaration

void
destroy (
  ValentObject* self,
  gpointer user_data
)

Description [src]

Emitted when the object is being destroyed.

This signal is emitted when the object enter disposal and always on the main thread. Note that you must still drop any references you hold to the object to avoid leaking memory.

Implementations that override Valent.ObjectClass.destroy must chain-up.

Default handler:

The default handler is called after the handlers added via g_signal_connect_after().

Signal emission will restart instead of recursing
Hooks are disabled for this signal
Available since: 1.0