summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpeas/peas-extension-set.h')
-rw-r--r--libpeas/peas-extension-set.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libpeas/peas-extension-set.h b/libpeas/peas-extension-set.h
index 359300b..3ccee7d 100644
--- a/libpeas/peas-extension-set.h
+++ b/libpeas/peas-extension-set.h
@@ -43,13 +43,11 @@ G_DECLARE_FINAL_TYPE (PeasExtensionSet, peas_extension_set, PEAS, EXTENSION_SET,
* PeasExtensionSetForeachFunc:
* @set: A #PeasExtensionSet.
* @info: A #PeasPluginInfo.
- * @exten: A #PeasExtension.
+ * @extension: The extension instance.
* @data: Optional data passed to the function.
*
* This function is passed to [method@ExtensionSet.foreach] and
* will be called for each extension in @set.
- *
- * Since: 1.2
*/
typedef void (*PeasExtensionSetForeachFunc) (PeasExtensionSet *set,
PeasPluginInfo *info,