11 #ifndef __PREFRENCE_UTILS_H__ 12 #define __PREFRENCE_UTILS_H__ 46 extern unsigned int prefs_store_ext(
const char * module,
const char * key,
const char * value);
71 const gchar *custom_field,
72 gint custom_occurrence);
void prefs_to_capture_opts(void)
Definition: preference_utils.c:36
gboolean prefs_store_ext_multiple(const char *module, GHashTable *pref_values)
Definition: preference_utils.c:120
gboolean auto_scroll_live
void prefs_main_write(void)
Definition: preference_utils.c:50
void column_prefs_remove_nth(gint col)
Definition: preference_utils.c:211
gint column_prefs_add_custom(gint fmt, const gchar *title, const gchar *custom_field, gint custom_occurrence)
Definition: preference_utils.c:156
void column_prefs_remove_link(GList *col_link)
Definition: preference_utils.c:196
unsigned int prefs_store_ext(const char *module, const char *key, const char *value)
Definition: preference_utils.c:105