Function

Purpleprefs_disconnect_by_handle

since: 2.0

Declaration [src]

void
purple_prefs_disconnect_by_handle (
  void* handle
)

Description [src]

Remove all pref callbacks by handle.

Available since: 2.0

Parameters

handle

Type: void*

The handle to remove.

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