Function

Gio-2.0Giodbus_address_get_streamSince 2.26

  • Asynchronously connects to an endpoint specified by address and sets up the connection so it is in a state to run the client-side of the D-Bus authentication conversation. address must be in the D-Bus address format.

    When the operation is finished, callback will be invoked. You can then call g_dbus_address_get_stream_finish() to get the result of the operation.

    This is an asynchronous failable function. See g_dbus_address_get_stream_sync() for the synchronous version.

    Parameters

    Returns Promise<[Gio.IOStream, string]>

    2.26

  • Asynchronously connects to an endpoint specified by address and sets up the connection so it is in a state to run the client-side of the D-Bus authentication conversation. address must be in the D-Bus address format.

    When the operation is finished, callback will be invoked. You can then call g_dbus_address_get_stream_finish() to get the result of the operation.

    This is an asynchronous failable function. See g_dbus_address_get_stream_sync() for the synchronous version.

    Parameters

    Returns void

    2.26

  • Asynchronously connects to an endpoint specified by address and sets up the connection so it is in a state to run the client-side of the D-Bus authentication conversation. address must be in the D-Bus address format.

    When the operation is finished, callback will be invoked. You can then call g_dbus_address_get_stream_finish() to get the result of the operation.

    This is an asynchronous failable function. See g_dbus_address_get_stream_sync() for the synchronous version.

    Parameters

    Returns void | Promise<[Gio.IOStream, string]>

    2.26