Github User Fetcher 1.0.0
C Application with Server and GUI
|
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 GIOStream * | g_simple_io_stream_new (GInputStream *input_stream, GOutputStream *output_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.
#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.
#define G_TYPE_SIMPLE_IO_STREAM (g_simple_io_stream_get_type ()) |
Definition at line 34 of file gsimpleiostream.h.
GIO_AVAILABLE_IN_2_44 GType g_simple_io_stream_get_type | ( | void | ) |
GIO_AVAILABLE_IN_2_44 GIOStream * g_simple_io_stream_new | ( | GInputStream * | input_stream, |
GOutputStream * | output_stream ) |