API published in:
API deprecated in:
#include <_ansi.h>
#include <glib/gerror.h>
Go to the source code of this file.
Typedefs |
|
typedef typedefG_BEGIN_DECLS struct _GDir |
GDir |
Functions |
|
IMPORT_C GDir * | g_dir_open (const gchar *path, guint flags, GError **error) |
IMPORT_C G_CONST_RETURN gchar * | g_dir_read_name (GDir *dir) |
IMPORT_C void | g_dir_rewind (GDir *dir) |
IMPORT_C void | g_dir_close (GDir *dir) |
|
|
|
|
|