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 | _GPollableOutputStreamInterface |
Macros | |
#define | G_TYPE_POLLABLE_OUTPUT_STREAM (g_pollable_output_stream_get_type ()) |
#define | G_POLLABLE_OUTPUT_STREAM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_POLLABLE_OUTPUT_STREAM, GPollableOutputStream)) |
#define | G_IS_POLLABLE_OUTPUT_STREAM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_POLLABLE_OUTPUT_STREAM)) |
#define | G_POLLABLE_OUTPUT_STREAM_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_POLLABLE_OUTPUT_STREAM, GPollableOutputStreamInterface)) |
Typedefs | |
typedef struct _GPollableOutputStreamInterface | GPollableOutputStreamInterface |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_pollable_output_stream_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_ALL gboolean | g_pollable_output_stream_can_poll (GPollableOutputStream *stream) |
GIO_AVAILABLE_IN_ALL gboolean | g_pollable_output_stream_is_writable (GPollableOutputStream *stream) |
GIO_AVAILABLE_IN_ALL GSource * | g_pollable_output_stream_create_source (GPollableOutputStream *stream, GCancellable *cancellable) |
GIO_AVAILABLE_IN_ALL gssize | g_pollable_output_stream_write_nonblocking (GPollableOutputStream *stream, const void *buffer, gsize count, GCancellable *cancellable, GError **error) |
GIO_AVAILABLE_IN_2_60 GPollableReturn | g_pollable_output_stream_writev_nonblocking (GPollableOutputStream *stream, const GOutputVector *vectors, gsize n_vectors, gsize *bytes_written, GCancellable *cancellable, GError **error) |
#define G_IS_POLLABLE_OUTPUT_STREAM | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_POLLABLE_OUTPUT_STREAM)) |
Definition at line 34 of file gpollableoutputstream.h.
#define G_POLLABLE_OUTPUT_STREAM | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_POLLABLE_OUTPUT_STREAM, GPollableOutputStream)) |
Definition at line 33 of file gpollableoutputstream.h.
#define G_POLLABLE_OUTPUT_STREAM_GET_INTERFACE | ( | obj | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_POLLABLE_OUTPUT_STREAM, GPollableOutputStreamInterface)) |
Definition at line 35 of file gpollableoutputstream.h.
#define G_TYPE_POLLABLE_OUTPUT_STREAM (g_pollable_output_stream_get_type ()) |
Definition at line 32 of file gpollableoutputstream.h.
typedef struct _GPollableOutputStreamInterface GPollableOutputStreamInterface |
Definition at line 37 of file gpollableoutputstream.h.
GIO_AVAILABLE_IN_ALL gboolean g_pollable_output_stream_can_poll | ( | GPollableOutputStream * | stream | ) |
GIO_AVAILABLE_IN_ALL GSource * g_pollable_output_stream_create_source | ( | GPollableOutputStream * | stream, |
GCancellable * | cancellable ) |
GIO_AVAILABLE_IN_ALL GType g_pollable_output_stream_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL gboolean g_pollable_output_stream_is_writable | ( | GPollableOutputStream * | stream | ) |
GIO_AVAILABLE_IN_ALL gssize g_pollable_output_stream_write_nonblocking | ( | GPollableOutputStream * | stream, |
const void * | buffer, | ||
gsize | count, | ||
GCancellable * | cancellable, | ||
GError ** | error ) |
GIO_AVAILABLE_IN_2_60 GPollableReturn g_pollable_output_stream_writev_nonblocking | ( | GPollableOutputStream * | stream, |
const GOutputVector * | vectors, | ||
gsize | n_vectors, | ||
gsize * | bytes_written, | ||
GCancellable * | cancellable, | ||
GError ** | error ) |