Bug 1643246 - Don't use attribute selectors for determining if a select is a drop...
[gecko.git] / widget / nsIPrinter.idl
blob6c1176a26a2e834097486c742d45a5d83ef07ee3
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #include "nsIPaper.idl"
7 #include "nsISupports.idl"
9 [scriptable, uuid(d2dde9bb-df86-469c-bfcc-fd95a44b1db8)]
10 interface nsIPrinter : nsISupports
12 /**
13 * The name of the printer.
15 readonly attribute AString name;
17 /**
18 * The list of available paper sizes.
20 readonly attribute Array<nsIPaper> paperList;