class Gio::DBusInterfaceInfo

Overview

Information about a D-Bus interface.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/d_bus_interface_info.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]
def self.new(data : LibGio::DBusInterfaceInfo, transfer : GICrystal::Transfer) #

[View source]
def self.new(ref_count : Int32 | Nil = nil) #

[View source]

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def annotations : Enumerable(Gio::DBusAnnotationInfo) | Nil #

[View source]
def annotations! #

[View source]
def cache_build : Nil #

[View source]
def cache_release : Nil #

[View source]
def generate_xml(indent : UInt32, string_builder : GLib::String) : Nil #

[View source]
def lookup_method(name : String) : Gio::DBusMethodInfo | Nil #

[View source]
def lookup_property(name : String) : Gio::DBusPropertyInfo | Nil #

[View source]
def lookup_signal(name : String) : Gio::DBusSignalInfo | Nil #

[View source]
def methods : Enumerable(Gio::DBusMethodInfo) | Nil #

[View source]
def methods! #

[View source]
def name : String | Nil #

[View source]
def name! #

[View source]
def properties : Enumerable(Gio::DBusPropertyInfo) | Nil #

[View source]
def properties! #

[View source]

[View source]
def ref_count : Int32 #

[View source]
def ref_count=(value : Int32) #

[View source]
def signals : Enumerable(Gio::DBusSignalInfo) | Nil #

[View source]
def signals! #

[View source]
def to_unsafe #

[View source]
def unref : Nil #

[View source]