#include <glib.h>
#include <gtk/gtk.h>
#include <string.h>
#include <ctype.h>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | AutoList |
Typedefs | |
typedef _AutoList | AutoList |
Functions | |
AutoList * | openldev_auto_list_new () |
void | openldev_auto_list_clean_all (AutoList *) |
void | openldev_auto_list_parse_files (AutoList *, GList *) |
gboolean | openldev_auto_list_check_char (char) |
GList * | openldev_auto_list_get_matches (AutoList *, gchar *) |
|
Definition at line 30 of file openldev-auto-list.h. |
|
|
|
|
|
|
|
|
|
|