Function

Purplesignals_unregister_by_instance

since: 2.0

Declaration [src]

void
purple_signals_unregister_by_instance (
  void* instance
)

Description [src]

Unregisters all signals in an instance.

Available since: 2.0

Parameters

instance

Type: void*

The instance to unregister the signal for.

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