summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-11-07 11:43:20 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-11-07 11:43:20 +0100
commit55ee0d8fe86a8e042ddfec6077cdfb17d77ace5f (patch)
treec0aaa403f003faaa0b8f54b8e30df4f1a0cd32a7
parent7c51b3de00693f1285d1c7fb0e3391e15ee00be6 (diff)
downloadefl-55ee0d8fe86a8e042ddfec6077cdfb17d77ace5f.tar.gz
docs: eldbus: add docs for new eldbus enum
-rw-r--r--src/lib/eldbus/eldbus_types.eot9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/eldbus/eldbus_types.eot b/src/lib/eldbus/eldbus_types.eot
index b3b2045d1c..f68868c88a 100644
--- a/src/lib/eldbus/eldbus_types.eot
+++ b/src/lib/eldbus/eldbus_types.eot
@@ -6,12 +6,13 @@ struct Eldbus.Object; [[Represents an object path already attached with bus name
enum @extern Eldbus.Connection.Type
{
- unknown = 0, [[sentinel, not a real type]]
- session, [[regular user session bus, used for applications and services running per user]]
- system, [[system-wide connection bus, used for system services]]
+ [[Eldbus connection type]]
+ unknown = 0, [[Sentinel, not a real type]]
+ session, [[Regular user session bus, used for applications and services running per user]]
+ system, [[System-wide connection bus, used for system services]]
starter, [[Uses whatever bus started our application, be session or system]]
address, [[A private bus at a specific address]]
- last, [[sentinel, not a real type]]
+ last, [[Sentinel, not a real type]]
}
enum Eldbus.Introspection.Argument_Direction