]> git.0d.be Git - empathy.git/blob - libempathy/empathy-location.h
Be more compatible with Facebook emoticon codes
[empathy.git] / libempathy / empathy-location.h
1 /*
2  * Copyright (C) 2008, 2009 Collabora Ltd.
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17  *
18  * Authors: Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
19  */
20
21 #ifndef __EMPATHY_LOCATION_H__
22 #define __EMPATHY_LOCATION_H__
23
24 #include <glib.h>
25
26 G_BEGIN_DECLS
27
28 /* These keys come from the Telepathy-Spec 0.7.20 */
29 #define EMPATHY_LOCATION_COUNTRY_CODE "countrycode"
30 #define EMPATHY_LOCATION_COUNTRY "country"
31 #define EMPATHY_LOCATION_REGION "region"
32 #define EMPATHY_LOCATION_LOCALITY "locality"
33 #define EMPATHY_LOCATION_AREA "area"
34 #define EMPATHY_LOCATION_POSTAL_CODE "postalcode"
35 #define EMPATHY_LOCATION_STREET "street"
36 #define EMPATHY_LOCATION_BUILDING "building"
37 #define EMPATHY_LOCATION_FLOOR "floor"
38 #define EMPATHY_LOCATION_ROOM "room"
39 #define EMPATHY_LOCATION_TEXT "text"
40 #define EMPATHY_LOCATION_DESCRIPTION "description"
41 #define EMPATHY_LOCATION_URI "uri"
42 #define EMPATHY_LOCATION_LAT "lat"
43 #define EMPATHY_LOCATION_LON "lon"
44 #define EMPATHY_LOCATION_ALT "alt"
45 #define EMPATHY_LOCATION_ACCURACY "accuracy"
46 #define EMPATHY_LOCATION_ACCURACY_LEVEL "accuracy-level"
47 #define EMPATHY_LOCATION_ERROR "error"
48 #define EMPATHY_LOCATION_VERTICAL_ERROR_M "vertical-error-m"
49 #define EMPATHY_LOCATION_HORIZONTAL_ERROR_M "horizontal-error-m"
50 #define EMPATHY_LOCATION_SPEED "speed"
51 #define EMPATHY_LOCATION_BEARING "bearing"
52 #define EMPATHY_LOCATION_CLIMB "climb"
53 #define EMPATHY_LOCATION_TIMESTAMP "timestamp"
54
55 G_END_DECLS
56
57 #endif /* __EMPATHY_LOCATION_H__ */