nd_prefs

Name

nd_prefs -- 

Synopsis



#define     ND_DOM_NETDUDE
void        nd_prefs_init                   (void);
const char* nd_prefs_get_plugin_dir_global  (void);
const char* nd_prefs_get_plugin_dir_user    (void);
const char* nd_prefs_get_proto_dir_global   (void);
const char* nd_prefs_get_proto_dir_user     (void);
void        nd_prefs_add_domain_gui         (LND_PrefsDomain *domain,
                                             GtkWidget *container,
                                             GtkWidget *gui);
ND_PrefsDomain* nd_prefs_get_domain         (LND_PrefsDomain *domain);
void        nd_prefs_dialog_show            (void);
void        nd_prefs_dialog_ok              (void);
void        nd_prefs_dialog_apply           (void);
void        nd_prefs_dialog_cancel          (void);
void        nd_prefs_fontsel_show           (void);
void        nd_prefs_dialog_sync            (void);
void        nd_prefs_select_tcpdump         (void);

Description

Details

ND_DOM_NETDUDE

#define ND_DOM_NETDUDE   "netdude"


nd_prefs_init ()

void        nd_prefs_init                   (void);


nd_prefs_get_plugin_dir_global ()

const char* nd_prefs_get_plugin_dir_global  (void);

The function returns a pointer to static memory containing the name of the system-wide feature plugin directory.

Returns :

global plugin directory.


nd_prefs_get_plugin_dir_user ()

const char* nd_prefs_get_plugin_dir_user    (void);

The function returns a pointer to static memory containing the name of the user's feature plugin directory.

Returns :

user's plugin directory.


nd_prefs_get_proto_dir_global ()

const char* nd_prefs_get_proto_dir_global   (void);

The function returns a pointer to static memory containing the name of the system-wide protocol plugin directory.

Returns :

global protocol plugin directory.


nd_prefs_get_proto_dir_user ()

const char* nd_prefs_get_proto_dir_user     (void);

The function returns a pointer to static memory containing the name of the user's protocol plugin directory.

Returns :

user's plugin directory.


nd_prefs_add_domain_gui ()

void        nd_prefs_add_domain_gui         (LND_PrefsDomain *domain,
                                             GtkWidget *container,
                                             GtkWidget *gui);

domain :

container :

gui :


nd_prefs_get_domain ()

ND_PrefsDomain* nd_prefs_get_domain         (LND_PrefsDomain *domain);

domain :

Returns :


nd_prefs_dialog_show ()

void        nd_prefs_dialog_show            (void);


nd_prefs_dialog_ok ()

void        nd_prefs_dialog_ok              (void);


nd_prefs_dialog_apply ()

void        nd_prefs_dialog_apply           (void);


nd_prefs_dialog_cancel ()

void        nd_prefs_dialog_cancel          (void);


nd_prefs_fontsel_show ()

void        nd_prefs_fontsel_show           (void);


nd_prefs_dialog_sync ()

void        nd_prefs_dialog_sync            (void);


nd_prefs_select_tcpdump ()

void        nd_prefs_select_tcpdump         (void);