Add skeleton for profile API description
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 11 Mar 2009 16:17:36 +0000 (17:17 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 11 Mar 2009 16:17:36 +0000 (17:17 +0100)
doc/Makefile.am
doc/profile-api.txt [new file with mode: 0644]

index 745841b..995f998 100644 (file)
@@ -38,4 +38,4 @@ EXTRA_DIST = $(DOC_MAIN_SGML_FILE) connman-introduction.xml
 endif
 
 EXTRA_DIST += manager-api.txt device-api.txt network-api.txt service-api.txt \
-                               connection-api.txt agent-api.txt plugin-api.txt
+               connection-api.txt profile-api.txt agent-api.txt plugin-api.txt
diff --git a/doc/profile-api.txt b/doc/profile-api.txt
new file mode 100644 (file)
index 0000000..e4aa535
--- /dev/null
@@ -0,0 +1,22 @@
+Profile hierarchy
+=================
+
+Service                org.moblin.connman
+Interface      org.moblin.connman.Profile
+Object path    [variable prefix]/{profile0,profile1,...}
+
+Methods                dict GetProperties()
+
+                       Returns properties for the profile object. See
+                       the properties section for available properties.
+
+                       Possible Errors: [service].Error.InvalidArguments
+
+Signals                PropertyChanged(string name, variant value)
+
+                       This signal indicates a changed value of the given
+                       property.
+
+Properties     string Name [readonly]
+
+                       Name of this profile.