[geocode-glib] geocode-glib: Mark UNRELEASED API as new in 3.23.1



commit 1f2766a4d99553c72e92f51487d46e7b6224843b
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Jan 6 23:51:08 2017 +0000

    geocode-glib: Mark UNRELEASED API as new in 3.23.1
    
    3.23.1 has not been released yet, but this API is definitely going to be
    in it when it is.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756311

 geocode-glib/geocode-backend.c   |   14 +++++++-------
 geocode-glib/geocode-backend.h   |    4 ++--
 geocode-glib/geocode-forward.c   |    2 +-
 geocode-glib/geocode-nominatim.c |    8 ++++----
 geocode-glib/geocode-nominatim.h |    4 ++--
 geocode-glib/geocode-reverse.c   |    2 +-
 6 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/geocode-glib/geocode-backend.c b/geocode-glib/geocode-backend.c
index 17f8d1b..5ab58c4 100644
--- a/geocode-glib/geocode-backend.c
+++ b/geocode-glib/geocode-backend.c
@@ -31,7 +31,7 @@
  * The #GeocodeBackend interface defines the operations that a resolver
  * service must implement.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 
 G_DEFINE_INTERFACE (GeocodeBackend, geocode_backend, G_TYPE_OBJECT)
@@ -55,7 +55,7 @@ G_DEFINE_INTERFACE (GeocodeBackend, geocode_backend, G_TYPE_OBJECT)
  * When the operation is finished, @callback will be called. You can then call
  * geocode_backend_forward_search_finish() to get the result of the operation.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 void
 geocode_backend_forward_search_async (GeocodeBackend      *backend,
@@ -88,7 +88,7 @@ geocode_backend_forward_search_async (GeocodeBackend      *backend,
  * places or %NULL in case of errors. Free the returned instances with
  * g_object_unref() and the list with g_list_free() when done.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 GList *
 geocode_backend_forward_search_finish (GeocodeBackend  *backend,
@@ -124,7 +124,7 @@ geocode_backend_forward_search_finish (GeocodeBackend  *backend,
  * places or %NULL in case of errors. Free the returned instances with
  * g_object_unref() and the list with g_list_free() when done.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 GList *
 geocode_backend_forward_search (GeocodeBackend  *backend,
@@ -169,7 +169,7 @@ geocode_backend_forward_search (GeocodeBackend  *backend,
  * When the operation is finished, @callback will be called. You can then call
  * geocode_backend_reverse_resolve_finish() to get the result of the operation.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 void
 geocode_backend_reverse_resolve_async (GeocodeBackend      *backend,
@@ -203,7 +203,7 @@ geocode_backend_reverse_resolve_async (GeocodeBackend      *backend,
  *    by relevance, with most relevant results first. Free the returned
  *    instances with g_object_unref() and the list with g_list_free() when done.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  **/
 GList *
 geocode_backend_reverse_resolve_finish (GeocodeBackend  *backend,
@@ -240,7 +240,7 @@ geocode_backend_reverse_resolve_finish (GeocodeBackend  *backend,
  *    by relevance, with most relevant results first. Free the returned
  *    instances with g_object_unref() and the list with g_list_free() when done.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 GList *
 geocode_backend_reverse_resolve (GeocodeBackend   *backend,
diff --git a/geocode-glib/geocode-backend.h b/geocode-glib/geocode-backend.h
index 9adfbc5..729f268 100644
--- a/geocode-glib/geocode-backend.h
+++ b/geocode-glib/geocode-backend.h
@@ -37,7 +37,7 @@ G_BEGIN_DECLS
  * All the fields in the #GeocodeBackend structure are private and should
  * never be accessed directly.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 #define GEOCODE_TYPE_BACKEND (geocode_backend_get_type ())
 G_DECLARE_INTERFACE (GeocodeBackend, geocode_backend, GEOCODE, BACKEND, GObject)
@@ -53,7 +53,7 @@ G_DECLARE_INTERFACE (GeocodeBackend, geocode_backend, GEOCODE, BACKEND, GObject)
  *
  * Interface which defines the basic operations for geocoding.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 struct _GeocodeBackendInterface
 {
diff --git a/geocode-glib/geocode-forward.c b/geocode-glib/geocode-forward.c
index 83d8352..05a4739 100644
--- a/geocode-glib/geocode-forward.c
+++ b/geocode-glib/geocode-forward.c
@@ -548,7 +548,7 @@ geocode_forward_get_bounded (GeocodeForward *forward)
  *
  * If none is given, the default GNOME Nominatim server is used.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 void
 geocode_forward_set_backend (GeocodeForward *forward,
diff --git a/geocode-glib/geocode-nominatim.c b/geocode-glib/geocode-nominatim.c
index c4c9601..5da11c4 100644
--- a/geocode-glib/geocode-nominatim.c
+++ b/geocode-glib/geocode-nominatim.c
@@ -1269,7 +1269,7 @@ static GWeakRef backend_nominatim_gnome;
  *
  * Returns: (transfer full): a new #GeocodeNominatim. Use g_object_unref() when done.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 GeocodeNominatim *
 geocode_nominatim_get_gnome (void)
@@ -1301,7 +1301,7 @@ geocode_nominatim_get_gnome (void)
  *
  * Returns: (transfer full): a new #GeocodeNominatim. Use g_object_unref() when done.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 GeocodeNominatim *
 geocode_nominatim_new (const char *base_url,
@@ -1433,7 +1433,7 @@ geocode_nominatim_class_init (GeocodeNominatimClass *klass)
         * The base URL of the Nominatim service, for example
         * `https://nominatim.example.org`.
         *
-        * Since: UNRELEASED
+        * Since: 3.23.1
         */
        properties[PROP_BASE_URL] = g_param_spec_string ("base-url",
                                                         "Base URL",
@@ -1451,7 +1451,7 @@ geocode_nominatim_class_init (GeocodeNominatimClass *klass)
         * them in the event of a problem with their usage. See
         * [the Nominatim API](http://wiki.openstreetmap.org/wiki/Nominatim).
         *
-        * Since: UNRELEASED
+        * Since: 3.23.1
         */
        properties[PROP_MAINTAINER_EMAIL_ADDRESS] =
            g_param_spec_string ("maintainer-email-address",
diff --git a/geocode-glib/geocode-nominatim.h b/geocode-glib/geocode-nominatim.h
index df6aa5a..5410306 100644
--- a/geocode-glib/geocode-nominatim.h
+++ b/geocode-glib/geocode-nominatim.h
@@ -37,7 +37,7 @@ G_BEGIN_DECLS
  * All the fields in the #GeocodeNominatim structure are private and should
  * never be accessed directly.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 #define GEOCODE_TYPE_NOMINATIM (geocode_nominatim_get_type ())
 G_DECLARE_DERIVABLE_TYPE (GeocodeNominatim, geocode_nominatim, GEOCODE, NOMINATIM, GObject)
@@ -57,7 +57,7 @@ G_DECLARE_DERIVABLE_TYPE (GeocodeNominatim, geocode_nominatim, GEOCODE, NOMINATI
  * Applications should not normally have to derive #GeocodeNominatim; these
  * virtual methods are mainly intended for testing.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 struct _GeocodeNominatimClass {
        GObjectClass parent_class;
diff --git a/geocode-glib/geocode-reverse.c b/geocode-glib/geocode-reverse.c
index eed4029..0323cbb 100644
--- a/geocode-glib/geocode-reverse.c
+++ b/geocode-glib/geocode-reverse.c
@@ -287,7 +287,7 @@ geocode_reverse_resolve (GeocodeReverse *object,
  *
  * If none is given, the default GNOME Nominatim server is used.
  *
- * Since: UNRELEASED
+ * Since: 3.23.1
  */
 void
 geocode_reverse_set_backend (GeocodeReverse *object,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]