summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0573b01..aec9875 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
- * [alias@Extension] instances still available when the #PeasExtensionSet
+ * [object@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 [alias@Extension] object corresponding to @info.
+ * Returns the [object@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 [alias@Extension].
+ * Calls @func for each [object@GObject.Object].
*/
void
peas_extension_set_foreach (PeasExtensionSet *set,