module Gio::DBusObject
Overview
The #GDBusObject type is the base type for D-Bus objects on both the service side (see #GDBusObjectSkeleton) and the client side (see #GDBusObjectProxy). It is essentially just a container of interfaces.
Direct including types
Defined in:
lib/gi-crystal/src/auto/gio-2.0/d_bus_object.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
- #interface(interface_name : String) : Gio::DBusInterface | Nil
- #interface_added_signal
- #interface_removed_signal
- #interfaces : GLib::List
- #object_path : String
- #to_unsafe
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.