Interface

Gtk-4.0GtkPrinterConstructorProps

interface ConstructorProps {
    accepting_jobs: boolean;
    acceptingJobs: boolean;
    accepts_pdf: boolean;
    accepts_ps: boolean;
    acceptsPdf: boolean;
    acceptsPs: boolean;
    icon_name: string;
    iconName: string;
    is_virtual: boolean;
    isVirtual: boolean;
    job_count: number;
    jobCount: number;
    location: string;
    name: string;
    paused: boolean;
    state_message: string;
    stateMessage: string;
}

Hierarchy (View Summary)

Index

Properties

accepting_jobs: boolean
acceptingJobs: boolean
accepts_pdf: boolean
accepts_ps: boolean
acceptsPdf: boolean
acceptsPs: boolean
icon_name: string
iconName: string
is_virtual: boolean
isVirtual: boolean
job_count: number
jobCount: number
location: string
name: string
paused: boolean
state_message: string
stateMessage: string