Interface

Gio-2.0GioApplicationConstructorProps

interface ConstructorProps {
    action_group: Gio.ActionGroup;
    actionGroup: Gio.ActionGroup;
    application_id: string;
    applicationId: string;
    flags: Gio.ApplicationFlags;
    inactivity_timeout: number;
    inactivityTimeout: number;
    is_busy: boolean;
    is_registered: boolean;
    is_remote: boolean;
    isBusy: boolean;
    isRegistered: boolean;
    isRemote: boolean;
    resource_base_path: string;
    resourceBasePath: string;
    version: string;
}

Hierarchy (View Summary)

Index

Properties

action_group: Gio.ActionGroup
actionGroup: Gio.ActionGroup
application_id: string
applicationId: string
inactivity_timeout: number
inactivityTimeout: number
is_busy: boolean
is_registered: boolean
is_remote: boolean
isBusy: boolean
isRegistered: boolean
isRemote: boolean
resource_base_path: string
resourceBasePath: string
version: string