Virtual Method

GtkApplicationWindowsave_state

unstable since: 4.22

Declaration [src]

gboolean
save_state (
  GtkApplicationWindow* window,
  GVariantDict* dict
)

Description [src]

Class closure for the GtkApplicationWindow::save-state signal.

Available since: 4.22

Parameters

dict

Type: GVariantDict

A dictionary where to store the window’s state.

The data is owned by the caller of the method.

Return value

Type: gboolean

True to stop stop further handlers from running.