Method

PurpleConversationManagerforeach

since: 3.0

Declaration [src]

void
purple_conversation_manager_foreach (
  PurpleConversationManager* manager,
  PurpleConversationManagerForeachFunc func,
  gpointer data
)

Description [src]

Calls func for each PurpleConversation that manager knows about.

Available since: 3.0

Parameters

func

Type: PurpleConversationManagerForeachFunc

The PurpleConversationManagerForeachFunc to call.

data

Type: gpointer

User data to pass to func.

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