Searched defs:QIOChannelSocketSource (Results 1 – 1 of 1) sorted by relevance
34 typedef struct QIOChannelSocketSource QIOChannelSocketSource; typedef35 struct QIOChannelSocketSource { struct36 GSource parent;37 GPollFD fd;38 QIOChannel *ioc;39 SOCKET socket;40 int revents;41 GIOCondition condition;