eldbus: Remove unnecessary function - _eldbus_connection_unref()
[platform/upstream/eldbus.git] / doc / examples.dox
1 /**
2  * @page banshee Banshee dbus client
3  * 
4  * @include banshee.c
5  */
6
7 /**
8  * @page simple_dbus_client Simple dbus client
9  * 
10  * @include client.c
11  */
12
13 /**
14  * @page simple_dbus_server Simple dbus server
15  * 
16  * @include server.c
17  */
18
19 /**
20  * @page complex_types Handling with dbus complex types
21  * 
22  * @include complex_types.c
23  */
24
25 /**
26  * @page complex_types_server Handling with dbus complex types in server side
27  * @include complex_types_server.c
28  */
29
30 /**
31  * @page connman Connman client
32  * @include connman-list-services.c
33  */
34
35 /**
36  * @page ofono Ofono client
37  * @include ofono-dial.c
38  */
39  
40 /**
41  * @page eina_value Eina_Value to/from Message
42  * @include complex_types_client_eina_value.c
43  */
44   
45 /**
46  * @page signal_emmiter Simple signal emmiter
47  * @include simple-signal-emit.c
48  */