Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gsimpleiostream.h File Reference
#include <gio/giotypes.h>
#include <gio/giostream.h>

Go to the source code of this file.

Macros

#define G_TYPE_SIMPLE_IO_STREAM   (g_simple_io_stream_get_type ())
 
#define G_SIMPLE_IO_STREAM(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_SIMPLE_IO_STREAM, GSimpleIOStream))
 
#define G_IS_SIMPLE_IO_STREAM(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_SIMPLE_IO_STREAM))
 

Functions

GIO_AVAILABLE_IN_2_44 GType g_simple_io_stream_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_2_44 GIOStreamg_simple_io_stream_new (GInputStream *input_stream, GOutputStream *output_stream)
 

Macro Definition Documentation

◆ G_IS_SIMPLE_IO_STREAM

#define G_IS_SIMPLE_IO_STREAM ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_SIMPLE_IO_STREAM))

Definition at line 36 of file gsimpleiostream.h.

◆ G_SIMPLE_IO_STREAM

#define G_SIMPLE_IO_STREAM ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_SIMPLE_IO_STREAM, GSimpleIOStream))

Definition at line 35 of file gsimpleiostream.h.

◆ G_TYPE_SIMPLE_IO_STREAM

#define G_TYPE_SIMPLE_IO_STREAM   (g_simple_io_stream_get_type ())

Definition at line 34 of file gsimpleiostream.h.

Function Documentation

◆ g_simple_io_stream_get_type()

GIO_AVAILABLE_IN_2_44 GType g_simple_io_stream_get_type ( void )

◆ g_simple_io_stream_new()

GIO_AVAILABLE_IN_2_44 GIOStream * g_simple_io_stream_new ( GInputStream * input_stream,
GOutputStream * output_stream )