Home
last modified time | relevance | path

Searched refs:initial_text (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/gio/
Dgfilenamecompleter.c349 const char *initial_text, in init_completion() argument
360 should_escape = ! (g_path_is_absolute (initial_text) || *initial_text == '~'); in init_completion()
362 len = strlen (initial_text); in init_completion()
365 initial_text[len - 1] == '/') in init_completion()
368 file = g_file_parse_name (initial_text); in init_completion()
420 const char *initial_text) in g_filename_completer_get_completion_suffix() argument
429 g_return_val_if_fail (initial_text != NULL, NULL); in g_filename_completer_get_completion_suffix()
431 possible_matches = init_completion (completer, initial_text, &prefix); in g_filename_completer_get_completion_suffix()
473 const char *initial_text) in g_filename_completer_get_completions() argument
481 g_return_val_if_fail (initial_text != NULL, NULL); in g_filename_completer_get_completions()
[all …]
Dgfilenamecompleter.h68 const char *initial_text);
70 const char *initial_text);