Function

Purplesignals_disconnect_by_handle

since: 2.0

Declaration [src]

void
purple_signals_disconnect_by_handle (
  void* handle
)

Description [src]

Removes all callbacks associated with a receiver handle.

Available since: 2.0

Parameters

handle

Type: void*

The receiver handle.

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