struct X11::ServerInterpretedAddress
- X11::ServerInterpretedAddress
- Struct
- Value
- Object
Defined in:
x11/server_interpreted_address.crConstructors
- .new(type : String, value : String)
- .new(server_interpreted_address : X11::C::X::PServerInterpretedAddress)
- .new(server_interpreted_address : X11::C::X::ServerInterpretedAddress)
Instance Method Summary
- #family : Int32
- #to_unsafe : X11::C::X::PServerInterpretedAddress
- #to_x : X11::C::X::ServerInterpretedAddress
- #type : String
- #type_length : Int32
- #value : String
- #value_length : Int32