Remove a reference to a nonexisting function from the docs

There is sadly no async g_dbus_server_new() function.
https://bugzilla.gnome.org/show_bug.cgi?id=646422
This commit is contained in:
Matthias Clasen 2011-04-01 11:50:38 -04:00
parent 048c843b3c
commit 770442f2de

View File

@ -464,8 +464,7 @@ on_run (GSocketService *service,
* See <xref linkend="gdbus-peer-to-peer"/> for how #GDBusServer can * See <xref linkend="gdbus-peer-to-peer"/> for how #GDBusServer can
* be used. * be used.
* *
* This is a synchronous failable constructor. See * This is a synchronous failable constructor.
* g_dbus_server_new() for the asynchronous version.
* *
* Returns: A #GDBusServer or %NULL if @error is set. Free with * Returns: A #GDBusServer or %NULL if @error is set. Free with
* g_object_unref(). * g_object_unref().