summaryrefslogtreecommitdiff
path: root/gdata
diff options
context:
space:
mode:
Diffstat (limited to 'gdata')
-rw-r--r--gdata/gdata-feed.c4
-rw-r--r--gdata/gdata-parsable.c2
-rw-r--r--gdata/services/documents/gdata-documents-entry.c4
-rw-r--r--gdata/services/documents/gdata-documents-utils.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/gdata/gdata-feed.c b/gdata/gdata-feed.c
index 9085103c..8db1f7da 100644
--- a/gdata/gdata-feed.c
+++ b/gdata/gdata-feed.c
@@ -307,7 +307,7 @@ gdata_feed_class_init (GDataFeedClass *klass)
* querying APIs which use page tokens rather than page numbers or
* offsets.
*
- * Since: UNRELEASED
+ * Since: 0.17.7
*/
g_object_class_install_property (gobject_class, PROP_NEXT_PAGE_TOKEN,
g_param_spec_string ("next-page-token",
@@ -1108,7 +1108,7 @@ gdata_feed_get_total_results (GDataFeed *self)
*
* Return value: (nullable): the next page token
*
- * Since: UNRELEASED
+ * Since: 0.17.7
*/
const gchar *
gdata_feed_get_next_page_token (GDataFeed *self)
diff --git a/gdata/gdata-parsable.c b/gdata/gdata-parsable.c
index 06ea6221..80b1a102 100644
--- a/gdata/gdata-parsable.c
+++ b/gdata/gdata-parsable.c
@@ -555,7 +555,7 @@ _gdata_parsable_new_from_json_node (GType parsable_type, JsonReader *reader, gpo
*
* Return value: the parsable's content type
*
- * Since: UNRELEASED
+ * Since: 0.17.7
*/
const gchar *
gdata_parsable_get_content_type (GDataParsable *self)
diff --git a/gdata/services/documents/gdata-documents-entry.c b/gdata/services/documents/gdata-documents-entry.c
index 16d580c6..eebf7c52 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -302,7 +302,7 @@ gdata_documents_entry_class_init (GDataDocumentsEntryClass *klass)
* #GDataDocumentsSpreadsheet and #GDataDocumentsFolder are not binary
* data and so have no size. Measured in bytes.
*
- * Since: UNRELEASED
+ * Since: 0.17.7
*/
g_object_class_install_property (gobject_class, PROP_FILE_SIZE,
g_param_spec_int64 ("file-size",
@@ -1129,7 +1129,7 @@ gdata_documents_entry_get_quota_used (GDataDocumentsEntry *self)
*
* Return value: the size of the document in bytes
*
- * Since: UNRELEASED
+ * Since: 0.17.7
*/
goffset
gdata_documents_entry_get_file_size (GDataDocumentsEntry *self)
diff --git a/gdata/services/documents/gdata-documents-utils.c b/gdata/services/documents/gdata-documents-utils.c
index 2f8cb8b0..64aa1ef6 100644
--- a/gdata/services/documents/gdata-documents-utils.c
+++ b/gdata/services/documents/gdata-documents-utils.c
@@ -32,7 +32,7 @@
*
* Adds a #GDataCategory representing @content_type to @entry.
*
- * Since: UNRELEASED
+ * Since: 0.17.7
*/
void
gdata_documents_utils_add_content_type (GDataDocumentsEntry *entry, const gchar *content_type)