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