Main Page | Data Structures | File List | Data Fields | Globals

include/alarm_dbus.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ALARMD_SERVICE   "com.nokia.alarmd"
 ALARMD_SERVICE:.
#define ALARMD_PATH   "/com/nokia/alarmd"
 ALARMD_PATH:.
#define ALARMD_INTERFACE   "com.nokia.alarmd"
 ALARMD_INTERFACE:.
#define ALARM_EVENT_ADD   "add_event"
 ALARM_EVENT_ADD:.
#define ALARM_EVENT_DEL   "del_event"
 ALARM_EVENT_DEL:.
#define ALARM_EVENT_QUERY   "query_event"
 ALARM_EVENT_QUERY:.
#define ALARM_EVENT_GET   "get_event"
 ALARM_EVENT_GET:.
#define ALARMD_SNOOZE_SET   "set_snooze"
 ALARMD_SNOOZE_SET:.
#define ALARMD_SNOOZE_GET   "get_snooze"
 ALARMD_SNOOZE_GET:.


Define Documentation

#define ALARM_EVENT_ADD   "add_event"
 

ALARM_EVENT_ADD:.

Adds an event into the queue.

Parameters:

OBJECT_PATH: Name of the object type.

UINT32: Count of arguments for the object.

STRING: Parameter 1 name.

TYPE: Parameter 1 value.

STRING: Parameter 2 name.

TYPE: Parameter 2 value.

...

Return:

INT32: unique id for the alarm

Definition at line 78 of file alarm_dbus.h.

Referenced by _dbus_message_in(), and alarm_event_add().

#define ALARM_EVENT_DEL   "del_event"
 

ALARM_EVENT_DEL:.

Removes event from the queue.

Parameters:

INT32: The id of the alarm event.

Return:

BOOL: TRUE on success.

Definition at line 93 of file alarm_dbus.h.

Referenced by _dbus_message_in(), and alarm_event_del().

#define ALARM_EVENT_GET   "get_event"
 

ALARM_EVENT_GET:.

Parameters: INT32: The id of the alarm event.

Return:

OBJECT_PATH: Name of the object type.

UINT32: Count of arguments for the object.

STRING: Parameter 1 name.

TYPE: Parameter 1 value.

STRING: Parameter 2 name.

TYPE: Parameter 2 value. ...

Definition at line 138 of file alarm_dbus.h.

Referenced by _dbus_message_in(), and alarm_event_get().

#define ALARM_EVENT_QUERY   "query_event"
 

ALARM_EVENT_QUERY:.

Queries the queue for matching events.

Parameters:

UINT64: Start time of query (seconds since Jan 1 1970 00:00:00 UTC.

UINT64: End time of query.

INT32: Flag mask to select events (0 to get all.

INT32: Wanted flag values.

Return:

Array of INT32s: The event id's.

Definition at line 114 of file alarm_dbus.h.

Referenced by _dbus_message_in(), and alarm_event_query().

#define ALARMD_INTERFACE   "com.nokia.alarmd"
 

ALARMD_INTERFACE:.

The interface the commands use.

Definition at line 51 of file alarm_dbus.h.

Referenced by _alarm_event_dbus_call(), _dbus_message_in(), _dialog_ackd(), _queue_changed(), _resend_message(), and alarm_event_add().

#define ALARMD_PATH   "/com/nokia/alarmd"
 

ALARMD_PATH:.

The object path for the alarmd daemon.

Definition at line 44 of file alarm_dbus.h.

Referenced by _alarm_event_dbus_call(), _queue_changed(), _resend_message(), and alarm_event_add().

#define ALARMD_SERVICE   "com.nokia.alarmd"
 

ALARMD_SERVICE:.

The name of the alarmd service.

Definition at line 37 of file alarm_dbus.h.

Referenced by _alarm_event_dbus_call(), _dbus_connect(), _queue_changed(), _resend_message(), and alarm_event_add().

#define ALARMD_SNOOZE_GET   "get_snooze"
 

ALARMD_SNOOZE_GET:.

Return: UINT32: The amount of minutes the default snooze is.

Definition at line 158 of file alarm_dbus.h.

Referenced by _dbus_message_in(), and alarmd_get_default_snooze().

#define ALARMD_SNOOZE_SET   "set_snooze"
 

ALARMD_SNOOZE_SET:.

Parameters: UINT32: The amount of minutes the default snooze should be.

Return:

BOOLEAN: Status of the request.

Definition at line 150 of file alarm_dbus.h.

Referenced by _dbus_message_in(), and alarmd_set_default_snooze().


Generated on Thu Dec 21 18:23:31 2006 for Alarmd by  doxygen 1.4.2