Functions
ags_file_read_thread ()
void
ags_file_read_thread (AgsFile *file,
xmlNode *node,
AgsThread **thread);
ags_file_write_thread ()
xmlNode *
ags_file_write_thread (AgsFile *file,
xmlNode *parent,
AgsThread *thread);
ags_file_read_thread_list ()
void
ags_file_read_thread_list (AgsFile *file,
xmlNode *node,
GList **thread);
ags_file_write_thread_list ()
xmlNode *
ags_file_write_thread_list (AgsFile *file,
xmlNode *parent,
GList *thread);
ags_file_read_thread_pool ()
void
ags_file_read_thread_pool (AgsFile *file,
xmlNode *node,
AgsThreadPool **thread_pool);
ags_file_write_thread_pool ()
xmlNode *
ags_file_write_thread_pool (AgsFile *file,
xmlNode *parent,
AgsThreadPool *thread_pool);
ags_file_read_audio_loop ()
void
ags_file_read_audio_loop (AgsFile *file,
xmlNode *node,
AgsAudioLoop *audio_loop);
ags_file_write_audio_loop ()
xmlNode *
ags_file_write_audio_loop (AgsFile *file,
xmlNode *parent,
AgsAudioLoop *audio_loop);