mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
Merge branch 'gio-docs-fixes' into 'master'
gio: Fix minor docs mistakes See merge request GNOME/glib!994
This commit is contained in:
commit
d076c4c688
@ -38,7 +38,7 @@ G_BEGIN_DECLS
|
||||
* GAsyncResult:
|
||||
*
|
||||
* Holds results information for an asynchronous operation,
|
||||
* usually passed directly to a asynchronous _finish() operation.
|
||||
* usually passed directly to an asynchronous _finish() operation.
|
||||
**/
|
||||
typedef struct _GAsyncResultIface GAsyncResultIface;
|
||||
|
||||
|
@ -2696,7 +2696,7 @@ async_initable_iface_init (GAsyncInitableIface *async_initable_iface)
|
||||
* then call g_dbus_connection_new_finish() to get the result of the
|
||||
* operation.
|
||||
*
|
||||
* This is a asynchronous failable constructor. See
|
||||
* This is an asynchronous failable constructor. See
|
||||
* g_dbus_connection_new_sync() for the synchronous
|
||||
* version.
|
||||
*
|
||||
@ -2835,13 +2835,13 @@ g_dbus_connection_new_sync (GIOStream *stream,
|
||||
* %G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS flags.
|
||||
*
|
||||
* When the operation is finished, @callback will be invoked. You can
|
||||
* then call g_dbus_connection_new_finish() to get the result of the
|
||||
* operation.
|
||||
* then call g_dbus_connection_new_for_address_finish() to get the result of
|
||||
* the operation.
|
||||
*
|
||||
* If @observer is not %NULL it may be used to control the
|
||||
* authentication process.
|
||||
*
|
||||
* This is a asynchronous failable constructor. See
|
||||
* This is an asynchronous failable constructor. See
|
||||
* g_dbus_connection_new_for_address_sync() for the synchronous
|
||||
* version.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user