Signal

PurpleConversation::tags-changed

unstable since: 3.0

Declaration

void
tags_changed (
  PurpleConversation* self,
  PurpleTags* tags,
  gpointer user_data
)

Description [src]

A propagation of PurpleTags::added and PurpleTags::removed signals.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0

Parameters

tags

Type: PurpleTags

The tags.

The data is owned by the caller of the function.