summaryrefslogtreecommitdiff
path: root/doc/eldbus_examples.dox
blob: 1368c68d110c6e7863c96b35b4a91395bb8a0b51 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/**
 * @page eldbus_examples Eldbus Examples
 *
 * Examples:
 * @li @ref banshee.c
 * @li @ref client.c
 * @li @ref complex-types.c
 * @li @ref complex-types-client-eina-value.c
 * @li @ref complex-types-server.c
 * @li @ref connman-list-services.c
 * @li @ref ofono-dial.c
 * @li @ref server.c
 * @li @ref simple-signal-emit.c
 *
 * @example banshee.c
 * Access Banshee music player and send commands to it.
 *
 * @example client.c
 * Client to test various call message types against a provided server
 * (@ref server.c)
 *
 * @example complex-types.c
 * Client to test complex types (arrays, structs, dicts) against a
 * provided server (@ref complex-types-server.c)
 *
 * @example complex-types-client-eina-value.c
 * Client to test complex types (arrays, structs, dicts) against a
 * provided server (@ref complex-types-server.c) returning them as
 * @ref Eina_Value.
 *
 * @example complex-types-server.c
 * Server to test complex types (arrays, structs, dicts).
 *
 * @example connman-list-services.c
 * Client to list networks/services from connman.
 *
 * @example ofono-dial.c
 * Client to ask oFono to dial.
 *
 * @example server.c
 * Server to reply to @ref client.c requests.
 *
 * @example simple-signal-emit.c
 * Server that registers a service interface and emits simple signals.
 */