Example #1
0
///
//  Return subprocess stderr readable socket. NULL for
//  not initialized or external sockets.              
void *QmlZproc::stderr () {
    return zproc_stderr (self);
};
Example #2
0
///
//  Return subprocess stderr readable socket. NULL for
//  not initialized or external sockets.
void * QZproc::stderr ()
{
    void * rv = zproc_stderr (self);
    return rv;
}