1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

[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);
/**
* @param sw The mode to query
* @param mode The mode to query
*
* @returns the modes ABI version.
*/
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
*
* 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);
/**
* @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.
*/