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 | _GPollableInputStreamInterface |
Macros | |
#define | G_TYPE_POLLABLE_INPUT_STREAM (g_pollable_input_stream_get_type ()) |
#define | G_POLLABLE_INPUT_STREAM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_POLLABLE_INPUT_STREAM, GPollableInputStream)) |
#define | G_IS_POLLABLE_INPUT_STREAM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_POLLABLE_INPUT_STREAM)) |
#define | G_POLLABLE_INPUT_STREAM_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_POLLABLE_INPUT_STREAM, GPollableInputStreamInterface)) |
Typedefs | |
typedef struct _GPollableInputStreamInterface | GPollableInputStreamInterface |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_pollable_input_stream_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_ALL gboolean | g_pollable_input_stream_can_poll (GPollableInputStream *stream) |
GIO_AVAILABLE_IN_ALL gboolean | g_pollable_input_stream_is_readable (GPollableInputStream *stream) |
GIO_AVAILABLE_IN_ALL GSource * | g_pollable_input_stream_create_source (GPollableInputStream *stream, GCancellable *cancellable) |
GIO_AVAILABLE_IN_ALL gssize | g_pollable_input_stream_read_nonblocking (GPollableInputStream *stream, void *buffer, gsize count, GCancellable *cancellable, GError **error) |
#define G_IS_POLLABLE_INPUT_STREAM | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_POLLABLE_INPUT_STREAM)) |
Definition at line 34 of file gpollableinputstream.h.
#define G_POLLABLE_INPUT_STREAM | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_POLLABLE_INPUT_STREAM, GPollableInputStream)) |
Definition at line 33 of file gpollableinputstream.h.
#define G_POLLABLE_INPUT_STREAM_GET_INTERFACE | ( | obj | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_POLLABLE_INPUT_STREAM, GPollableInputStreamInterface)) |
Definition at line 35 of file gpollableinputstream.h.
#define G_TYPE_POLLABLE_INPUT_STREAM (g_pollable_input_stream_get_type ()) |
Definition at line 32 of file gpollableinputstream.h.
typedef struct _GPollableInputStreamInterface GPollableInputStreamInterface |
Definition at line 37 of file gpollableinputstream.h.
GIO_AVAILABLE_IN_ALL gboolean g_pollable_input_stream_can_poll | ( | GPollableInputStream * | stream | ) |
GIO_AVAILABLE_IN_ALL GSource * g_pollable_input_stream_create_source | ( | GPollableInputStream * | stream, |
GCancellable * | cancellable ) |
GIO_AVAILABLE_IN_ALL GType g_pollable_input_stream_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL gboolean g_pollable_input_stream_is_readable | ( | GPollableInputStream * | stream | ) |
GIO_AVAILABLE_IN_ALL gssize g_pollable_input_stream_read_nonblocking | ( | GPollableInputStream * | stream, |
void * | buffer, | ||
gsize | count, | ||
GCancellable * | cancellable, | ||
GError ** | error ) |