Method

CuiCallDisplayset_call

Declaration [src]

void
cui_call_display_set_call (
  CuiCallDisplay* self,
  CuiCall* call
)

Description [src]

Set a CuiCall. The current call will be removed form the display and the new call displayed instead.

Sets propertyCui.CallDisplay:call

Parameters

call

Type: CuiCall

The current call.

The argument can be NULL.
The data is owned by the caller of the function.