Signal

GtkStyle::unrealize

since: 2.4

Declaration

void
unrealize (
  GtkStyle* self,
  gpointer user_data
)

Description [src]

Emitted when the aspects of the style specific to a particular visual is being cleaned up. A connection to this signal can be useful if a widget wants to cache objects as object data on GtkStyle. This signal provides a convenient place to free such cached objects.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Available since: 2.4