Function

Poscompletion_box_set_completions

Declaration [src]

void
pos_completion_box_set_completions (
  PosCompletionsBox* self,
  GStrv completions
)

Description

No description available.

Parameters

self

Type: PosCompletionsBox

No description available.

The data is owned by the caller of the function.
completions

Type: An array of utf8

No description available.

The array must be NULL-terminated.
Each element is a NUL terminated UTF-8 string.