Function

Purplesignal_unregister

since: 2.0

Declaration [src]

void
purple_signal_unregister (
  void* instance,
  const char* signal
)

Description [src]

Unregisters a signal 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.
signal

Type: const char*

The signal name.

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