CompletionFunc


Description:

[ CCode ( has_target = false ) ]
public delegate string CompletionFunc (void* item)

Specifies the type of the function passed to Completion.

Note:

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.

Parameters:

item

the completion item.

Returns:

the string corresponding to the item.


Namespace: GLib
Package: glib-2.0