[geocode-glib] lib: geocode_object_add() is for bindings
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geocode-glib] lib: geocode_object_add() is for bindings
- Date: Fri, 19 Oct 2012 17:15:22 +0000 (UTC)
commit 01636d1b2f61dd77e54dc528aaa341bab32e8698
Author: Bastien Nocera <hadess hadess net>
Date: Thu Oct 18 14:58:54 2012 +0200
lib: geocode_object_add() is for bindings
geocode-glib/geocode-glib.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/geocode-glib/geocode-glib.c b/geocode-glib/geocode-glib.c
index 8a2bd38..a11c9ef 100644
--- a/geocode-glib/geocode-glib.c
+++ b/geocode-glib/geocode-glib.c
@@ -268,8 +268,10 @@ geocode_object_new_for_location (const char *location)
* @key: a string representing a parameter to the web service
* @value: a string representing the value of a parameter
*
- * Adds parameters to pass to the web service. A copy of the key
- * and value parameters are kept internally.
+ * Adds parameters to the geocoding or reverse geocoding request.
+ * A copy of the key and value parameters are kept internally.
+ *
+ * This function is mainly intended for language bindings.
**/
void
geocode_object_add (GeocodeObject *object,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]