Method
PidginDisplayWindowremove
unstable since: 3.0
Declaration [src]
void
pidgin_display_window_remove (
PidginDisplayWindow* window,
PurpleConversation* conversation
)
Description [src]
Removes conversation
from window
. If conversation
is not in window
, this
does nothing.
Available since: 3.0
Parameters
conversation
-
Type:
PurpleConversation
The
PurpleConversation
to remove fromwindow
.The data is owned by the caller of the method.