[ 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.
| filename |
The filename corresponding to |
| file |
an existing stdio <type>FILE</type> * |
| keep_open |
Should |
|
a new Input wrapper for |