module Gio::DBusObjectManager
Overview
The #GDBusObjectManager type is the base type for service- and client-side implementations of the standardized org.freedesktop.DBus.ObjectManager interface.
See #GDBusObjectManagerClient for the client-side implementation and #GDBusObjectManagerServer for the service-side implementation.
Direct including types
Defined in:
lib/gi-crystal/src/auto/gio-2.0/d_bus_object_manager.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(object_path : String, interface_name : String) : Gio::DBusInterface | Nil
- #interface_added_signal
- #interface_removed_signal
- #object(object_path : String) : Gio::DBusObject | Nil
- #object_added_signal
- #object_path : String
- #object_removed_signal
- #objects : GLib::List
- #to_unsafe
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.