Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GIOChannel Struct Reference

#include <giochannel.h>

Data Fields

gint ref_count
 
GIOFuncsfuncs
 
gcharencoding
 
GIConv read_cd
 
GIConv write_cd
 
gcharline_term
 
guint line_term_len
 
gsize buf_size
 
GStringread_buf
 
GStringencoded_read_buf
 
GStringwrite_buf
 
gchar partial_write_buf [6]
 
guint use_buffer: 1
 
guint do_encode: 1
 
guint close_on_unref: 1
 
guint is_readable: 1
 
guint is_writeable: 1
 
guint is_seekable: 1
 
gpointer reserved1
 
gpointer reserved2
 

Detailed Description

Definition at line 100 of file giochannel.h.

Field Documentation

◆ buf_size

gsize _GIOChannel::buf_size

Definition at line 112 of file giochannel.h.

◆ close_on_unref

guint _GIOChannel::close_on_unref

Definition at line 122 of file giochannel.h.

◆ do_encode

guint _GIOChannel::do_encode

Definition at line 121 of file giochannel.h.

◆ encoded_read_buf

GString* _GIOChannel::encoded_read_buf

Definition at line 114 of file giochannel.h.

◆ encoding

gchar* _GIOChannel::encoding

Definition at line 106 of file giochannel.h.

◆ funcs

GIOFuncs* _GIOChannel::funcs

Definition at line 104 of file giochannel.h.

◆ is_readable

guint _GIOChannel::is_readable

Definition at line 123 of file giochannel.h.

◆ is_seekable

guint _GIOChannel::is_seekable

Definition at line 125 of file giochannel.h.

◆ is_writeable

guint _GIOChannel::is_writeable

Definition at line 124 of file giochannel.h.

◆ line_term

gchar* _GIOChannel::line_term

Definition at line 109 of file giochannel.h.

◆ line_term_len

guint _GIOChannel::line_term_len

Definition at line 110 of file giochannel.h.

◆ partial_write_buf

gchar _GIOChannel::partial_write_buf[6]

Definition at line 116 of file giochannel.h.

◆ read_buf

GString* _GIOChannel::read_buf

Definition at line 113 of file giochannel.h.

◆ read_cd

GIConv _GIOChannel::read_cd

Definition at line 107 of file giochannel.h.

◆ ref_count

gint _GIOChannel::ref_count

Definition at line 103 of file giochannel.h.

◆ reserved1

gpointer _GIOChannel::reserved1

Definition at line 127 of file giochannel.h.

◆ reserved2

gpointer _GIOChannel::reserved2

Definition at line 128 of file giochannel.h.

◆ use_buffer

guint _GIOChannel::use_buffer

Definition at line 120 of file giochannel.h.

◆ write_buf

GString* _GIOChannel::write_buf

Definition at line 115 of file giochannel.h.

◆ write_cd

GIConv _GIOChannel::write_cd

Definition at line 108 of file giochannel.h.


The documentation for this struct was generated from the following file: