Handbook
Glossary
g_completion_complete ( completion prefix new_prefix -- GList* )
Vocabulary
glib
.
ffi
Inputs
completion
an
object
prefix
an
object
new_prefix
an
object
Outputs
GList*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GList*
g_completion_complete
( GCompletion* completion, gchar* prefix, gchar* new_prefix
)