ConnectionManager
Description:
[ CCode ( has_construct_function = false ) ]
public ConnectionManager (DBusDaemon dbus, string name, string? manager_filename) throws Error
public ConnectionManager (DBusDaemon dbus, string name, string? manager_filename) throws Error
Convenience function to create a new connection manager proxy.
If its protocol and parameter information are required, you should call prepare_async on the result.
Parameters:
dbus |
Proxy for the D-Bus daemon |
name |
The connection manager name (such as "gabble") |
manager_filename |
The manager_file property, which may
(and generally should) be |
Returns:
a new reference to a connection manager proxy, or |