23 #ifndef MODULES_AFFILE_FILE_LIST_H_
24 #define MODULES_AFFILE_FILE_LIST_H_
void pending_file_list_free(PendingFileList *self)
Definition: file-list.c:39
GList * pending_file_list_begin(PendingFileList *self)
Definition: file-list.c:95
PendingFileList * pending_file_list_new(void)
Definition: file-list.c:31
GList * pending_file_list_next(GList *it)
Definition: file-list.c:105
gboolean pending_file_list_remove(PendingFileList *self, const gchar *value)
Definition: file-list.c:70
void pending_file_list_add(PendingFileList *self, const gchar *value)
Definition: file-list.c:46
gchar * pending_file_list_pop(PendingFileList *self)
Definition: file-list.c:57
void pending_file_list_steal(PendingFileList *self, GList *entry)
Definition: file-list.c:84
GList * pending_file_list_end(PendingFileList *self)
Definition: file-list.c:100
Definition: file-list.c:26
GString * value
Definition: test_decode.c:28