Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <giochannel.h>
Data Fields | |
GIOStatus(* | io_read )(GIOChannel *channel, gchar *buf, gsize count, gsize *bytes_read, GError **err) |
GIOStatus(* | io_write )(GIOChannel *channel, const gchar *buf, gsize count, gsize *bytes_written, GError **err) |
GIOStatus(* | io_seek )(GIOChannel *channel, gint64 offset, GSeekType type, GError **err) |
GIOStatus(* | io_close )(GIOChannel *channel, GError **err) |
GSource *(* | io_create_watch )(GIOChannel *channel, GIOCondition condition) |
void(* | io_free )(GIOChannel *channel) |
GIOStatus(* | io_set_flags )(GIOChannel *channel, GIOFlags flags, GError **err) |
GIOFlags(* | io_get_flags )(GIOChannel *channel) |
Definition at line 134 of file giochannel.h.
GIOStatus(* _GIOFuncs::io_close) (GIOChannel *channel, GError **err) |
Definition at line 150 of file giochannel.h.
GSource *(* _GIOFuncs::io_create_watch) (GIOChannel *channel, GIOCondition condition) |
Definition at line 152 of file giochannel.h.
void(* _GIOFuncs::io_free) (GIOChannel *channel) |
Definition at line 154 of file giochannel.h.
GIOFlags(* _GIOFuncs::io_get_flags) (GIOChannel *channel) |
Definition at line 158 of file giochannel.h.
GIOStatus(* _GIOFuncs::io_read) (GIOChannel *channel, gchar *buf, gsize count, gsize *bytes_read, GError **err) |
Definition at line 136 of file giochannel.h.
GIOStatus(* _GIOFuncs::io_seek) (GIOChannel *channel, gint64 offset, GSeekType type, GError **err) |
Definition at line 146 of file giochannel.h.
GIOStatus(* _GIOFuncs::io_set_flags) (GIOChannel *channel, GIOFlags flags, GError **err) |
Definition at line 155 of file giochannel.h.
GIOStatus(* _GIOFuncs::io_write) (GIOChannel *channel, const gchar *buf, gsize count, gsize *bytes_written, GError **err) |
Definition at line 141 of file giochannel.h.