Function
IdePtyInterceptCallback
Declaration
void
(* IdePtyInterceptCallback) (
const IdePtyIntercept* intercept,
const IdePtyInterceptSide* side,
const guint8* data,
gsize len,
gpointer user_data
)
Parameters
intercept-
Type:
IdePtyInterceptNo description available.
The data is owned by the caller of the function. side-
Type:
IdePtyInterceptSideNo description available.
The data is owned by the caller of the function. data-
Type:
const guint8*No description available.
The data is owned by the caller of the function. len-
Type:
gsizeNo description available.
user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.