Connection
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , since = "0.7.1" ) ]
public Connection (DBusDaemon dbus, string? bus_name, string? object_path) throws Error
[ Version ( deprecated = true , since = "0.7.1" ) ]
public Connection (DBusDaemon dbus, string? bus_name, string? object_path) throws Error
Warning: Connection is deprecated.
Note:
Use ensure_connection instead.
Parameters:
dbus |
a D-Bus daemon; may not be |
bus_name |
the well-known or unique name of the connection process; if well-known, this function will make a blocking call to the bus daemon to
resolve the unique name. May be |
object_path |
the object path of the connection process. May be |
Returns:
a new connection proxy, or |