gstdio.h File Reference

API published in:
API deprecated in:


#include <_ansi.h>
#include <glib/gprintf.h>
#include <sys/stat.h>

Go to the source code of this file.


Functions

G_BEGIN_DECLS IMPORT_C int  g_access (const gchar *filename, int mode)
IMPORT_C int  g_chmod (const gchar *filename, int mode)
IMPORT_C int  g_open (const gchar *filename, int flags, int mode)
IMPORT_C int  g_creat (const gchar *filename, int mode)
IMPORT_C int  g_rename (const gchar *oldfilename, const gchar *newfilename)
IMPORT_C int  g_mkdir (const gchar *filename, int mode)
IMPORT_C int  g_chdir (const gchar *path)
IMPORT_C int  g_stat (const gchar *filename, struct stat *buf)
IMPORT_C int  g_lstat (const gchar *filename, struct stat *buf)
IMPORT_C int  g_unlink (const gchar *filename)
IMPORT_C int  g_remove (const gchar *filename)
IMPORT_C int  g_rmdir (const gchar *filename)
IMPORT_C FILE *  g_fopen (const gchar *filename, const gchar *mode)
IMPORT_C FILE *  g_freopen (const gchar *filename, const gchar *mode, FILE *stream)

Function Documentation

G_BEGIN_DECLS IMPORT_C int g_access (  const gchar *  filename,
int  mode
) 
 
IMPORT_C int g_chdir (  const gchar *  path  ) 
 
IMPORT_C int g_chmod (  const gchar *  filename,
int  mode
) 
 
IMPORT_C int g_creat (  const gchar *  filename,
int  mode
) 
 
IMPORT_C FILE* g_fopen (  const gchar *  filename,
const gchar *  mode
) 
 
IMPORT_C FILE* g_freopen (  const gchar *  filename,
const gchar *  mode,
FILE *  stream
) 
 
IMPORT_C int g_lstat (  const gchar *  filename,
struct stat *  buf
) 
 
IMPORT_C int g_mkdir (  const gchar *  filename,
int  mode
) 
 
IMPORT_C int g_open (  const gchar *  filename,
int  flags,
int  mode
) 
 
IMPORT_C int g_remove (  const gchar *  filename  ) 
 
IMPORT_C int g_rename (  const gchar *  oldfilename,
const gchar *  newfilename
) 
 
IMPORT_C int g_rmdir (  const gchar *  filename  ) 
 
IMPORT_C int g_stat (  const gchar *  filename,
struct stat *  buf
) 
 
IMPORT_C int g_unlink (  const gchar *  filename  ) 
 

Copyright © Nokia Corporation 2001-2008
Back to top