Constructor

CuiCallDisplaynew

Declaration [src]

CuiCallDisplay*
cui_call_display_new (
  CuiCall* call
)

Description [src]

Creates a new CuiCallDisplay.

Parameters

call

Type: CuiCall

The call this CuiCalLDisplay handles.

The data is owned by the caller of the function.

Return value

Type: CuiCallDisplay

The new CuiCalLDisplay.

The data is owned by the called function.