#include <gerror.h>
Go to the source code of this file.
Defines | |
#define | G_FILE_ERROR g_file_error_quark () |
Enumerations | |
enum | GFileError |
enum | GFileTest |
Functions | |
GQuark | g_file_error_quark (void) |
GFileError | g_file_error_from_errno (gint err_no) |
gboolean | g_file_test (const gchar *filename, GFileTest test) |
gboolean | g_file_get_contents (const gchar *filename, gchar **contents, guint *length, GError **error) |
int | g_mkstemp (char *tmpl) |
int | g_file_open_tmp (const char *tmpl, char **name_used, GError **error) |
#define G_FILE_ERROR g_file_error_quark () |
Definition at line 28 of file gfileutils.h.
enum GFileError |
Definition at line 30 of file gfileutils.h.
enum GFileTest |
Definition at line 62 of file gfileutils.h.
GFileError g_file_error_from_errno | ( | gint | err_no | ) |
GQuark g_file_error_quark | ( | void | ) |
gboolean g_file_get_contents | ( | const gchar * | filename, | |
gchar ** | contents, | |||
guint * | length, | |||
GError ** | error | |||
) |
int g_file_open_tmp | ( | const char * | tmpl, | |
char ** | name_used, | |||
GError ** | error | |||
) |
int g_mkstemp | ( | char * | tmpl | ) |