Class

AstalVariable

since: 0.1

Description

class Astal.Variable : Astal.VariableBase
{
  /* No available fields */
}
No description available.

Available since: 0.1

Constructors

astal_variable_new
No description available.

since: 0.1

Instance methods

astal_variable_poll
No description available.

since: 0.1

astal_variable_pollv
No description available.

since: 0.1

astal_variable_pollfn
No description available.

since: 0.1

astal_variable_watch
No description available.

since: 0.1

astal_variable_watchv
No description available.

since: 0.1

astal_variable_start_poll
No description available.

since: 0.1

astal_variable_start_watch
No description available.

since: 0.1

astal_variable_stop_poll
No description available.

since: 0.1

astal_variable_stop_watch
No description available.

since: 0.1

astal_variable_is_polling
No description available.

since: 0.1

astal_variable_is_watching
No description available.

since: 0.1

astal_variable_get_value
No description available.

since: 0.1

astal_variable_set_value
No description available.

since: 0.1

Methods inherited from AstalVariableBase (3)
astal_variable_base_emit_changed
No description available.

since: 0.1

astal_variable_base_emit_dropped
No description available.

since: 0.1

astal_variable_base_emit_error
No description available.

since: 0.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Astal.Variable:value
No description available.

since: 0.1

Signals

Signals inherited from AstalVariableBase (3)
AstalVariableBase::changed
No description available.

since: 0.1

AstalVariableBase::dropped
No description available.

since: 0.1

AstalVariableBase::error
No description available.

since: 0.1

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct AstalVariableClass {
  /* no available fields */
}
No description available.