Main.quitAddDestroy

Warning gtk_quit_add_destroy is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0 Trigger destruction of object in case the mainloop at level main_level is quit.

class Main
static
void
quitAddDestroy

Parameters

mainLevel uint

Level of the mainloop which shall trigger the destruction.

object ObjectGtk

Object to be destroyed.

Meta