summaryrefslogtreecommitdiff
path: root/libpeas/peas-engine.c
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-22 17:03:22 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 17:03:22 -0700
commitd5ad5306546176fe194ea37fa079caaee8bedce9 (patch)
tree7da7b46726efaf2bcbbe8b3ab4a0377e55226a9e /libpeas/peas-engine.c
parent598883411cd7fc254c3aa0df595c0370547c5716 (diff)
downloadlibpeas-d5ad5306546176fe194ea37fa079caaee8bedce9.tar.gz
extension-base: fix references to struct@PluginInfo
This should be [object@PluginInfo] now that PeasPluginInfo is a GObject.
Diffstat (limited to 'libpeas/peas-engine.c')
-rw-r--r--libpeas/peas-engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpeas/peas-engine.c b/libpeas/peas-engine.c
index 2d448f1..175a2cd 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 [struct@PluginInfo] corresponding with @plugin_name,
+ * Gets the [object@PluginInfo] corresponding with @plugin_name,
* or %NULL if @plugin_name was not found.
*
* Returns: (transfer none): the #PeasPluginInfo corresponding with