[gnome-software: 2/11] lib: Add missing ‘Since’ annotations to vfunc documentation
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 2/11] lib: Add missing ‘Since’ annotations to vfunc documentation
- Date: Mon, 18 Jul 2022 09:57:06 +0000 (UTC)
commit 4465c1d3e0ef4d9af6bc24b4a7a4b1aa14ebe909
Author: Philip Withnall <pwithnall endlessos org>
Date: Thu Jul 14 14:52:03 2022 +0100
lib: Add missing ‘Since’ annotations to vfunc documentation
Signed-off-by: Philip Withnall <pwithnall endlessos org>
lib/gs-plugin.h | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/lib/gs-plugin.h b/lib/gs-plugin.h
index 6bfc286c3..87dd85848 100644
--- a/lib/gs-plugin.h
+++ b/lib/gs-plugin.h
@@ -49,36 +49,36 @@ G_DECLARE_DERIVABLE_TYPE (GsPlugin, gs_plugin, GS, PLUGIN, GObject)
* look up and add. Refining certain kinds of data can be very expensive (for
* example, requiring network requests), which is why it’s not all loaded by
* default. By refining multiple applications at once, data requests can be
- * batched by the plugin where possible.
+ * batched by the plugin where possible. (Since: 43)
* @refine_finish: (nullable): Finish method for @refine_async. Must be
- * implemented if @refine_async is implemented.
+ * implemented if @refine_async is implemented. (Since: 43)
* @list_apps_async: (nullable): List apps matching a given query. (Since: 43)
* @list_apps_finish: (nullable): Finish method for @list_apps_async. Must be
* implemented if @list_apps_async is implemented. (Since: 43)
- * @refresh_metadata_async: (nullable): Refresh plugin metadata.
+ * @refresh_metadata_async: (nullable): Refresh plugin metadata. (Since: 43)
* @refresh_metadata_finish: (nullable): Finish method for
* @refresh_metadata_async. Must be implemented if @refresh_metadata_async is
- * implemented.
- * @list_distro_upgrades_async: (nullable): List available distro upgrades.
+ * implemented. (Since: 43)
+ * @list_distro_upgrades_async: (nullable): List available distro upgrades. (Since: 43)
* @list_distro_upgrades_finish: (nullable): Finish method for
* @list_distro_upgrades_async. Must be implemented if
- * @list_distro_upgrades_async is implemented.
- * @install_repository_async: (nullable): Install repository.
+ * @list_distro_upgrades_async is implemented. (Since: 43)
+ * @install_repository_async: (nullable): Install repository. (Since: 43)
* @install_repository_finish: (nullable): Finish method for
* @install_repository_async. Must be implemented if
- * @install_repository_async is implemented.
- * @remove_repository_async: (nullable): Remove repository.
+ * @install_repository_async is implemented. (Since: 43)
+ * @remove_repository_async: (nullable): Remove repository. (Since: 43)
* @remove_repository_finish: (nullable): Finish method for
* @remove_repository_async. Must be implemented if
- * @remove_repository_async is implemented.
- * @enable_repository_async: (nullable): Enable repository.
+ * @remove_repository_async is implemented. (Since: 43)
+ * @enable_repository_async: (nullable): Enable repository. (Since: 43)
* @enable_repository_finish: (nullable): Finish method for
* @enable_repository_async. Must be implemented if
- * @enable_repository_async is implemented.
- * @disable_repository_async: (nullable): Disable repository.
+ * @enable_repository_async is implemented. (Since: 43)
+ * @disable_repository_async: (nullable): Disable repository. (Since: 43)
* @disable_repository_finish: (nullable): Finish method for
* @disable_repository_async. Must be implemented if
- * @disable_repository_async is implemented.
+ * @disable_repository_async is implemented. (Since: 43)
* @refine_categories_async: (nullable): Refining looks up and adds data to
* #GsCategorys. The categories to refine are provided in a list, and the
* flags specify what data to look up and add. Refining certain kinds of data
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]