DBus.Connection – dbus-glib-1 Reference Manual
Connection
Object Hierarchy:
DBus.Connection
DBus.Connection
DBus.Connection
Description:
[
Compact
]
[
CCode
( cname =
"DBusGConnection"
, ref_function =
"dbus_g_connection_ref"
, unref_function =
"dbus_g_connection_unref"
) ]
public
class
Connection
Namespace:
DBus
Package:
dbus-glib-1
Content:
Creation methods:
public
Connection
(
string
address)
throws
Error
Methods:
public
unowned
RawConnection
get_connection
()
public
Object
get_object
(
string
name,
string
path,
string
? interface_ =
null
)
public
Object
get_object_for_name_owner
(
string
name,
string
path,
string
? interface_ =
null
)
throws
Error
public
Object
get_object_from_type
(
string
name,
string
path,
string
interface_,
Type
type)
public
unowned
Object
lookup_object
(
string
at_path)
public
void
register_object
(
string
at_path,
Object
object)
public
void
unregister_object
(
Object
object)
2022 vala-language.org