From 6bf9ea4781e346af8faa5cea4e6734f13b7bb3f3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 11 Mar 2009 17:17:36 +0100 Subject: [PATCH] Add skeleton for profile API description --- doc/Makefile.am | 2 +- doc/profile-api.txt | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 doc/profile-api.txt diff --git a/doc/Makefile.am b/doc/Makefile.am index 745841b..995f998 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 index 0000000..e4aa535 --- /dev/null +++ b/doc/profile-api.txt @@ -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. -- 2.7.4