Function

Purplenotify_uri

since: 2.0

Declaration [src]

void*
purple_notify_uri (
  void* handle,
  const char* uri
)

Description [src]

Opens a URI or somehow presents it to the user.

Available since: 2.0

Parameters

handle

Type: void*

The plugin or connection handle.

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

Type: const char*

The URI to display or go to.

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

Return value

Type: void*

A UI-specific handle, if any. This may only be presented if the UI code displays a dialog instead of a webpage, or something similar.

The data is owned by the called function.
The return value can be NULL.