gdbusobjectmanagerserver: Convert a DocBook link to Markdown

This commit is contained in:
Philip Withnall 2016-01-19 17:01:14 +00:00
parent 6e752d3f8b
commit 1725580f26

View File

@ -242,8 +242,8 @@ g_dbus_object_manager_server_init (GDBusObjectManagerServer *manager)
* *
* The returned server isn't yet exported on any connection. To do so, * The returned server isn't yet exported on any connection. To do so,
* use g_dbus_object_manager_server_set_connection(). Normally you * use g_dbus_object_manager_server_set_connection(). Normally you
* want to export all of your objects before doing so to avoid <ulink * want to export all of your objects before doing so to avoid
* url="http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager">InterfacesAdded</ulink> * [InterfacesAdded](http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager)
* signals being emitted. * signals being emitted.
* *
* Returns: A #GDBusObjectManagerServer object. Free with g_object_unref(). * Returns: A #GDBusObjectManagerServer object. Free with g_object_unref().