Completion
Allocate a new Completion.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Allocate a new Completion using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
The AutofreeScope to allocate this structure in.
Allocate a new Completion.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Parameters
list of target items (strings or data structures).
the last prefix passed to g_completion_complete() or g_completion_complete_utf8().
the list of items which begin with @prefix.
Allocate a new Completion using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
list of target items (strings or data structures).
the last prefix passed to g_completion_complete() or g_completion_complete_utf8().
the list of items which begin with @prefix.
The AutofreeScope to allocate this structure in.