CompletionFunc

Specifies the type of the function passed to glib.completion.Completion.new_. It should return the string corresponding to the given target item. This is used when you use data structures as #GCompletion items.

More...
alias CompletionFunc = string delegate
(
void* item
)

Return Value

the string corresponding to the item.

Detailed Description

Deprecated: Rarely used API