Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgfilenamecompleter.c342 const char *initial_text, in init_completion() argument
353 should_escape = ! (g_path_is_absolute (initial_text) || *initial_text == '~'); in init_completion()
355 len = strlen (initial_text); in init_completion()
358 initial_text[len - 1] == '/') in init_completion()
361 file = g_file_parse_name (initial_text); in init_completion()
413 const char *initial_text) in g_filename_completer_get_completion_suffix() argument
422 g_return_val_if_fail (initial_text != NULL, NULL); in g_filename_completer_get_completion_suffix()
424 possible_matches = init_completion (completer, initial_text, &prefix); in g_filename_completer_get_completion_suffix()
466 const char *initial_text) in g_filename_completer_get_completions() argument
474 g_return_val_if_fail (initial_text != NULL, NULL); in g_filename_completer_get_completions()
[all …]
Dgfilenamecompleter.h69 const char *initial_text);
72 const char *initial_text);