[geocode-glib/wip/release: 1/4] lib: Remove now redundant macros
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geocode-glib/wip/release: 1/4] lib: Remove now redundant macros
- Date: Tue, 30 Jul 2013 16:20:43 +0000 (UTC)
commit 23b1d680b4c48a8a5acba4553d437cd00d003f33
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Jul 30 18:41:36 2013 +0300
lib: Remove now redundant macros
geocode-glib/geocode-glib.h | 208 -------------------------------------------
1 files changed, 0 insertions(+), 208 deletions(-)
---
diff --git a/geocode-glib/geocode-glib.h b/geocode-glib/geocode-glib.h
index 917e6bb..6d506cc 100644
--- a/geocode-glib/geocode-glib.h
+++ b/geocode-glib/geocode-glib.h
@@ -33,212 +33,4 @@
#include <geocode-glib/geocode-error.h>
#include <geocode-glib/geocode-enum-types.h>
-G_BEGIN_DECLS
-
-/* Known metadata fields */
-
-/**
- * GEOCODE_OBJECT_FIELD_LONGITUDE:
- *
- * Metadata field for a result, representing the longitude
- * at the center of the matched area.
- **/
-#define GEOCODE_OBJECT_FIELD_LONGITUDE "longitude"
-
-/**
- * GEOCODE_OBJECT_FIELD_LATITUDE:
- *
- * Metadata field for a result, representing the latitude
- * at the center of the matched area.
- **/
-#define GEOCODE_OBJECT_FIELD_LATITUDE "latitude"
-
-/**
- * GEOCODE_OBJECT_FIELD_RADIUS:
- *
- * Metadata field for a result, representing the radius of the
- * matched area in meters.
- **/
-#define GEOCODE_OBJECT_FIELD_RADIUS "radius"
-
-/**
- * GEOCODE_OBJECT_FIELD_TIMEZONE:
- *
- * Metadata field for a result, representing the timezone
- * of the matched area.
- **/
-#define GEOCODE_OBJECT_FIELD_TIMEZONE "timezone"
-
-/**
- * GEOCODE_OBJECT_FIELD_CITY:
- *
- * Metadata field for a result, representing the city
- * of the matched area.
- **/
-#define GEOCODE_OBJECT_FIELD_CITY "city"
-
-/**
- * GEOCODE_OBJECT_FIELD_COUNTRY:
- *
- * Metadata field for a result, representing the country
- * of the matched area.
- **/
-#define GEOCODE_OBJECT_FIELD_COUNTRY "country"
-
-/**
- * GEOCODE_OBJECT_FIELD_AIRPORT:
- *
- * Metadata field for a result, representing the closest
- * airport to the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_AIRPORT "airport"
-
-/**
- * GEOCODE_OBJECT_FIELD_UZIP:
- *
- * Metadata field for a result, representing the unique
- * zip code (or postal code) for the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_UZIP "uzip"
-
-/**
- * GEOCODE_OBJECT_FIELD_COUNTRYCODE:
- *
- * Metadata field for a result, representing the country
- * code of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_COUNTRYCODE "countrycode"
-
-/**
- * GEOCODE_OBJECT_FIELD_NAME:
- *
- * Metadata field for a result, representing the name
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_NAME "name"
-
-/**
- * GEOCODE_OBJECT_FIELD_LINE1:
- *
- * Metadata field for a result, representing the line1
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_LINE1 "line1"
-
-/**
- * GEOCODE_OBJECT_FIELD_LINE2:
- *
- * Metadata field for a result, representing the line2
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_LINE2 "line2"
-
-/**
- * GEOCODE_OBJECT_FIELD_LINE3:
- *
- * Metadata field for a result, representing the line3
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_LINE3 "line3"
-
-/**
- * GEOCODE_OBJECT_FIELD_LINE4:
- *
- * Metadata field for a result, representing the line4
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_LINE4 "line4"
-
-/**
- * GEOCODE_OBJECT_FIELD_HOUSE:
- *
- * Metadata field for a result, representing the house
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_HOUSE "house"
-
-/**
- * GEOCODE_OBJECT_FIELD_STREET:
- *
- * Metadata field for a result, representing the street
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_STREET "street"
-
-/**
- * GEOCODE_OBJECT_FIELD_POSTAL:
- *
- * Metadata field for a result, representing the postal
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_POSTAL "postal"
-
-/**
- * GEOCODE_OBJECT_FIELD_NEIGHBORHOOD:
- *
- * Metadata field for a result, representing the neighborhood
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_NEIGHBORHOOD "neighborhood"
-
-/**
- * GEOCODE_OBJECT_FIELD_COUNTY:
- *
- * Metadata field for a result, representing the county
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_COUNTY "county"
-
-/**
- * GEOCODE_OBJECT_FIELD_HASH:
- *
- * Metadata field for a result, representing the hash
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_HASH "hash"
-
-/**
- * GEOCODE_OBJECT_FIELD_STATECODE:
- *
- * Metadata field for a result, representing the statecode
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_STATECODE "statecode"
-
-/**
- * GEOCODE_OBJECT_FIELD_STATE:
- *
- * Metadata field for a result, representing the state
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_STATE "state"
-
-/**
- * GEOCODE_OBJECT_FIELD_COUNTYCODE:
- *
- * Metadata field for a result, representing the county code
- * of the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_COUNTYCODE "countycode"
-
-/**
- * GEOCODE_OBJECT_FIELD_OFFSETLAT:
- *
- * Metadata field for a result, representing the latitude of
- * the offset point in degrees, representing building/parcel
- * setback from road center-line for the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_OFFSETLAT "offsetlat"
-
-/**
- * GEOCODE_OBJECT_FIELD_OFFSETLON:
- *
- * Metadata field for a result, representing the longitude
- * the offset point in degrees, representing building/parcel
- * setback from road center-line for the matched area.
-**/
-#define GEOCODE_OBJECT_FIELD_OFFSETLON "offsetlon"
-
-G_END_DECLS
-
#endif /* GEOCODE_GLIB_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]