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: GtkRestoreReason

The reason this window is restored.

state

Type: GVariant

The state to restore, as saved by a GtkApplicationWindow::save-state handler.

The argument can be NULL.
The data is owned by the caller of the method.