Bumping manifests a=b2g-bump
[gecko.git] / widget / nsIGfxInfo2.idl
blobf60f12c415e2d8716af1133283b9146faf0dc147
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #include "nsISupports.idl"
9 /**
10 * nsIGfxInfo2 is a separately implemented extension of nsIGfxInfo, to
11 * allow us (in effect) to tack things onto the nsIGfxInfo interface
12 * without changing it.
15 [scriptable, uuid(9C8D8F44-6D52-45AA-8921-734EF4DF5DFE)]
16 interface nsIGfxInfo2 : nsISupports
18 /**
19 * Not really Gfx-related. Here for convenience,
20 * possibly only temporarily. See bug 1102295.
22 readonly attribute DOMString countryCode;