Method

CuiDialpadset_number

Declaration [src]

void
cui_dialpad_set_number (
  CuiDialpad* self,
  const char* number
)

Description [src]

Sets the current number in the dialpad.

Sets propertyCui.Dialpad:number

Parameters

number

Type: const char*

The number to set.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.