[ CCode ( has_target = false ) ]
public delegate string CompletionFunc (void* item)
Specifies the type of the function passed to Completion.
Rarely used API
It should return the string corresponding to the given target item. This is used when you use data structures as Completion items.
item |
the completion item. |
the string corresponding to the item. |