aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-common-simple-properties.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-12 16:42:29 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:50 +0100
commit71fbd2248c20d583300259648703df2f81139dac (patch)
treedf48ff3775b7650933833e251a6eb19c8d319200 /libmm-common/mm-common-simple-properties.h
parent8c704ea7a25c2efc1927d63b42853a4d13b55965 (diff)
api,dbus: prefix with 'm3gpp' the 3GPP-specific entries returned in the simple status
Note that we cannot have properties starting with a digit :-/
Diffstat (limited to 'libmm-common/mm-common-simple-properties.h')
-rw-r--r--libmm-common/mm-common-simple-properties.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libmm-common/mm-common-simple-properties.h b/libmm-common/mm-common-simple-properties.h
index db4b3d16..dbfdd858 100644
--- a/libmm-common/mm-common-simple-properties.h
+++ b/libmm-common/mm-common-simple-properties.h
@@ -32,9 +32,10 @@ G_BEGIN_DECLS
#define MM_COMMON_SIMPLE_PROPERTY_SIGNAL_QUALITY "signal-quality"
#define MM_COMMON_SIMPLE_PROPERTY_BANDS "bands"
#define MM_COMMON_SIMPLE_PROPERTY_ACCESS_TECHNOLOGIES "access-technologies"
-#define MM_COMMON_SIMPLE_PROPERTY_3GPP_REGISTRATION_STATE "registration-state"
-#define MM_COMMON_SIMPLE_PROPERTY_3GPP_OPERATOR_CODE "operator-code"
-#define MM_COMMON_SIMPLE_PROPERTY_3GPP_OPERATOR_NAME "operator-name"
+
+#define MM_COMMON_SIMPLE_PROPERTY_3GPP_REGISTRATION_STATE "m3gpp-registration-state"
+#define MM_COMMON_SIMPLE_PROPERTY_3GPP_OPERATOR_CODE "m3gpp-operator-code"
+#define MM_COMMON_SIMPLE_PROPERTY_3GPP_OPERATOR_NAME "m3gpp-operator-name"
typedef struct _MMCommonSimpleProperties MMCommonSimpleProperties;
typedef struct _MMCommonSimplePropertiesClass MMCommonSimplePropertiesClass;