![]() |
![]() |
![]() |
Alarmd Reference Manual | ![]() |
---|---|---|---|---|
AlarmdActionDialog;void alarmd_action_dialog_do_action (AlarmdActionDialog *dialog); AlarmdAction* alarmd_action_dialog_new (void);
GObject +----AlarmdObject +----AlarmdAction +----AlarmdActionDialog +----AlarmdActionExec +----AlarmdActionDbus
"icon"gchararray : Read / Write "message"gchararray : Read / Write "sound"gchararray : Read / Write "title"gchararray : Read / Write
AlarmdActionDialog is an action type that, upon firing, may show a dialog
if flagged so in
void alarmd_action_dialog_do_action (AlarmdActionDialog *dialog);
Does the action of the AlarmdActionDialog.
dialog : |
The action that should be done. |
AlarmdAction* alarmd_action_dialog_new (void);
Creates new alarmd dialog action.
Returns : | Newly created AlarmdActionDialog. |
icon
" property"icon"gchararray : Read / Write
Icon that should be shown in the alarm dialog.
Default value: NULL
message
" property"message"gchararray : Read / Write
Message that will be shown in the alarm dialog.
Default value: NULL
sound
" property"sound"gchararray : Read / Write
Sound that should be played when showing the dialog.
Default value: NULL