Function
PurpleConversationManagerForeachFunc
Declaration
void
(* PurpleConversationManagerForeachFunc) (
PurpleConversation* conversation,
gpointer data
)
Description [src]
A function to be used as a callback with purple_conversation_manager_foreach().
Available since: | 3.0.0 |
Parameters
conversation |
PurpleConversation |
The |
|
The data is owned by the caller of the function. | |
data |
gpointer |
User supplied data. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |