Class

AstalIOVariable

Description

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

No description available.

Constructors

astal_io_variable_new
No description available.

Instance methods

astal_io_variable_poll
No description available.

astal_io_variable_pollv
No description available.

astal_io_variable_pollfn
No description available.

astal_io_variable_watch
No description available.

astal_io_variable_watchv
No description available.

astal_io_variable_start_poll
No description available.

astal_io_variable_start_watch
No description available.

astal_io_variable_stop_poll
No description available.

astal_io_variable_stop_watch
No description available.

astal_io_variable_is_polling
No description available.

astal_io_variable_is_watching
No description available.

astal_io_variable_get_value
No description available.

astal_io_variable_set_value
No description available.

Methods inherited from AstalIOVariableBase (3)
astal_io_variable_base_emit_changed
No description available.

astal_io_variable_base_emit_dropped
No description available.

astal_io_variable_base_emit_error
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalIO.Variable:value
No description available.

Signals

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

AstalIOVariableBase::dropped
No description available.

AstalIOVariableBase::error
No description available.

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.

Class structure

struct AstalIOVariableClass {
  /* no available fields */
}

No description available.