module Gio::DBusInterface
Overview
The #GDBusInterface type is the base type for D-Bus interfaces both on the service side (see #GDBusInterfaceSkeleton) and client side (see #GDBusProxy).
Direct including types
Defined in:
lib/gi-crystal/src/auto/gio-2.0/d_bus_interface.crConstructors
-
.cast(obj : GObject::Object) : self
Cast a
GObject::Object
toself
, throws aTypeCastError
if the cast can't be made.
Class Method Summary
Instance Method Summary
- #info : Gio::DBusInterfaceInfo
- #object : Gio::DBusObject | Nil
- #object=(object : Gio::DBusObject | Nil) : Nil
- #to_unsafe
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.