Function
GLibCompletionnew
deprecated: 2.26
Declaration [src]
GCompletion*
g_completion_new (
GCompletionFunc func
)
Description [src]
Creates a new GCompletion
.
Deprecated since: 2.26
Rarely used API.
This function is not directly available to language bindings.
Parameters
func
-
Type:
GCompletionFunc
The function to be called to return the string representing an item in the
GCompletion
, orNULL
if strings are going to be used as theGCompletion
items.
Return value
Type: GCompletion
The new GCompletion
.
The data is owned by the called function. |