Interface

Gio-2.0GioUnixSocketAddressConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gio.SocketAddress.ConstructorProps

Properties

abstract: boolean
path: string
path_as_array: Uint8Array
pathAsArray: Uint8Array

Properties - Inherited from Gio.SocketAddress.ConstructorProps