Go to the source code of this file.
◆ pending_file_list_add()
| void pending_file_list_add |
( |
PendingFileList * |
self, |
|
|
const gchar * |
value |
|
) |
| |
◆ pending_file_list_begin()
| GList* pending_file_list_begin |
( |
PendingFileList * |
self | ) |
|
◆ pending_file_list_end()
| GList* pending_file_list_end |
( |
PendingFileList * |
self | ) |
|
◆ pending_file_list_free()
| void pending_file_list_free |
( |
PendingFileList * |
self | ) |
|
◆ pending_file_list_new()
| PendingFileList* pending_file_list_new |
( |
void |
| ) |
|
◆ pending_file_list_next()
| GList* pending_file_list_next |
( |
GList * |
it | ) |
|
◆ pending_file_list_pop()
| gchar* pending_file_list_pop |
( |
PendingFileList * |
self | ) |
|
◆ pending_file_list_remove()
| gboolean pending_file_list_remove |
( |
PendingFileList * |
self, |
|
|
const gchar * |
value |
|
) |
| |
◆ pending_file_list_steal()
| void pending_file_list_steal |
( |
PendingFileList * |
self, |
|
|
GList * |
entry |
|
) |
| |