summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-03-11 23:57:20 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-03-11 23:57:20 +0100
commit496731294b2bbbe54cb75b1e01c1dd410a4c748a (patch)
tree74cb9711cf4878a6effcf5ea2458969294397b6e /include
parentaee3ce108157d7776420cecca4690c597d2cee8f (diff)
downloadconnman-496731294b2bbbe54cb75b1e01c1dd410a4c748a.tar.gz
connman-496731294b2bbbe54cb75b1e01c1dd410a4c748a.tar.bz2
connman-496731294b2bbbe54cb75b1e01c1dd410a4c748a.zip
Add initial support for common property key constants
Diffstat (limited to 'include')
-rw-r--r--include/property.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/property.h b/include/property.h
index b4c7e18d..a6ea83c8 100644
--- a/include/property.h
+++ b/include/property.h
@@ -32,6 +32,11 @@ extern "C" {
* @short_description: Functions for handling properties
*/
+#define CONNMAN_PROPERTY_ID_NAME "Name"
+#define CONNMAN_PROPERTY_ID_TYPE "Type"
+#define CONNMAN_PROPERTY_ID_PRIORITY "Priority"
+#define CONNMAN_PROPERTY_ID_STRENGTH "Strength"
+
enum connman_property_id {
CONNMAN_PROPERTY_ID_INVALID = 0,