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


[View source]
def object : Gio::DBusObject | Nil #

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

[View source]
abstract def to_unsafe #

[View source]