summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-22 17:01:44 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 17:01:44 -0700
commit598883411cd7fc254c3aa0df595c0370547c5716 (patch)
tree6c8ce0810e8f01820398af9abe233c67fa82b733
parentede1fd9dc350ca728f86838d721a3bdccff99a93 (diff)
downloadlibpeas-598883411cd7fc254c3aa0df595c0370547c5716.tar.gz
extension-set: remove gidoc references to alias@Extension
This should be [object@GObject.Object] now that we use GObject type definition directly instead of PeasExtension.
-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,