Signal
GtkApplication::restore-state
unstable since: 4.22
Declaration
gboolean
restore_state (
GtkApplication* self,
GtkRestoreReason reason,
GVariant* state,
gpointer user_data
)
Description [src]
Emitted when application global state is restored.
The handler for this signal should do the opposite of what the
corresponding handler for GtkApplication::save-state does.
| Default handler: The default handler is called after the handlers added via |
| Available since: 4.22 |
Parameters
reason-
Type:
GtkRestoreReasonThe reason for restoring state.
state-
Type:
GVariantAn “a{sv}”
GVariantwith state to restore.The data is owned by the caller of the function.