summaryrefslogtreecommitdiff
path: root/doc/profile-api.txt
blob: f807070e91c4a364cb5936fecd01df0900880428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.

		array{object} Services [readonly]

			List of service objects.