Function
Dexresolver_lookup_by_name
Declaration [src]
DexFuture*
dex_resolver_lookup_by_name (
GResolver* resolver,
const char* address
)
Parameters
resolver
-
Type:
GResolver
No description available.
The data is owned by the caller of the function. address
-
Type:
const char*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: DexFuture
No description available.
The data is owned by the called function. |