Class
GioWin32OutputStream
Description [src]
class GioWin32.OutputStream : Gio.OutputStream
{
/* No available fields */
}
GWin32OutputStream
implements GOutputStream
for writing to a
Windows file handle.
Note that <gio/gwin32outputstream.h>
belongs to the Windows-specific GIO
interfaces, thus you have to use the gio-windows-2.0.pc
pkg-config file
when using it.
Functions
g_win32_output_stream_get_close_handle
Returns whether the handle of stream
will be closed when the
stream is closed.
since: 2.26
g_win32_output_stream_set_close_handle
Sets whether the handle of stream
shall be closed when the stream
is closed.
since: 2.26
Instance methods
Methods inherited from GOutputStream (31)
Please see GOutputStream for a full list of methods.
Properties
GioWin32.OutputStream:close-handle
Whether to close the file handle when the stream is closed.
since: 2.26
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct GioWin32OutputStreamClass {
GOutputStreamClass parent_class;
void (* _g_reserved1) (
void
);
void (* _g_reserved2) (
void
);
void (* _g_reserved3) (
void
);
void (* _g_reserved4) (
void
);
void (* _g_reserved5) (
void
);
}
No description available.
Class members
parent_class: GOutputStreamClass
No description available.
_g_reserved1: void (* _g_reserved1) ( void )
No description available.
_g_reserved2: void (* _g_reserved2) ( void )
No description available.
_g_reserved3: void (* _g_reserved3) ( void )
No description available.
_g_reserved4: void (* _g_reserved4) ( void )
No description available.
_g_reserved5: void (* _g_reserved5) ( void )
No description available.