Function
Dexsubprocess_wait_check
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 |
Return value
Returns: | DexFuture |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |