mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Added documentation
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
38b8901d49
commit
0f89dbc39a
@ -124,6 +124,15 @@ mc_config_get_string (mc_config_t * mc_config, const gchar * group,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
||||||
|
/**
|
||||||
|
* Get a value as string of specified parameter.
|
||||||
|
*
|
||||||
|
* @param mc_config the configuration object
|
||||||
|
* @param group the group of parameter
|
||||||
|
* @param param the parameter name
|
||||||
|
* @param def default value if parameterdoesn't exists
|
||||||
|
* @return a value of parameter
|
||||||
|
*/
|
||||||
|
|
||||||
gchar *
|
gchar *
|
||||||
mc_config_get_string_raw (const mc_config_t * mc_config, const gchar * group,
|
mc_config_get_string_raw (const mc_config_t * mc_config, const gchar * group,
|
||||||
|
Loading…
Reference in New Issue
Block a user