|  |  |  | [Insert name here] Reference Manual |  | 
|---|
debconf —
int         check_missing                   (gchar *fe);
void        get_frontends                   (GtkWidget *combo);
void        fe_select                       (GtkMenuItem *entry,
                                             gpointer user_data);
void        sig_hand                        (gint sig);
int         run_config                      (gchar *cf);
int check_missing (gchar *fe);
fe: Frontend name.
Check if the package is installed on the system.
| fe: | |
| Returns : | 0 if package is installed. Anything else otherwise. | 
void get_frontends (GtkWidget *combo);
entry: GTK_ENTRY where frontend is. user_data: The frontend name.
Mostly a callback to the frontend selection menu items
| combo: | 
| << files | cbs >> |