[Mode] Fix wrong documentation header.

This commit is contained in:
Qball
2025-01-26 21:40:24 +01:00
parent fb326c1b61
commit 3724b4dd31

View File

@@ -284,14 +284,14 @@ ModeMode mode_completer_result(Mode *sw, int menu_retv, char **input,
gboolean mode_is_completer(const Mode *sw); gboolean mode_is_completer(const Mode *sw);
/** /**
* @param sw The mode to query * @param mode The mode to query
* *
* @returns the modes ABI version. * @returns the modes ABI version.
*/ */
int mode_get_abi_version(Mode *const mode); int mode_get_abi_version(Mode *const mode);
/** /**
* @param sw The mode to query * @param mode The mode to query
* @param mod The GModule used to load the mode * @param mod The GModule used to load the mode
* *
* Set GModule used to load this plugin, this is used to * Set GModule used to load this plugin, this is used to
@@ -299,7 +299,7 @@ int mode_get_abi_version(Mode *const mode);
*/ */
void mode_plugin_set_module(Mode *mode, GModule *mod); void mode_plugin_set_module(Mode *mode, GModule *mod);
/** /**
* @param sw The mode to query * @param mode The mode to query
* *
* @returns the GModule used to load this plugin. NULL if not a plugin. * @returns the GModule used to load this plugin. NULL if not a plugin.
*/ */