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))
struct GsfInputMemory
struct GsfInputMemory;
gsf_input_memory_get_type ()
GType gsf_input_memory_get_type (void);
gsf_input_memory_new ()
GsfInputMemory* gsf_input_memory_new (guint8 const *buf,
gsf_off_t length,
gboolean needs_free);
gsf_input_mmap_new ()
GsfInputMemory* gsf_input_mmap_new (char const *filename,
GError **err);