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:
parent
fb326c1b61
commit
3724b4dd31
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue