Virtual Method
GtkApplicationrestore_window
unstable since: 4.22
Declaration [src]
void
restore_window (
GtkApplication* application,
GtkRestoreReason reason,
GVariant* state
)
Description [src]
Class closure for the GtkApplication::restore-window signal.
Available since: 4.22
Parameters
reason-
Type:
GtkRestoreReasonThe reason this window is restored.
state-
Type:
GVariantThe state to restore, as saved by a
GtkApplicationWindow::save-statehandler.The argument can be NULL.The data is owned by the caller of the method.