mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
gio: Fix minor docs mistakes
This commit is contained in:
parent
2ac44f3111
commit
ce9ea30b1d
@ -38,7 +38,7 @@ G_BEGIN_DECLS
|
|||||||
* GAsyncResult:
|
* GAsyncResult:
|
||||||
*
|
*
|
||||||
* Holds results information for an asynchronous operation,
|
* 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;
|
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
|
* then call g_dbus_connection_new_finish() to get the result of the
|
||||||
* operation.
|
* operation.
|
||||||
*
|
*
|
||||||
* This is a asynchronous failable constructor. See
|
* This is an asynchronous failable constructor. See
|
||||||
* g_dbus_connection_new_sync() for the synchronous
|
* g_dbus_connection_new_sync() for the synchronous
|
||||||
* version.
|
* version.
|
||||||
*
|
*
|
||||||
@ -2835,13 +2835,13 @@ g_dbus_connection_new_sync (GIOStream *stream,
|
|||||||
* %G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS flags.
|
* %G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS flags.
|
||||||
*
|
*
|
||||||
* When the operation is finished, @callback will be invoked. You can
|
* When the operation is finished, @callback will be invoked. You can
|
||||||
* then call g_dbus_connection_new_finish() to get the result of the
|
* then call g_dbus_connection_new_for_address_finish() to get the result of
|
||||||
* operation.
|
* the operation.
|
||||||
*
|
*
|
||||||
* If @observer is not %NULL it may be used to control the
|
* If @observer is not %NULL it may be used to control the
|
||||||
* authentication process.
|
* 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
|
* g_dbus_connection_new_for_address_sync() for the synchronous
|
||||||
* version.
|
* version.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user