GLib.Completion – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
Completion
Completion
add_items
clear_items
complete
complete_utf8
remove_items
cache
func
items
prefix
strncmp_func
Completion
Object Hierarchy:
Description:
[
Deprecated
( since =
"2.26"
) ]
[
Compact
]
public
class
Completion
Warning:
Completion is deprecated.
Namespace:
GLib
Package:
glib-2.0
Content:
Creation methods:
public
Completion
(
CompletionFunc
? func =
null
)
Methods:
public
void
add_items
(
List
<
void
*> items)
public
void
remove_items
(
List
<
void
*> items)
public
void
clear_items
()
public
unowned
List
<
void
*>
complete
(
string
prefix,
out
string
? new_prefix =
null
)
public
unowned
List
<
void
*>
complete_utf8
(
string
prefix,
out
string
? new_prefix =
null
)
Fields:
public
List
<
void
*>
items
public
CompletionFunc
func
public
string
prefix
public
List
<
void
*>
cache
public
CompletionStrncmpFunc
strncmp_func