gdbusconnection: Fix link in documentation

This commit is contained in:
Michael Catanzaro 2017-12-03 19:22:58 -06:00
parent e45f99e3f6
commit 18f4583653

View File

@ -176,7 +176,7 @@
* ## An example for file descriptor passing # {#gdbus-unix-fd-client} * ## An example for file descriptor passing # {#gdbus-unix-fd-client}
* *
* Here is an example for passing UNIX file descriptors: * 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) * [gdbus-unix-fd-client.c](https://git.gnome.org/browse/glib/tree/gio/tests/gdbus-example-unix-fd-client.c)
* *
* ## An example for exporting a GObject # {#gdbus-export} * ## An example for exporting a GObject # {#gdbus-export}
* *