Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/gio.h>
Go to the source code of this file.
Data Structures | |
struct | _GUnixOutputStream |
struct | _GUnixOutputStreamClass |
Macros | |
#define | G_TYPE_UNIX_OUTPUT_STREAM (g_unix_output_stream_get_type ()) |
#define | G_UNIX_OUTPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_OUTPUT_STREAM, GUnixOutputStream)) |
#define | G_UNIX_OUTPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_UNIX_OUTPUT_STREAM, GUnixOutputStreamClass)) |
#define | G_IS_UNIX_OUTPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_UNIX_OUTPUT_STREAM)) |
#define | G_IS_UNIX_OUTPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_UNIX_OUTPUT_STREAM)) |
#define | G_UNIX_OUTPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_UNIX_OUTPUT_STREAM, GUnixOutputStreamClass)) |
Typedefs | |
typedef struct _GUnixOutputStream | GUnixOutputStream |
typedef struct _GUnixOutputStreamClass | GUnixOutputStreamClass |
typedef struct _GUnixOutputStreamPrivate | GUnixOutputStreamPrivate |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_unix_output_stream_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_ALL GOutputStream * | g_unix_output_stream_new (gint fd, gboolean close_fd) |
GIO_AVAILABLE_IN_ALL void | g_unix_output_stream_set_close_fd (GUnixOutputStream *stream, gboolean close_fd) |
GIO_AVAILABLE_IN_ALL gboolean | g_unix_output_stream_get_close_fd (GUnixOutputStream *stream) |
GIO_AVAILABLE_IN_ALL gint | g_unix_output_stream_get_fd (GUnixOutputStream *stream) |
#define G_IS_UNIX_OUTPUT_STREAM | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_UNIX_OUTPUT_STREAM)) |
Definition at line 33 of file gunixoutputstream.h.
#define G_IS_UNIX_OUTPUT_STREAM_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_UNIX_OUTPUT_STREAM)) |
Definition at line 34 of file gunixoutputstream.h.
#define G_TYPE_UNIX_OUTPUT_STREAM (g_unix_output_stream_get_type ()) |
Definition at line 30 of file gunixoutputstream.h.
#define G_UNIX_OUTPUT_STREAM | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_OUTPUT_STREAM, GUnixOutputStream)) |
Definition at line 31 of file gunixoutputstream.h.
#define G_UNIX_OUTPUT_STREAM_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_UNIX_OUTPUT_STREAM, GUnixOutputStreamClass)) |
Definition at line 32 of file gunixoutputstream.h.
#define G_UNIX_OUTPUT_STREAM_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_UNIX_OUTPUT_STREAM, GUnixOutputStreamClass)) |
Definition at line 35 of file gunixoutputstream.h.
typedef struct _GUnixOutputStream GUnixOutputStream |
Definition at line 37 of file gunixoutputstream.h.
typedef struct _GUnixOutputStreamClass GUnixOutputStreamClass |
Definition at line 38 of file gunixoutputstream.h.
typedef struct _GUnixOutputStreamPrivate GUnixOutputStreamPrivate |
Definition at line 39 of file gunixoutputstream.h.
GIO_AVAILABLE_IN_ALL gboolean g_unix_output_stream_get_close_fd | ( | GUnixOutputStream * | stream | ) |
GIO_AVAILABLE_IN_ALL gint g_unix_output_stream_get_fd | ( | GUnixOutputStream * | stream | ) |
GIO_AVAILABLE_IN_ALL GType g_unix_output_stream_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL GOutputStream * g_unix_output_stream_new | ( | gint | fd, |
gboolean | close_fd ) |
GIO_AVAILABLE_IN_ALL void g_unix_output_stream_set_close_fd | ( | GUnixOutputStream * | stream, |
gboolean | close_fd ) |