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

Macro Definition Documentation

◆ G_IS_UNIX_OUTPUT_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.

◆ G_IS_UNIX_OUTPUT_STREAM_CLASS

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

◆ G_TYPE_UNIX_OUTPUT_STREAM

#define G_TYPE_UNIX_OUTPUT_STREAM   (g_unix_output_stream_get_type ())

Definition at line 30 of file gunixoutputstream.h.

◆ G_UNIX_OUTPUT_STREAM

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

◆ G_UNIX_OUTPUT_STREAM_CLASS

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

◆ G_UNIX_OUTPUT_STREAM_GET_CLASS

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

◆ GUnixOutputStream

Definition at line 37 of file gunixoutputstream.h.

◆ GUnixOutputStreamClass

Definition at line 38 of file gunixoutputstream.h.

◆ GUnixOutputStreamPrivate

typedef struct _GUnixOutputStreamPrivate GUnixOutputStreamPrivate

Definition at line 39 of file gunixoutputstream.h.

Function Documentation

◆ g_unix_output_stream_get_close_fd()

GIO_AVAILABLE_IN_ALL gboolean g_unix_output_stream_get_close_fd ( GUnixOutputStream * stream)

◆ g_unix_output_stream_get_fd()

GIO_AVAILABLE_IN_ALL gint g_unix_output_stream_get_fd ( GUnixOutputStream * stream)

◆ g_unix_output_stream_get_type()

GIO_AVAILABLE_IN_ALL GType g_unix_output_stream_get_type ( void )

◆ g_unix_output_stream_new()

GIO_AVAILABLE_IN_ALL GOutputStream * g_unix_output_stream_new ( gint fd,
gboolean close_fd )

◆ g_unix_output_stream_set_close_fd()

GIO_AVAILABLE_IN_ALL void g_unix_output_stream_set_close_fd ( GUnixOutputStream * stream,
gboolean close_fd )