DBusConnection.closeFinish

Finishes an operation started with g_dbus_connection_close(). Since 2.26

class DBusConnection
int
closeFinish

Parameters

res AsyncResultIF

A GAsyncResult obtained from the GAsyncReadyCallback passed to g_dbus_connection_close().

Return Value

Type: int

TRUE if the operation succeeded, FALSE if error is set.

Throws

GException on failure.

Meta