set_owner
Description:
public void set_owner (
bool owner)
Sets whether or not this owns the backend GIO pointer.
Note: owner
should be true if the stream should
close the backend file descriptor when destroyed or
false otherwise.
Parameters:
this |
a StreamGIO stream
|
owner |
true if this stream should own the File or
false otherwise
|