gmappedfile.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 _GMappedFile 
GMappedFile

Functions

IMPORT_C GMappedFile g_mapped_file_new (const gchar *filename, gboolean writable, GError **error) G_GNUC_MALLOC
IMPORT_C gsize  g_mapped_file_get_length (GMappedFile *file)
IMPORT_C gchar g_mapped_file_get_contents (GMappedFile *file)
IMPORT_C void  g_mapped_file_free (GMappedFile *file)

Typedef Documentation

typedef typedefG_BEGIN_DECLS struct _GMappedFile GMappedFile
 

Function Documentation

IMPORT_C void g_mapped_file_free GMappedFile file  ) 
 
IMPORT_C gchar* g_mapped_file_get_contents GMappedFile file  ) 
 
IMPORT_C gsize g_mapped_file_get_length GMappedFile file  ) 
 
IMPORT_C GMappedFile* g_mapped_file_new const gchar filename,
gboolean  writable,
GError **  error
 

Copyright © Nokia Corporation 2001-2008
Back to top