[libgdata] docs: Change next version label to 0.17.11



commit 1a9b6f24b31ddc48b5aab8b4aa71ee47040ecde3
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Aug 21 12:56:22 2019 +0300

    docs: Change next version label to 0.17.11
    
    We’re not ready to release 0.18.0 yet.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 docs/reference/gdata-docs.xml                      |  6 +++---
 gdata/services/documents/gdata-documents-entry.c   |  6 +++---
 .../services/documents/gdata-documents-property.c  | 24 +++++++++++-----------
 .../services/documents/gdata-documents-property.h  |  8 ++++----
 4 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/docs/reference/gdata-docs.xml b/docs/reference/gdata-docs.xml
index 46e0912b..a071a976 100644
--- a/docs/reference/gdata-docs.xml
+++ b/docs/reference/gdata-docs.xml
@@ -309,9 +309,9 @@
                        <title>Index of new symbols in 0.17.10</title>
                        <xi:include href="xml/api-index-0.17.10.xml"><xi:fallback/></xi:include>
                </index>
-               <index role="0.18.0">
-                       <title>Index of new symbols in 0.18.0</title>
-                       <xi:include href="xml/api-index-0.18.0.xml"><xi:fallback/></xi:include>
+               <index role="0.17.11">
+                       <title>Index of new symbols in 0.17.11</title>
+                       <xi:include href="xml/api-index-0.17.11.xml"><xi:fallback/></xi:include>
                </index>
                <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
        </part>
diff --git a/gdata/services/documents/gdata-documents-entry.c 
b/gdata/services/documents/gdata-documents-entry.c
index b11b0b21..ea19c885 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -1330,7 +1330,7 @@ gdata_documents_entry_is_deleted (GDataDocumentsEntry *self)
  *
  * Return value: (transfer none) (element-type GDataDocumentsProperty): a #GList of pointers to 
#GDataDocumentsPropertys
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 GList *
 gdata_documents_entry_get_document_properties (GDataDocumentsEntry *self)
@@ -1352,7 +1352,7 @@ gdata_documents_entry_get_document_properties (GDataDocumentsEntry *self)
  *
  * Return value: %TRUE if the @property doesn't exist in the "properties" list, or that 
