config

config —

Synopsis




int         write_config                    (gchar *option,
                                             gchar *data);
char*       read_config                     (gchar *option);
void        remember_fe_cb                  (gpointer data,
                                             guint action,
                                             GtkWidget *w);
void        show_libgnome_missing_alert     (gpointer data,
                                             guint action,
                                             GtkWidget *w);

Description

Details

write_config ()

int         write_config                    (gchar *option,
                                             gchar *data);

option: gconf option in gkdebconf registry. data: the value of option.

Writes and gconf2 registry on gkdebconf registry.

option:
data:
Returns : 0 on succes and 1 on error.

read_config ()

char*       read_config                     (gchar *option);

option: gconf key in gkdebconf registry.

Reads and gconf2 key on gkdebconf registry.

option:
Returns : The key (option) value. šnoneš if failed.

remember_fe_cb ()

void        remember_fe_cb                  (gpointer data,
                                             guint action,
                                             GtkWidget *w);

data: data in w. action: the event that happens on w. w: widget that will be checked if is active or not.

Update remember_frontend key on gkdebconf gconf2 registry.

data:
action:
w:

show_libgnome_missing_alert ()

void        show_libgnome_missing_alert     (gpointer data,
                                             guint action,
                                             GtkWidget *w);

data: data in w. action: the event that happens on w. w: widget that will be checked if is active or not.

Update libgnome_alert key on gkdebconf gconf2 registry.

data:
action:
w: