Function

Dexresolver_lookup_by_name

Declaration [src]

DexFuture*
dex_resolver_lookup_by_name (
  GResolver* resolver,
  const char* address
)

Description

No description available.

Parameters

resolver GResolver*
  No description available.
 The data is owned by the caller of the function.
address const char*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: DexFuture
 

A DexFuture.

 The caller of the function takes ownership of the data, and is responsible for freeing it.