#GDataDocumentsProperty:value  of @property has been set to %NULL by a call to 
gdata_documents_entry_remove_documents_property(). %FALSE if @property exists in "properties" list, or in the 
case that @self or @property aren't of proper types.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 gboolean
 gdata_documents_entry_add_documents_property (GDataDocumentsEntry *self, GDataDocumentsProperty *property) {
@@ -1389,7 +1389,7 @@ gdata_documents_entry_add_documents_property (GDataDocumentsEntry *self, GDataDo
  *
  * Return value: %TRUE if @property has been successfully removed from "properties" list on @self, %FALSE 
otherwise.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 gboolean
 gdata_documents_entry_remove_documents_property (GDataDocumentsEntry *self, GDataDocumentsProperty 
*property) {
diff --git a/gdata/services/documents/gdata-documents-property.c 
b/gdata/services/documents/gdata-documents-property.c
index f57744a2..48ec43f5 100644
--- a/gdata/services/documents/gdata-documents-property.c
+++ b/gdata/services/documents/gdata-documents-property.c
@@ -29,7 +29,7 @@
  *
  * Each #GDataDocumentsProperty is characterized by a key-value pair (where value is optional, and takes 
empty string "" by default) and a visibility parameter. The visibility can take values "PUBLIC" for public 
properties and "PRIVATE" for private properties (default). Private properties are accessible only by the 
application which set them, but public properties can be read/written by other applications as well.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 
 #include <glib.h>
@@ -91,7 +91,7 @@ gdata_documents_property_class_init (GDataDocumentsPropertyClass *klass)
         *
         * For more information, see the <ulink type="http" 
url="https://developers.google.com/drive/api/v2/reference/properties";>Properties Resource</ulink>
         *
-        * Since: 0.18.0
+        * Since: 0.17.11
         */
        g_object_class_install_property (gobject_class, PROP_KEY,
                                         g_param_spec_string ("key",
@@ -106,7 +106,7 @@ gdata_documents_property_class_init (GDataDocumentsPropertyClass *klass)
         *
         * For more information, see the <ulink type="http" 
url="https://developers.google.com/drive/api/v2/reference/properties";>Properties Resource</ulink>
         *
-        * Since: 0.18.0
+        * Since: 0.17.11
         */
        g_object_class_install_property (gobject_class, PROP_ETAG,
                                         g_param_spec_string ("etag",
@@ -121,7 +121,7 @@ gdata_documents_property_class_init (GDataDocumentsPropertyClass *klass)
         *
         * For more information, see the <ulink type="http" 
url="https://developers.google.com/drive/api/v2/reference/properties";>Properties Resource</ulink>
         *
-        * Since: 0.18.0
+        * Since: 0.17.11
         */
        g_object_class_install_property (gobject_class, PROP_VALUE,
                                         g_param_spec_string ("value",
@@ -139,7 +139,7 @@ gdata_documents_property_class_init (GDataDocumentsPropertyClass *klass)
         *
         * For more information, see the <ulink type="http" 
url="https://developers.google.com/drive/api/v2/reference/properties";>Properties Resource</ulink>
         *
-        * Since: 0.18.0
+        * Since: 0.17.11
         */
        g_object_class_install_property (gobject_class, PROP_VISIBILITY,
                                         g_param_spec_string ("visibility",
@@ -314,7 +314,7 @@ gdata_documents_property_set_property (GObject *object, guint property_id, const
  *
  * Return value: (transfer full): a new #GDataDocumentsProperty; unref with g_object_unref()
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 GDataDocumentsProperty *
 gdata_documents_property_new (const gchar *key)
@@ -334,7 +334,7 @@ gdata_documents_property_new (const gchar *key)
  *
  * Return value: (transfer none): the property's key
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 const gchar *
 gdata_documents_property_get_key (GDataDocumentsProperty *self)
@@ -364,7 +364,7 @@ _gdata_documents_property_set_key (GDataDocumentsProperty *self, const gchar *ke
  *
  * Return value: (transfer none): the property's ETag. The ETag will never be empty; it's either %NULL or a 
valid ETag.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 const gchar *
 gdata_documents_property_get_etag (GDataDocumentsProperty *self)
@@ -395,7 +395,7 @@ _gdata_documents_property_set_etag (GDataDocumentsProperty *self, const gchar *e
  *
  * Return value: (nullable): the property's value. This can be %NULL or empty.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 const gchar *
 gdata_documents_property_get_value (GDataDocumentsProperty *self)
@@ -413,7 +413,7 @@ gdata_documents_property_get_value (GDataDocumentsProperty *self)
  *
  * In the case that @value is %NULL, the Property Resource corresponding to @self will be deleted from the 
properties array on a file's metadata, whereas in the case that it's empty string (""), it will be set as it 
is.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 void
 gdata_documents_property_set_value (GDataDocumentsProperty *self, const gchar *value)
@@ -437,7 +437,7 @@ gdata_documents_property_set_value (GDataDocumentsProperty *self, const gchar *v
  * apps, %GDATA_DOCUMENTS_PROPERTY_VISIBILITY_PRIVATE if the #GDataDocumentsProperty is restricted to the 
application which
  * created it.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 const gchar *
 gdata_documents_property_get_visibility (GDataDocumentsProperty *self)
@@ -455,7 +455,7 @@ gdata_documents_property_get_visibility (GDataDocumentsProperty *self)
  * public properties and %GDATA_DOCUMENTS_PROPERTY_VISIBILITY_PRIVATE for
  * private properties (default).
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 void
 gdata_documents_property_set_visibility (GDataDocumentsProperty *self, const gchar *visibility)
diff --git a/gdata/services/documents/gdata-documents-property.h 
b/gdata/services/documents/gdata-documents-property.h
index 84f8d644..15391308 100644
--- a/gdata/services/documents/gdata-documents-property.h
+++ b/gdata/services/documents/gdata-documents-property.h
@@ -34,7 +34,7 @@ G_BEGIN_DECLS
  * on a Drive Property Resource
  * set to "PUBLIC". This makes the Property Resource visible to other apps.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 #define GDATA_DOCUMENTS_PROPERTY_VISIBILITY_PUBLIC "PUBLIC"
 
@@ -44,7 +44,7 @@ G_BEGIN_DECLS
  * The #GDataDocumentsProperty having the visibility set to FALSE (default) corresponds to having the 
visibility property on a Drive Property Resource
  * set to "PRIVATE". This makes the Property Resource accessible only by the app that created it.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 #define GDATA_DOCUMENTS_PROPERTY_VISIBILITY_PRIVATE "PRIVATE"
 
@@ -62,7 +62,7 @@ typedef struct _GDataDocumentsPropertyPrivate GDataDocumentsPropertyPrivate;
  *
  * All the fields in the #GDataDocumentsProperty structure are private and should never be accessed directly.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 typedef struct {
        GDataParsable parent;
@@ -74,7 +74,7 @@ typedef struct {
  *
  * All the fields in the #GDataDocumentsPropertyClass structure are private and should never be accessed 
directly.
  *
- * Since: 0.18.0
+ * Since: 0.17.11
  */
 typedef struct {
        /*< private >*/


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