Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gpollableoutputstream.h File Reference
#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 GSourceg_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)
 

Macro Definition Documentation

◆ G_IS_POLLABLE_OUTPUT_STREAM

#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.

◆ G_POLLABLE_OUTPUT_STREAM

#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.

◆ G_POLLABLE_OUTPUT_STREAM_GET_INTERFACE

#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.

◆ G_TYPE_POLLABLE_OUTPUT_STREAM

#define G_TYPE_POLLABLE_OUTPUT_STREAM   (g_pollable_output_stream_get_type ())

Definition at line 32 of file gpollableoutputstream.h.

Typedef Documentation

◆ GPollableOutputStreamInterface

Function Documentation

◆ g_pollable_output_stream_can_poll()

GIO_AVAILABLE_IN_ALL gboolean g_pollable_output_stream_can_poll ( GPollableOutputStream * stream)

◆ g_pollable_output_stream_create_source()

GIO_AVAILABLE_IN_ALL GSource * g_pollable_output_stream_create_source ( GPollableOutputStream * stream,
GCancellable * cancellable )

◆ g_pollable_output_stream_get_type()

GIO_AVAILABLE_IN_ALL GType g_pollable_output_stream_get_type ( void )

◆ g_pollable_output_stream_is_writable()

GIO_AVAILABLE_IN_ALL gboolean g_pollable_output_stream_is_writable ( GPollableOutputStream * stream)

◆ g_pollable_output_stream_write_nonblocking()

GIO_AVAILABLE_IN_ALL gssize g_pollable_output_stream_write_nonblocking ( GPollableOutputStream * stream,
const void * buffer,
gsize count,
GCancellable * cancellable,
GError ** error )

◆ g_pollable_output_stream_writev_nonblocking()

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 )