no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / toolkit / modules / nsIRegion.idl
blob19c992d46e9b8f75d04f541540ab5b721e180bb5
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "nsISupports.idl"
7 [scriptable, uuid(21e6d094-e016-41a4-80cd-76d2e20871aa)]
8 interface nsIRegion : nsISupports
10 /**
11 * The users current region.
13 readonly attribute AString current;
15 /**
16 * The users current home region.
18 readonly attribute AString home;
21 %{ C++
22 /**
23 * The observer topic to listen to for Region notifications.
25 #define REGION_TOPIC "browser-region-updated"