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

Class Method Summary

Instance Method Summary

Class Method Detail

def self.g_type : UInt64 #

Instance Method Detail

def interface(interface_name : String) : Gio::DBusInterface? #

def interface_added_signal #

def interface_removed_signal #

def interfaces : GLib::List #

def object_path : String #

abstract def to_unsafe #