[gnome-software: 3/7] gs-metered: Fix ‘Since’ tags on documentation comments




commit 5c1ed5e8f6cde4a47a0be0e0f4bd1974d685c990
Author: Philip Withnall <withnall endlessm com>
Date:   Fri May 22 13:23:57 2020 +0100

    gs-metered: Fix ‘Since’ tags on documentation comments
    
    GNOME 2 was a long time ago. Oops.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 lib/gs-metered.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lib/gs-metered.c b/lib/gs-metered.c
index 441b88a3..f4c8aff8 100644
--- a/lib/gs-metered.c
+++ b/lib/gs-metered.c
@@ -27,7 +27,7 @@
  * be blocking. libmogwai-schedule-client was designed to be asynchronous; so
  * these helpers make it synchronous.
  *
- * Since: 2.34
+ * Since: 3.34
  */
 
 #include "config.h"
@@ -100,7 +100,7 @@ invalidated_cb (MwscScheduleEntry *entry,
  * This function will likely be called from a #GsPluginLoader worker thread.
  *
  * Returns: %TRUE on success, %FALSE otherwise
- * Since: 2.34
+ * Since: 3.34
  */
 gboolean
 gs_metered_block_on_download_scheduler (GVariant      *parameters,
@@ -187,7 +187,7 @@ gs_metered_block_on_download_scheduler (GVariant      *parameters,
  * download parameters from the given @app.
  *
  * Returns: %TRUE on success, %FALSE otherwise
- * Since: 2.34
+ * Since: 3.34
  */
 gboolean
 gs_metered_block_app_on_download_scheduler (GsApp         *app,
@@ -222,7 +222,7 @@ gs_metered_block_app_on_download_scheduler (GsApp         *app,
  * download parameters from the apps in the given @app_list.
  *
  * Returns: %TRUE on success, %FALSE otherwise
- * Since: 2.34
+ * Since: 3.34
  */
 gboolean
 gs_metered_block_app_list_on_download_scheduler (GsAppList     *app_list,


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