aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-10-29 18:40:13 +0200
committerJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-10-29 18:40:13 +0200
commitc093c65ddb03bdf5944cf49de76bb8ba45af7973 (patch)
tree61fe1e4405c96151271062ed7bf4aa18186e9e68
parent93fdb04f6fadc76237fdbcfb17eee87a4616d22b (diff)
parentefb8eecbb26c59538934c9c4f797d6e74463a2bc (diff)
Merge branch 'protocol_chge_provider' of git@gitorious.org:maemo-af/contextkit into protocol_chge_provider
-rw-r--r--libcontextprovider/src/service.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/libcontextprovider/src/service.cpp b/libcontextprovider/src/service.cpp
index c015c4e9..8b2854cd 100644
--- a/libcontextprovider/src/service.cpp
+++ b/libcontextprovider/src/service.cpp
@@ -99,6 +99,19 @@ namespace ContextProvider {
lastSubscriberDisappeared signals of the Property instances. You
can also use a Group if you are only interested in whether at least
one of a set of Property objects is subscribed to.
+
+ \section PropNames Valid property names
+
+ Context FW maintains a list of core properties. If you are providing
+ a core property, you need to name it as it is described in the core
+ property list (e.g., Screen.TopEdge).
+
+ If you want to provide a non-core property, its name must be a valid
+ name for a D-Bus object path (e.g.,
+ /com/mycompany/screen/topedge). A valid D-Bus object path starts
+ with / and contains zero or more elements separated by / . Each
+ element must only contain the following characters: [A-Z][a-z][0-9]_
+
*/
/*!