#include <glib.h>
#include <stdbool.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | directory_save (FILE *fp, const struct directory *directory) |
bool | directory_load (FILE *fp, struct directory *directory, GString *buffer, GError **error) |
bool directory_load | ( | FILE * | fp, | |
struct directory * | directory, | |||
GString * | buffer, | |||
GError ** | error | |||
) |
void directory_save | ( | FILE * | fp, | |
const struct directory * | directory | |||
) |