Function
Finchconversation_set_info_widget
Declaration [src]
void
finch_conversation_set_info_widget (
PurpleConversation* conv,
GntWidget* widget
)
Parameters
conv
-
Type:
PurpleConversation
The conversation.
The data is owned by the caller of the function. widget
-
Type:
GntWidget
The widget containing the information. If
NULL
, the current information widget is removed.The data is owned by the caller of the function.