Struct
IdePtyInterceptSide
Description
struct IdePtyInterceptSide {
GIOChannel* channel;
guint in_watch;
guint out_watch;
gint read_prio;
gint write_prio;
GBytes* out_bytes;
IdePtyInterceptCallback callback;
gpointer callback_data;
}
No description available.
Structure members
channel:GIOChannelNo description available.
in_watch:guintNo description available.
out_watch:guintNo description available.
read_prio:gintNo description available.
write_prio:gintNo description available.
out_bytes:GBytesNo description available.
callback:IdePtyInterceptCallbackNo description available.
callback_data:gpointerNo description available.