Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <giotypes.h>
Data Fields | |
GSocketAddress ** | address |
GInputVector * | vectors |
guint | num_vectors |
gsize | bytes_received |
gint | flags |
GSocketControlMessage *** | control_messages |
guint * | num_control_messages |
Definition at line 397 of file giotypes.h.
GSocketAddress** _GInputMessage::address |
Definition at line 398 of file giotypes.h.
gsize _GInputMessage::bytes_received |
Definition at line 403 of file giotypes.h.
GSocketControlMessage*** _GInputMessage::control_messages |
Definition at line 406 of file giotypes.h.
gint _GInputMessage::flags |
Definition at line 404 of file giotypes.h.
guint* _GInputMessage::num_control_messages |
Definition at line 407 of file giotypes.h.
guint _GInputMessage::num_vectors |
Definition at line 401 of file giotypes.h.
GInputVector* _GInputMessage::vectors |
Definition at line 400 of file giotypes.h.