gdir.h   gdir.h 
skipping to change at line 37 skipping to change at line 37
#ifndef __G_DIR_H__ #ifndef __G_DIR_H__
#define __G_DIR_H__ #define __G_DIR_H__
#include <glib/gerror.h> #include <glib/gerror.h>
G_BEGIN_DECLS G_BEGIN_DECLS
typedef struct _GDir GDir; typedef struct _GDir GDir;
#ifndef __GTK_DOC_IGNORE__
#ifdef G_OS_WIN32 #ifdef G_OS_WIN32
/* For DLL ABI stability, keep old names for old (non-UTF-8) functionality. */ /* For DLL ABI stability, keep old names for old (non-UTF-8) functionality. */
#define g_dir_open g_dir_open_utf8 #define g_dir_open g_dir_open_utf8
#define g_dir_read_name g_dir_read_name_utf8 #define g_dir_read_name g_dir_read_name_utf8
#endif #endif
#endif
GDir * g_dir_open (const gchar *path, GDir * g_dir_open (const gchar *path,
guint flags, guint flags,
GError **error); GError **error);
G_CONST_RETURN gchar *g_dir_read_name (GDir *dir); G_CONST_RETURN gchar *g_dir_read_name (GDir *dir);
void g_dir_rewind (GDir *dir); void g_dir_rewind (GDir *dir);
void g_dir_close (GDir *dir); void g_dir_close (GDir *dir);
G_END_DECLS G_END_DECLS
 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/