Function
Dexsubprocess_wait_check
since: 0.4
Declaration [src]
DexFuture*
dex_subprocess_wait_check (
GSubprocess* subprocess
)
Description [src]
Creates a future that awaits for subprocess to complete using
g_subprocess_wait_check_async().
Available since: 0.4
Parameters
subprocess-
Type:
GSubprocessA
GSubprocess.The data is owned by the caller of the function.