gfileutils.h | gfileutils.h | |||
---|---|---|---|---|
skipping to change at line 80 | skipping to change at line 80 | |||
G_FILE_TEST_IS_SYMLINK = 1 << 1, | G_FILE_TEST_IS_SYMLINK = 1 << 1, | |||
G_FILE_TEST_IS_DIR = 1 << 2, | G_FILE_TEST_IS_DIR = 1 << 2, | |||
G_FILE_TEST_IS_EXECUTABLE = 1 << 3, | G_FILE_TEST_IS_EXECUTABLE = 1 << 3, | |||
G_FILE_TEST_EXISTS = 1 << 4 | G_FILE_TEST_EXISTS = 1 << 4 | |||
} GFileTest; | } GFileTest; | |||
GQuark g_file_error_quark (void); | GQuark g_file_error_quark (void); | |||
/* So other code can generate a GFileError */ | /* So other code can generate a GFileError */ | |||
GFileError g_file_error_from_errno (gint err_no); | GFileError g_file_error_from_errno (gint err_no); | |||
#ifndef __GTK_DOC_IGNORE__ | ||||
#ifdef G_OS_WIN32 | #ifdef G_OS_WIN32 | |||
#define g_file_test g_file_test_utf8 | #define g_file_test g_file_test_utf8 | |||
#define g_file_get_contents g_file_get_contents_utf8 | #define g_file_get_contents g_file_get_contents_utf8 | |||
#define g_mkstemp g_mkstemp_utf8 | #define g_mkstemp g_mkstemp_utf8 | |||
#define g_file_open_tmp g_file_open_tmp_utf8 | #define g_file_open_tmp g_file_open_tmp_utf8 | |||
#endif | #endif | |||
#endif | ||||
gboolean g_file_test (const gchar *filename, | gboolean g_file_test (const gchar *filename, | |||
GFileTest test); | GFileTest test); | |||
gboolean g_file_get_contents (const gchar *filename, | gboolean g_file_get_contents (const gchar *filename, | |||
gchar **contents, | gchar **contents, | |||
gsize *length, | gsize *length, | |||
GError **error); | GError **error); | |||
gboolean g_file_set_contents (const gchar *filename, | gboolean g_file_set_contents (const gchar *filename, | |||
const gchar *contents, | const gchar *contents, | |||
gssize length, | gssize length, | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |