mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 04:46:22 +00:00
cmd_url_*(): use gchar instead of char
This commit is contained in:
@@ -536,7 +536,7 @@ prefs_get_string_with_option(preference_t pref, gchar *option)
|
||||
}
|
||||
}
|
||||
|
||||
char**
|
||||
gchar**
|
||||
prefs_get_string_list_with_option(preference_t pref, gchar *option)
|
||||
{
|
||||
const char *group = _get_group(pref);
|
||||
|
||||
@@ -316,7 +316,7 @@ gboolean prefs_get_boolean(preference_t pref);
|
||||
void prefs_set_boolean(preference_t pref, gboolean value);
|
||||
char* prefs_get_string(preference_t pref);
|
||||
char* prefs_get_string_with_option(preference_t pref, gchar *option);
|
||||
char **prefs_get_string_list_with_option(preference_t pref, gchar *option);
|
||||
gchar **prefs_get_string_list_with_option(preference_t pref, gchar *option);
|
||||
void prefs_free_string(char *pref);
|
||||
void prefs_set_string(preference_t pref, char *value);
|
||||
void prefs_set_string_with_option(preference_t pref, char *option, char *value);
|
||||
|
||||
Reference in New Issue
Block a user