Class

FinchIdle

since: 3.0.0

Description [src]

final class Finch.Idle : GObject.Object {
  /* No available fields */
}

An implementation of PurpleIdleUi for Finch.

Available since: 3.0.0

Ancestors

Implements

Functions

finch_idle_new

Creates a new FinchIdle.

since: 3.0.0

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from PurpleIdleUi (1)
purple_idle_ui_get_idle_time

Gets the idle time from the user interface.

since: 3.0.0

Signals

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 FinchIdleClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.