[gnome-software/wip/kalev/unfinished-GsProgress-XXX: 4/5] 3.32->3.36
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/kalev/unfinished-GsProgress-XXX: 4/5] 3.32->3.36
- Date: Tue, 14 Jan 2020 16:46:53 +0000 (UTC)
commit 81f568aeb00b3247b7ea7b475a0d861c15dbc2e8
Author: Kalev Lember <klember redhat com>
Date: Tue Nov 12 15:34:15 2019 +0100
3.32->3.36
lib/gs-progress.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/lib/gs-progress.c b/lib/gs-progress.c
index 0d9df2b1..8929ea8d 100644
--- a/lib/gs-progress.c
+++ b/lib/gs-progress.c
@@ -37,7 +37,7 @@ enum {
*
* Gets the bytes downloaded.
*
- * Since: 3.32
+ * Since: 3.36
**/
guint64
gs_progress_get_size_downloaded (GsProgress *self)
@@ -57,7 +57,7 @@ gs_progress_get_size_downloaded (GsProgress *self)
*
* Sets the size in bytes that have been downloaded.
*
- * Since: 3.32
+ * Since: 3.36
**/
void
gs_progress_set_size_downloaded (GsProgress *self, guint64 size_downloaded)
@@ -80,7 +80,7 @@ gs_progress_set_size_downloaded (GsProgress *self, guint64 size_downloaded)
*
* Gets the total size of the download in bytes.
*
- * Since: 3.32
+ * Since: 3.36
**/
guint64
gs_progress_get_size_total (GsProgress *self)
@@ -100,7 +100,7 @@ gs_progress_get_size_total (GsProgress *self)
*
* Sets the size in bytes that need to be downloaded.
*
- * Since: 3.32
+ * Since: 3.36
**/
void
gs_progress_set_size_total (GsProgress *self, guint64 size_total)
@@ -123,7 +123,7 @@ gs_progress_set_size_total (GsProgress *self, guint64 size_total)
*
* Gets the progress message.
*
- * Since: 3.32
+ * Since: 3.36
**/
gchar *
gs_progress_get_message (GsProgress *self)
@@ -143,7 +143,7 @@ gs_progress_get_message (GsProgress *self)
*
* Sets a custom progress message to show in the UI.
*
- * Since: 3.32
+ * Since: 3.36
**/
void
gs_progress_set_message (GsProgress *self, const gchar *message)
@@ -167,7 +167,7 @@ gs_progress_set_message (GsProgress *self, const gchar *message)
*
* Gets the percentage completed.
*
- * Since: 3.32
+ * Since: 3.36
**/
guint
gs_progress_get_percentage (GsProgress *self)
@@ -187,7 +187,7 @@ gs_progress_get_percentage (GsProgress *self)
*
* Sets the percentage that has been completed.
*
- * Since: 3.32
+ * Since: 3.36
**/
void
gs_progress_set_percentage (GsProgress *self, guint percentage)
@@ -290,7 +290,7 @@ gs_progress_init (GsProgress *self)
*
* Returns: A newly allocated #GsProgress
*
- * Since: 3.32
+ * Since: 3.36
**/
GsProgress *
gs_progress_new (void)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]