gdir.h File Reference

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)

Typedef Documentation

typedef typedefG_BEGIN_DECLS struct _GDir GDir
 

Function Documentation

IMPORT_C void g_dir_close GDir dir  ) 
 
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  ) 
 

Copyright © Nokia Corporation 2001-2008
Back to top