Trivial doc typo fix

This commit is contained in:
Matthias Clasen 2011-11-19 16:23:33 -05:00
parent b55daa7f59
commit 6c7387f6d1

View File

@ -5580,7 +5580,7 @@ g_dbus_connection_call_sync_internal (GDBusConnection *connection,
* timeout or %G_MAXINT for no timeout.
* @cancellable: A #GCancellable or %NULL.
* @callback: (allow-none): A #GAsyncReadyCallback to call when the request is
* satisfied or %NULL if you don't * care about the result of the
* satisfied or %NULL if you don't care about the result of the
* method invocation.
* @user_data: The data to pass to @callback.
*