Struct

IbisModeChange

unstable since: 0.12

Description [src]

struct IbisModeChange {
  char mode;
  gboolean add;
  char* parameter;
}

A data structure describing a single mode change.

Structure members
mode

The mode character.

add

True if this mode is being added, false if being removed.

parameter

The parameter if the mode requires one.

Available since: 0.12

Constructors

ibis_mode_change_new

Creates a new mode.

unstable since: 0.12

Instance methods

ibis_mode_change_copy

Creates a copy of a mode change.

unstable since: 0.12

ibis_mode_change_free

Frees a mode change.

unstable since: 0.12