Defines | |
DBus Daemon | |
#define | PROFILED_SERVICE "com.nokia.profiled" |
#define | PROFILED_PATH "/com/nokia/profiled" |
#define | PROFILED_INTERFACE "com.nokia.profiled" |
DBus Methods | |
#define | PROFILED_GET_PROFILE "get_profile" |
#define | PROFILED_HAS_PROFILE "has_profile" |
#define | PROFILED_SET_PROFILE "set_profile" |
#define | PROFILED_GET_PROFILES "get_profiles" |
#define | PROFILED_GET_KEYS "get_keys" |
#define | PROFILED_GET_VALUE "get_value" |
#define | PROFILED_HAS_VALUE "has_value" |
#define | PROFILED_IS_WRITABLE "is_writable" |
#define | PROFILED_SET_VALUE "set_value" |
#define | PROFILED_GET_TYPE "get_type" |
#define | PROFILED_GET_VALUES "get_values" |
DBus Signals | |
#define | PROFILED_CHANGED "profile_changed" |
Copyright (C) 2008 Nokia. All rights reserved.
#define PROFILED_SERVICE "com.nokia.profiled" |
Profile daemon DBus service.
#define PROFILED_PATH "/com/nokia/profiled" |
Profile daemon DBus object path.
#define PROFILED_INTERFACE "com.nokia.profiled" |
Profile daemon DBus method call and signal interface.
#define PROFILED_GET_PROFILE "get_profile" |
Get active profile name.
n/a |
#define PROFILED_HAS_PROFILE "has_profile" |
Check existance of profile name.
profile | : STRING |
#define PROFILED_SET_PROFILE "set_profile" |
Set active profile name.
profile | : STRING |
#define PROFILED_GET_PROFILES "get_profiles" |
Get available profiles.
n/a |
#define PROFILED_GET_KEYS "get_keys" |
Get available keys.
n/a |
#define PROFILED_GET_VALUE "get_value" |
Get profile value.
profile | : STRING | |
key | : STRING |
#define PROFILED_HAS_VALUE "has_value" |
Check existance of value.
key | : STRING |
#define PROFILED_IS_WRITABLE "is_writable" |
Check if value can be modified.
key | : STRING |
#define PROFILED_SET_VALUE "set_value" |
Set profile value.
profile | : STRING | |
key | : STRING | |
val | : STRING |
#define PROFILED_GET_TYPE "get_type" |
Get type of profile value.
profile | : STRING | |
key | : STRING |
#define PROFILED_GET_VALUES "get_values" |
Get all profile values.
profile | : STRING |
#define PROFILED_CHANGED "profile_changed" |
Signal emitted after changes to profile data
changed | : BOOLEAN | |
active | : BOOLEAN | |
profile | : STRING | |
values | : ARRAY of STRUCT key : STRING val : STRING type : STRING |