Signal
GtkApplicationWindow::save-state
unstable since: 4.24
Declaration
gboolean
save_state (
GtkApplicationWindow* self,
GVariantDict* dict,
gpointer user_data
)
Description [src]
The handler for this signal should persist any application-specific
state of window into dict.
Note that window management state such as maximized, fullscreen, or window size should not be saved as part of this. They are handled by GTK.
| Default handler: The default handler is called after the handlers added via |
| Available since: 4.24 |
Parameters
dict-
Type:
GVariantDictA dictionary to populate with application window state.
The data is owned by the caller of the function.