Method
ValentObjectdestroy
unstable since: 1.0
Declaration [src]
void
valent_object_destroy (
ValentObject* object
)
Description [src]
Destroy the object.
If called from the main thread, it calls g_object_run_dispose(),
which activates the object GCancellable and emits
ValentObject::destroy.
If called from another thread, an idle source will be added to invoke it on the main thread.
Available since: 1.0