Interface

Gio-2.0GioUnixSocketAddressConstructorProps

interface ConstructorProps {
    abstract: boolean;
    address_type: Gio.UnixSocketAddressType;
    addressType: Gio.UnixSocketAddressType;
    family: Gio.SocketFamily;
    path: string;
    path_as_array: string | Uint8Array<ArrayBufferLike>;
    pathAsArray: string | Uint8Array<ArrayBufferLike>;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gio.SocketAddress.ConstructorProps

Properties

abstract: boolean
path: string
path_as_array: string | Uint8Array<ArrayBufferLike>
pathAsArray: string | Uint8Array<ArrayBufferLike>

Properties - Inherited from Gio.SocketAddress.ConstructorProps