Method

BirbReadlineget_line

since: 0.9

Declaration [src]

const char*
birb_readline_get_line (
  BirbReadline* readline
)

Description [src]

Gets the line that the user has entered so far.

Available since: 0.9

Gets propertyBirb.Readline:line

Return value

Type: const char*

The current input.

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