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.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.cast(obj : GObject::Object) : self #

Cast a GObject::Object to self, throws a TypeCastError if the cast can't be made.


[View source]

Class Method Detail

def self.cast?(obj : GObject::Object) : self | Nil #

[View source]
def self.g_type : UInt64 #

[View source]

Instance Method Detail

def interface(object_path : String, interface_name : String) : Gio::DBusInterface | Nil #

[View source]
def interface_added_signal #

[View source]
def interface_removed_signal #

[View source]
def object(object_path : String) : Gio::DBusObject | Nil #

[View source]
def object_added_signal #

[View source]
def object_path : String #

[View source]
def object_removed_signal #

[View source]
def objects : GLib::List #

[View source]
abstract def to_unsafe #

[View source]