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 | _GUnixInputStream |
struct | _GUnixInputStreamClass |
Macros | |
#define | G_TYPE_UNIX_INPUT_STREAM (g_unix_input_stream_get_type ()) |
#define | G_UNIX_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_INPUT_STREAM, GUnixInputStream)) |
#define | G_UNIX_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_UNIX_INPUT_STREAM, GUnixInputStreamClass)) |
#define | G_IS_UNIX_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_UNIX_INPUT_STREAM)) |
#define | G_IS_UNIX_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_UNIX_INPUT_STREAM)) |
#define | G_UNIX_INPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_UNIX_INPUT_STREAM, GUnixInputStreamClass)) |
Typedefs | |
typedef struct _GUnixInputStream | GUnixInputStream |
typedef struct _GUnixInputStreamClass | GUnixInputStreamClass |
typedef struct _GUnixInputStreamPrivate | GUnixInputStreamPrivate |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_unix_input_stream_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_ALL GInputStream * | g_unix_input_stream_new (gint fd, gboolean close_fd) |
GIO_AVAILABLE_IN_ALL void | g_unix_input_stream_set_close_fd (GUnixInputStream *stream, gboolean close_fd) |
GIO_AVAILABLE_IN_ALL gboolean | g_unix_input_stream_get_close_fd (GUnixInputStream *stream) |
GIO_AVAILABLE_IN_ALL gint | g_unix_input_stream_get_fd (GUnixInputStream *stream) |
#define G_IS_UNIX_INPUT_STREAM | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_UNIX_INPUT_STREAM)) |
Definition at line 33 of file gunixinputstream.h.
#define G_IS_UNIX_INPUT_STREAM_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_UNIX_INPUT_STREAM)) |
Definition at line 34 of file gunixinputstream.h.
#define G_TYPE_UNIX_INPUT_STREAM (g_unix_input_stream_get_type ()) |
Definition at line 30 of file gunixinputstream.h.
#define G_UNIX_INPUT_STREAM | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_INPUT_STREAM, GUnixInputStream)) |
Definition at line 31 of file gunixinputstream.h.
#define G_UNIX_INPUT_STREAM_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_UNIX_INPUT_STREAM, GUnixInputStreamClass)) |
Definition at line 32 of file gunixinputstream.h.
#define G_UNIX_INPUT_STREAM_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_UNIX_INPUT_STREAM, GUnixInputStreamClass)) |
Definition at line 35 of file gunixinputstream.h.
typedef struct _GUnixInputStream GUnixInputStream |
Definition at line 37 of file gunixinputstream.h.
typedef struct _GUnixInputStreamClass GUnixInputStreamClass |
Definition at line 38 of file gunixinputstream.h.
typedef struct _GUnixInputStreamPrivate GUnixInputStreamPrivate |
Definition at line 39 of file gunixinputstream.h.
GIO_AVAILABLE_IN_ALL gboolean g_unix_input_stream_get_close_fd | ( | GUnixInputStream * | stream | ) |
GIO_AVAILABLE_IN_ALL gint g_unix_input_stream_get_fd | ( | GUnixInputStream * | stream | ) |
GIO_AVAILABLE_IN_ALL GType g_unix_input_stream_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL GInputStream * g_unix_input_stream_new | ( | gint | fd, |
gboolean | close_fd ) |
GIO_AVAILABLE_IN_ALL void g_unix_input_stream_set_close_fd | ( | GUnixInputStream * | stream, |
gboolean | close_fd ) |