[gnome-software: 2/5] plugin: Trivial comment update
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 2/5] plugin: Trivial comment update
- Date: Thu, 8 Jul 2021 09:12:43 +0000 (UTC)
commit f0c456abe782e2c7364cec96392ac72fc8111371
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Jun 29 13:23:08 2021 -0300
plugin: Trivial comment update
Use as example a flag that actually exists.
lib/gs-plugin.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/gs-plugin.c b/lib/gs-plugin.c
index 2c954b76b..3ef285b8f 100644
--- a/lib/gs-plugin.c
+++ b/lib/gs-plugin.c
@@ -640,7 +640,7 @@ gs_plugin_get_network_available (GsPlugin *plugin)
/**
* gs_plugin_has_flags:
* @plugin: a #GsPlugin
- * @flags: a #GsPluginFlags, e.g. %GS_PLUGIN_FLAGS_RUNNING_SELF
+ * @flags: a #GsPluginFlags, e.g. %GS_PLUGIN_FLAGS_INTERACTIVE
*
* Finds out if a plugin has a specific flag set.
*
@@ -658,7 +658,7 @@ gs_plugin_has_flags (GsPlugin *plugin, GsPluginFlags flags)
/**
* gs_plugin_add_flags:
* @plugin: a #GsPlugin
- * @flags: a #GsPluginFlags, e.g. %GS_PLUGIN_FLAGS_RUNNING_SELF
+ * @flags: a #GsPluginFlags, e.g. %GS_PLUGIN_FLAGS_INTERACTIVE
*
* Adds specific flags to the plugin.
*
@@ -674,7 +674,7 @@ gs_plugin_add_flags (GsPlugin *plugin, GsPluginFlags flags)
/**
* gs_plugin_remove_flags:
* @plugin: a #GsPlugin
- * @flags: a #GsPluginFlags, e.g. %GS_PLUGIN_FLAGS_RUNNING_SELF
+ * @flags: a #GsPluginFlags, e.g. %GS_PLUGIN_FLAGS_INTERACTIVE
*
* Removes specific flags from the plugin.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]