glib-2.0 Reference Manual

Synopsis

public class MappedFile {
    public                              MappedFile                ( string              filename,
                                                                    bool                writable ) 
                                                             throws FileError;


    public    void                      free                      (  ) ;
    public    long                      get_length                (  ) ;
    public    char*                     get_contents              (  ) ;
}

MappedFile Description

Details

Constructor Details

MappedFile ()
    public                              MappedFile                ( string              filename,
                                                                    bool                writable ) 
                                                             throws FileError;		

Field Details

Signal Details

Property Details

Method Details

free ()
    public    void                      free                      (  ) ;		

get_length ()
    public    long                      get_length                (  ) ;		

get_contents ()
    public    char*                     get_contents              (  ) ;		


Created by Valadoc