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
11 * The users current region.
13 readonly attribute AString current
;
16 * The users current home region.
18 readonly attribute AString home
;
23 * The observer topic to listen to for Region notifications.
25 #define REGION_TOPIC
"browser-region-updated"