mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
gio/gobject: Various introspection fixes
This commit is contained in:
@@ -873,7 +873,7 @@ g_dbus_address_get_stream (const gchar *address,
|
||||
/**
|
||||
* g_dbus_address_get_stream_finish:
|
||||
* @res: A #GAsyncResult obtained from the GAsyncReadyCallback passed to g_dbus_address_get_stream().
|
||||
* @out_guid: %NULL or return location to store the GUID extracted from @address, if any.
|
||||
* @out_guid: (optional) (out): %NULL or return location to store the GUID extracted from @address, if any.
|
||||
* @error: Return location for error or %NULL.
|
||||
*
|
||||
* Finishes an operation started with g_dbus_address_get_stream().
|
||||
@@ -910,7 +910,7 @@ g_dbus_address_get_stream_finish (GAsyncResult *res,
|
||||
/**
|
||||
* g_dbus_address_get_stream_sync:
|
||||
* @address: A valid D-Bus address.
|
||||
* @out_guid: %NULL or return location to store the GUID extracted from @address, if any.
|
||||
* @out_guid: (optional) (out): %NULL or return location to store the GUID extracted from @address, if any.
|
||||
* @cancellable: (allow-none): A #GCancellable or %NULL.
|
||||
* @error: Return location for error or %NULL.
|
||||
*
|
||||
|
Reference in New Issue
Block a user