
Classes | |
| struct | PendingFileList |
Functions | |
| PendingFileList * | pending_file_list_new (void) |
| void | pending_file_list_free (PendingFileList *self) |
| void | pending_file_list_add (PendingFileList *self, const gchar *value) |
| gchar * | pending_file_list_pop (PendingFileList *self) |
| gboolean | pending_file_list_remove (PendingFileList *self, const gchar *value) |
| void | pending_file_list_steal (PendingFileList *self, GList *entry) |
| GList * | pending_file_list_begin (PendingFileList *self) |
| GList * | pending_file_list_end (PendingFileList *self) |
| GList * | pending_file_list_next (GList *it) |
| void pending_file_list_add | ( | PendingFileList * | self, |
| const gchar * | value | ||
| ) |
| GList* pending_file_list_begin | ( | PendingFileList * | self | ) |
| GList* pending_file_list_end | ( | PendingFileList * | self | ) |
| void pending_file_list_free | ( | PendingFileList * | self | ) |
| PendingFileList* pending_file_list_new | ( | void | ) |
| GList* pending_file_list_next | ( | GList * | it | ) |
| gchar* pending_file_list_pop | ( | PendingFileList * | self | ) |
| gboolean pending_file_list_remove | ( | PendingFileList * | self, |
| const gchar * | value | ||
| ) |
| void pending_file_list_steal | ( | PendingFileList * | self, |
| GList * | entry | ||
| ) |