struct X11::ServerInterpretedAddress

Defined in:

x11/server_interpreted_address.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, value : String) #

[View source]
def self.new(server_interpreted_address : X11::C::X::PServerInterpretedAddress) #

[View source]
def self.new(server_interpreted_address : X11::C::X::ServerInterpretedAddress) #

[View source]

Instance Method Detail

def family : Int32 #

[View source]
def to_unsafe : X11::C::X::PServerInterpretedAddress #

[View source]
def to_x : X11::C::X::ServerInterpretedAddress #

[View source]
def type : String #

[View source]
def type_length : Int32 #

[View source]
def value : String #

[View source]
def value_length : Int32 #

[View source]