Method

RBPodcastSearchresolve

Declaration [src]

void
rb_podcast_search_resolve (
  RBPodcastSearch* search,
  const char* url,
  GAsyncReadyCallback callback,
  gpointer data
)

Description

No description available.

This method completes asynchronously. Use rb_podcast_search_resolve_finish() inside the GAsyncReadyCallback to obtain the result of the operation.

Parameters

url

Type: const char*

No description available.

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

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the method.