DBusConnection.flushFinish

Finishes an operation started with g_dbus_connection_flush(). Since 2.26

class DBusConnection
int
flushFinish

Parameters

res AsyncResultIF

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

Return Value

Type: int

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

Throws

GException on failure.

Meta