Function

Dexresolver_lookup_by_name

Declaration [src]

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

Description

No description available.

Parameters

resolver

Type: GResolver

A GResolver.

The data is owned by the caller of the function.
address

Type: const char*

The address to look up.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: DexFuture

A DexFuture that resolves to a GList of GInetAddress.

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