Searched defs:_GIOWin32Channel (Results 1 – 1 of 1) sorted by relevance
105 struct _GIOWin32Channel { struct106 GIOChannel channel;107 gint fd; /* Either a Unix-like file handle as provided111 GIOWin32ChannelType type;113 gboolean debug;116 HWND hwnd; /* Handle of window, or NULL */119 CRITICAL_SECTION mutex;121 int direction; /* 0 means we read from it,125 gboolean running; /* Is reader or writer thread130 gboolean needs_close; /* If the channel has been closed while[all …]