InputStdio.FILE


Description:

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

Assumes ownership of file when succeeding.

If keep_open is true, ownership reverts to caller when the Input 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 Input wrapper for file. Note that if the file is not seekable, this function will make a local copy of the entire file.