X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgdbusconnection.c;h=fc9acbef6c3a734106203ef42033e806d86223da;hb=a03cee3b27b9c1abfbef4972e67adec6286cc968;hp=b0c295ec82137e613ff07f86302acf4caa79dea5;hpb=623b58eeac2e6f46fc12a63f948794c4e3d889d1;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c index b0c295e..fc9acbe 100644 --- a/gio/gdbusconnection.c +++ b/gio/gdbusconnection.c @@ -163,13 +163,25 @@ * #GError, the only valid thing you can do with that #GDBusConnection is to * free it with g_object_unref(). * - * D-Bus server exampleFIXME: MISSING XINCLUDE CONTENT + * ## An example D-Bus server # {#gdbus-server} * - * D-Bus subtree exampleFIXME: MISSING XINCLUDE CONTENT + * Here is an example for a D-Bus server: + * [gdbus-example-server.c](https://git.gnome.org/browse/glib/tree/gio/tests/gdbus-example-server.c) * - * D-Bus UNIX File Descriptor exampleFIXME: MISSING XINCLUDE CONTENT + * ## An example for exporting a subtree # {#gdbus-subtree-server} * - * Exporting a GObjectFIXME: MISSING XINCLUDE CONTENT + * Here is an example for exporting a subtree: + * [gdbus-example-subtree.c](https://git.gnome.org/browse/glib/tree/gio/tests/gdbus-example-subtree.c) + * + * ## An example for file descriptor passing # {#gdbus-unix-fd-client} + * + * Here is an example for passing UNIX file descriptors: + * [gdbus-unix-fd-client.c](https://git.gnome.org/browse/glib/tree/gio/tests/gdbus-unix-fd-client.c) + * + * ## An example for exporting a GObject # {#gdbus-export} + * + * Here is an example for exporting a #GObject: + * [gdbus-example-export.c](https://git.gnome.org/browse/glib/tree/gio/tests/gdbus-example-export.c) */ /* ---------------------------------------------------------------------------------------------------- */