summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-22 17:10:28 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 17:10:28 -0700
commit587410b21fdc0555a113d00579436b447e83c01c (patch)
tree9fa8622d1d9230f559b3edd619c8b3c80c4388ed
parentfa3026c2d9a6e660063c5f65471f53c3afe9e82e (diff)
downloadlibpeas-587410b21fdc0555a113d00579436b447e83c01c.tar.gz
extension-set: use class for GObject.Object doc link
-rw-r--r--libpeas/peas-extension-set.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpeas/peas-extension-set.c b/libpeas/peas-extension-set.c
index 9515a28..5ebdfed 100644
--- a/libpeas/peas-extension-set.c
+++ b/libpeas/peas-extension-set.c
@@ -387,7 +387,7 @@ peas_extension_set_class_init (PeasExtensionSetClass *klass)
*
* You should connect to this signal in order to clean up the extensions
* when their plugin is unload. Note that this signal is not fired for the
- * [object@GObject.Object] instances still available when the #PeasExtensionSet
+ * [class@GObject.Object] instances still available when the #PeasExtensionSet
* instance is destroyed. You should clean those up by yourself.
*/
signals[EXTENSION_REMOVED] =
@@ -439,7 +439,7 @@ peas_extension_set_class_init (PeasExtensionSetClass *klass)
* @set: A #PeasExtensionSet
* @info: a #PeasPluginInfo
*
- * Returns the [object@GObject.Object] object corresponding to @info.
+ * Returns the [class@GObject.Object] object corresponding to @info.
*
* If the plugin doesn't provide such an extension, it returns %NULL.
*
@@ -469,7 +469,7 @@ peas_extension_set_get_extension (PeasExtensionSet *set,
* @func: (scope call): A function call for each extension.
* @data: Optional data to be passed to the function or %NULL.
*
- * Calls @func for each [object@GObject.Object].
+ * Calls @func for each [class@GObject.Object].
*/
void
peas_extension_set_foreach (PeasExtensionSet *set,