+
+ // setup this action to be a "DBus command"
+ act->flags |= ALARM_ACTION_WHEN_RESPONDED;
+ act->flags |= ALARM_ACTION_TYPE_DBUS;
+
+ // DBus params for this action
+ alarm_action_set_dbus_interface(act, "org.maemo.testApp");
+ alarm_action_set_dbus_service(act, "org.maemo.testApp");
+ alarm_action_set_dbus_path(act, "/org/maemo/testApp");
+ alarm_action_set_dbus_name(act, "triggerAlarm");
+
+ // DBus arguments for the action
+ alarm_action_set_dbus_args(act, aEventId);
+
+ // act->flags |= ALARM_ACTION_TYPE_EXEC;
+ // alarm_action_set_exec_command(act, command.toLocal8Bit().data());