Signal
GtkApplication::save-state
unstable since: 4.22
Description [src]
Emitted when the application is saving state.
The handler for this signal should persist any
global state of application
into dict
.
See GtkApplication::restore-state
for how to
restore global state, and GtkApplicationWindow::save-state
and GtkApplication::restore-window
for handling
per-window state.
Default handler: The default handler is called after the handlers added via |
Available since: 4.22 |
Parameters
dict
-
Type:
GVariantDict
A
GVariantDict
.The data is owned by the caller of the function.