Method
PidginDisplayWindowget_selected
unstable since: 3.0
Declaration [src]
PurpleConversation*
pidgin_display_window_get_selected (
PidginDisplayWindow* window
)
Description [src]
Gets the currently selected PurpleConversation or NULL
if there is no selection.
Available since: 3.0
Return value
Type: PurpleConversation
The selected PurpleConversation or NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |