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

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

Detailed Description

Definition at line 134 of file giochannel.h.

Field Documentation

◆ io_close

GIOStatus(* _GIOFuncs::io_close) (GIOChannel *channel, GError **err)

Definition at line 150 of file giochannel.h.

◆ io_create_watch

GSource *(* _GIOFuncs::io_create_watch) (GIOChannel *channel, GIOCondition condition)

Definition at line 152 of file giochannel.h.

◆ io_free

void(* _GIOFuncs::io_free) (GIOChannel *channel)

Definition at line 154 of file giochannel.h.

◆ io_get_flags

GIOFlags(* _GIOFuncs::io_get_flags) (GIOChannel *channel)

Definition at line 158 of file giochannel.h.

◆ io_read

GIOStatus(* _GIOFuncs::io_read) (GIOChannel *channel, gchar *buf, gsize count, gsize *bytes_read, GError **err)

Definition at line 136 of file giochannel.h.

◆ io_seek

GIOStatus(* _GIOFuncs::io_seek) (GIOChannel *channel, gint64 offset, GSeekType type, GError **err)

Definition at line 146 of file giochannel.h.

◆ io_set_flags

GIOStatus(* _GIOFuncs::io_set_flags) (GIOChannel *channel, GIOFlags flags, GError **err)

Definition at line 155 of file giochannel.h.

◆ io_write

GIOStatus(* _GIOFuncs::io_write) (GIOChannel *channel, const gchar *buf, gsize count, gsize *bytes_written, GError **err)

Definition at line 141 of file giochannel.h.


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