AlarmdActionDbus

AlarmdActionDbus — An action type that sends a DBus message when launched.

Synopsis




            AlarmdActionDbus;
AlarmdAction* alarmd_action_dbus_new        (void);

Description

AlarmdActionDbus is a action type that, upon firing, sends a message over dbus. The message may be sent on session or system bus. The semantics of this message are determined by properties AlarmdActionDbus:interface, AlarmdActionDbus:name, AlarmdActionDbus:service, AlarmdActionDbus:path and inherited property AlarmdActionDialog:flags.

AlarmdActionDbus also includes the dialog showing properties of AlarmdActionDialog, see its documentation for details. The rest of the action is only run if the dialog is closed; so on snooze the action will be delayed too.

Details

AlarmdActionDbus

typedef struct {
	AlarmdActionDialog parent_instance;
} AlarmdActionDbus;


alarmd_action_dbus_new ()

AlarmdAction* alarmd_action_dbus_new        (void);

Creates new alarmd dbus action object.

Returns : Newly created AlarmdActionDbus.

See Also

AlarmdActionDialog, AlarmActionExec