class Gio::DBusNodeInfo

Overview

Information about nodes in a remote object hierarchy.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/d_bus_node_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::DBusNodeInfo, transfer : GICrystal::Transfer) #

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

def self.new_for_xml(xml_data : String) : self #

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 generate_xml(indent : UInt32, string_builder : GLib::String) : Nil #

def interfaces : Enumerable(Gio::DBusInterfaceInfo)? #

def interfaces! #

def lookup_interface(name : String) : Gio::DBusInterfaceInfo? #

def nodes : Enumerable(Gio::DBusNodeInfo)? #

def nodes! #

def path : String? #

def path! #

def ref : Gio::DBusNodeInfo #

def ref_count : Int32 #

def ref_count=(value : Int32) #

def to_unsafe #

def unref : Nil #