OutputStdio.FILE


Description:

[ CCode ( has_construct_function = false , type = "GsfOutput*" ) ]
public OutputStdio.FILE (string filename, void* file, bool keep_open)

Assumes ownership of file.

If keep_open is true, ownership reverts to caller when the GsfOutput is closed.

Parameters:

filename

The filename corresponding to file.

file

an existing stdio <type>FILE</type> *

keep_open

Should file be closed when the wrapper is closed

Returns:

a new GsfOutput wrapper for file. Warning: the result will be seekable only if file is seekable. If it is seekable, the resulting GsfOutput object will seek relative to file's beginning, not its current location at the time the GsfOutput object is created.