Functions
gsf_input_mmap_new ()
GsfInput *
gsf_input_mmap_new (char const *filename
,
GError **err
);
gsf_input_memory_new_from_iochannel ()
GsfInput *
gsf_input_memory_new_from_iochannel (GIOChannel *channel
,
GError **error
);
gsf_output_memory_get_bytes ()
const guint8 *
gsf_output_memory_get_bytes (GsfOutputMemory *mem
);
Returns
The data that has been written to mem
.
[array][nullable]
gsf_output_memory_new ()
GsfOutput *
gsf_output_memory_new (void
);
Returns
a new file.
[nullable]
Types and Values
GsfInputMemory
typedef struct _GsfInputMemory GsfInputMemory;
GsfOutputMemory
typedef struct _GsfOutputMemory GsfOutputMemory;