[gnome-software/gnome-3-22] trivial: Fix since tags for functions backported to 3.22



commit d9ee6e4b4560fba6de47c4b39ba8bf37375bf1e2
Author: Kalev Lember <klember redhat com>
Date:   Mon Nov 7 17:49:27 2016 +0100

    trivial: Fix since tags for functions backported to 3.22

 src/gs-app-list.c |    2 +-
 src/gs-app.c      |    2 +-
 src/gs-plugin.c   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gs-app-list.c b/src/gs-app-list.c
index 231430e..6785b30 100644
--- a/src/gs-app-list.c
+++ b/src/gs-app-list.c
@@ -152,7 +152,7 @@ gs_app_list_add (GsAppList *list, GsApp *app)
  * Removes an application from the list. If the application does not exist the
  * request is ignored.
  *
- * Since: 3.24
+ * Since: 3.22
  **/
 void
 gs_app_list_remove (GsAppList *list, GsApp *app)
diff --git a/src/gs-app.c b/src/gs-app.c
index ae0b481..9ae6a3a 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -2768,7 +2768,7 @@ gs_app_is_installed (GsApp *app)
  *
  * Returns: %TRUE if the app is updatable, %FALSE otherwise.
  *
- * Since: 3.24
+ * Since: 3.22
  **/
 gboolean
 gs_app_is_updatable (GsApp *app)
diff --git a/src/gs-plugin.c b/src/gs-plugin.c
index 235a00b..3b32285 100644
--- a/src/gs-plugin.c
+++ b/src/gs-plugin.c
@@ -1215,7 +1215,7 @@ gs_plugin_cache_lookup (GsPlugin *plugin, const gchar *key)
  *
  * Removes an application from the per-plugin cache.
  *
- * Since: 3.24
+ * Since: 3.22
  **/
 void
 gs_plugin_cache_remove (GsPlugin *plugin, const gchar *key)


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