Function

Purplerequest_close_with_handle

Declaration [src]

void
purple_request_close_with_handle (
  void* handle
)

Description [src]

Closes all requests registered with the specified handle.

See purple_request_input().

Parameters

handle

Type: void*

The handle, as supplied as the handle parameter to one of the purple_request_* functions.

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