Function

Finchconversation_set_info_widget

Declaration [src]

void
finch_conversation_set_info_widget (
  PurpleConversation* conv,
  GntWidget* widget
)

Description [src]

Sets the information widget for the conversation window.

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.