gsf-input-memory

Name

gsf-input-memory -- 

Synopsis



#define     GSF_INPUT_MEMORY_TYPE
#define     GSF_INPUT_MEMORY                (o)
struct      GsfInputMemory;
GType       gsf_input_memory_get_type       (void);
GsfInputMemory* gsf_input_memory_new        (guint8 const *buf,
                                             gsf_off_t length,
                                             gboolean needs_free);
GsfInputMemory* gsf_input_mmap_new          (char const *filename,
                                             GError **err);

Description

Details

GSF_INPUT_MEMORY_TYPE

#define GSF_INPUT_MEMORY_TYPE	(gsf_input_memory_get_type ())


GSF_INPUT_MEMORY()

#define GSF_INPUT_MEMORY(o)	(G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_INPUT_MEMORY_TYPE, GsfInputMemory))

o :


struct GsfInputMemory

struct GsfInputMemory;


gsf_input_memory_get_type ()

GType       gsf_input_memory_get_type       (void);

Returns :


gsf_input_memory_new ()

GsfInputMemory* gsf_input_memory_new        (guint8 const *buf,
                                             gsf_off_t length,
                                             gboolean needs_free);

buf :

length :

needs_free :

Returns :


gsf_input_mmap_new ()

GsfInputMemory* gsf_input_mmap_new          (char const *filename,
                                             GError **err);

filename :

err :

Returns :