summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-22 17:11:20 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 17:11:20 -0700
commitc3561f481fb48d5bfaefdf59ecef8ab667410d1d (patch)
tree927a2a5875bc8381d3a44d7e7d1f1ee2dce01bee
parent587410b21fdc0555a113d00579436b447e83c01c (diff)
downloadlibpeas-c3561f481fb48d5bfaefdf59ecef8ab667410d1d.tar.gz
plugin-info: fix links to Peas.PluginInfo
-rw-r--r--libpeas/peas-engine.c2
-rw-r--r--libpeas/peas-extension-base.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/libpeas/peas-engine.c b/libpeas/peas-engine.c
index 175a2cd..a09a2c1 100644
--- a/libpeas/peas-engine.c
+++ b/libpeas/peas-engine.c
@@ -1055,7 +1055,7 @@ peas_engine_enable_loader (PeasEngine *engine,
* @engine: A #PeasEngine.
* @plugin_name: A plugin name.
*
- * Gets the [object@PluginInfo] corresponding with @plugin_name,
+ * Gets the [class@PluginInfo] corresponding with @plugin_name,
* or %NULL if @plugin_name was not found.
*
* Returns: (transfer none): the #PeasPluginInfo corresponding with
diff --git a/libpeas/peas-extension-base.c b/libpeas/peas-extension-base.c
index 7cb5a87..8d41a23 100644
--- a/libpeas/peas-extension-base.c
+++ b/libpeas/peas-extension-base.c
@@ -34,7 +34,7 @@
*
* #PeasExtensionBase can optionally be used as a base class for the extensions
* of your plugin. By inheriting from it, you will make your extension able to
- * access the related [object@PluginInfo], and especially the location where all
+ * access the related [class@PluginInfo], and especially the location where all
* the data of your plugin lives.
*
* Non-C extensions will usually not inherit from this class: Python
@@ -132,7 +132,7 @@ peas_extension_base_class_init (PeasExtensionBaseClass *klass)
/**
* PeasExtensionBase:plugin-info:
*
- * The [object@PluginInfo] related to the current plugin.
+ * The [class@PluginInfo] related to the current plugin.
*/
properties[PROP_PLUGIN_INFO] =
g_param_spec_object ("plugin-info",
@@ -170,7 +170,7 @@ peas_extension_base_class_init (PeasExtensionBaseClass *klass)
*
* Get information relative to @extbase.
*
- * Returns: (transfer none): the [object@PluginInfo] relative
+ * Returns: (transfer none): the [class@PluginInfo] relative
* to the #PeasExtensionBase.
*/
PeasPluginInfo *