Class

AstalNotifdAction

Description

class AstalNotifd.Action : GObject.Object
{
  /* No available fields */
}

Notification action.

Ancestors

Constructors

astal_notifd_action_new
No description available.

Instance methods

astal_notifd_action_invoke

Invoke this action. Note that this method just notifies the client that this action was invoked by the user. If for example this notification persists through the lifetime of the sending application this action will have no effect.

astal_notifd_action_get_id
No description available.

astal_notifd_action_set_id
No description available.

astal_notifd_action_get_label
No description available.

astal_notifd_action_set_label
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalNotifd.Action:id

Id of this action.

AstalNotifd.Action:label

Label of this action that should be displayed to user.

Signals

AstalNotifd.Action::invoked

Emitted when the notification this action was added to invoked this action.

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 AstalNotifdActionClass {
  /* no available fields */
}

No description available.