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.
This function is not directly available to language bindings |
Parameters
conv |
PurpleConversation |
The conversation. |
|
The data is owned by the caller of the function. | |
widget |
GntWidget* |
The widget containing the information. If |
|
The data is owned by the caller of the function. |