|  |  |  | [Insert name here] Reference Manual |  | 
|---|
files —
int         sort_configs                    (gconstpointer a,
                                             gconstpointer b);
GList*      get_options                     ();
GList**     pkg_info                        (GList *all_pkgs);
GList*      sections                        (GList *pkg_sections);
int         sort_configs                    (gconstpointer a,
                                             gconstpointer b);a: gconstpointer that contains string a. b: gconstpointer that contains string b.
Compares strings.
| a: | |
| b: | |
| Returns : | 0 if string a match string b. A number lass than zero if a is less than b, otherwise if a is greater than b. | 
GList** pkg_info (GList *all_pkgs);
all_pkgs: Glist that contains packages names. Gets all sections of installed packages
| all_pkgs: | |
| Returns : | package section and description on packages on all_pkgs. | 
| << [Insert title here] | debconf >> |