![]() | ![]() | ![]() | [Insert name here] Reference Manual | ![]() |
---|
config —
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);
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. |
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. |
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: |
<< cbs | interface >> |