API Version: 41.0
Library Version: 41.0
void ide_pty_intercept_clear ( IdePtyIntercept* self )
Cleans up a IdePtyIntercept previously initialized with ide_pty_intercept_init().
IdePtyIntercept
ide_pty_intercept_init()
This diconnects any GIOChannel that have been attached and releases any allocated memory.
GIOChannel
It is invalid to use self after calling this function.
self