From 496731294b2bbbe54cb75b1e01c1dd410a4c748a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 11 Mar 2009 23:57:20 +0100 Subject: Add initial support for common property key constants --- include/property.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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, -- cgit v1.2.3