Wireshark  4.3.0
The Wireshark network protocol analyzer
preference_utils.h
Go to the documentation of this file.
1 
12 #ifndef __PREFRENCE_UTILS_H__
13 #define __PREFRENCE_UTILS_H__
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif /* __cplusplus */
18 
26 extern gboolean auto_scroll_live;
27 
30 extern void prefs_to_capture_opts(void);
31 
34 extern void prefs_main_write(void);
35 
47 extern unsigned int prefs_store_ext(const char * module, const char * key, const char * value);
48 
60 extern gboolean prefs_store_ext_multiple(const char * module, GHashTable * pref_values);
61 
71 gint column_prefs_add_custom(gint fmt, const gchar *title,
72  const gchar *custom_field,
73  gint position);
74 
81 gint column_prefs_has_custom(const gchar *custom_field);
82 
96 gboolean column_prefs_custom_resolve(const gchar *custom_field);
97 
102 void column_prefs_remove_link(GList* col_link);
103 
108 void column_prefs_remove_nth(gint col);
109 
113 void save_migrated_uat(const char *uat_name, gboolean *old_pref);
114 
115 #ifdef __cplusplus
116 }
117 #endif /* __cplusplus */
118 
119 #endif /* __PREFRENCE_UTILS_H__ */
gint column_prefs_has_custom(const gchar *custom_field)
Definition: preference_utils.c:206
void prefs_to_capture_opts(void)
Definition: preference_utils.c:35
gboolean column_prefs_custom_resolve(const gchar *custom_field)
Definition: preference_utils.c:228
gint column_prefs_add_custom(gint fmt, const gchar *title, const gchar *custom_field, gint position)
Definition: preference_utils.c:163
unsigned int prefs_store_ext(const char *module, const char *key, const char *value)
Definition: preference_utils.c:112
void save_migrated_uat(const char *uat_name, gboolean *old_pref)
Definition: preference_utils.c:278
void column_prefs_remove_nth(gint col)
Definition: preference_utils.c:273
gboolean prefs_store_ext_multiple(const char *module, GHashTable *pref_values)
Definition: preference_utils.c:127
void prefs_main_write(void)
Definition: preference_utils.c:49
void column_prefs_remove_link(GList *col_link)
Definition: preference_utils.c:257
gboolean auto_scroll_live