From c3561f481fb48d5bfaefdf59ecef8ab667410d1d Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 22 Mar 2023 17:11:20 -0700 Subject: plugin-info: fix links to Peas.PluginInfo --- libpeas/peas-engine.c | 2 +- libpeas/peas-extension-base.c | 6 +++--- 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 * -- cgit v1.2.1