Method

BirbReadlineget_prompt

since: 0.9

Declaration [src]

const char*
birb_readline_get_prompt (
  BirbReadline* readline
)

Description [src]

Gets the prompt from readline.

Available since: 0.9

Gets propertyBirb.Readline:prompt

Return value

Type: const char*

The prompt.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.