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
abstract: boolean
path: string
path_as_array: string | Uint8Array<ArrayBufferLike>
pathAsArray: string | Uint8Array<ArrayBufferLike>