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) #

def self.new(data : LibGio::DBusInterfaceInfo, transfer : GICrystal::Transfer) #

def self.new(ref_count : Int32? = nil) #

Class Method Detail

def self.g_type : UInt64 #

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


Instance Method Detail

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

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


def annotations : Enumerable(Gio::DBusAnnotationInfo)? #

def annotations! #

def cache_build : Nil #

def cache_release : Nil #

def generate_xml(indent : UInt32, string_builder : GLib::String) : Nil #

def lookup_method(name : String) : Gio::DBusMethodInfo? #

def lookup_property(name : String) : Gio::DBusPropertyInfo? #

def lookup_signal(name : String) : Gio::DBusSignalInfo? #

def methods : Enumerable(Gio::DBusMethodInfo)? #

def methods! #

def name : String? #

def name! #

def properties : Enumerable(Gio::DBusPropertyInfo)? #

def properties! #


def ref_count : Int32 #

def ref_count=(value : Int32) #

def signals : Enumerable(Gio::DBusSignalInfo)? #

def signals! #

def to_unsafe #

def unref : Nil #