Virtual Method

GtkApplicationsave_state

unstable since: 4.22

Declaration [src]

gboolean
save_state (
  GtkApplication* application,
  GVariantDict* state
)

Description [src]

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

Available since: 4.22

Parameters

state

Type: GVariantDict

A dictionary where to store the application’s state.

The data is owned by the caller of the method.

Return value

Type: gboolean

True to stop stop further handlers from running.