Method
DexFutureawait_string
Declaration [src]
char*
dex_await_string (
DexFuture* future
GError** error
)
Description [src]
Awaits on future
and returns the string result.
If the result is not a G_TYPE_STRING
, error
is set.
This method is not directly available to language bindings.