Lines Matching refs:initial_text
342 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()
476 possible_matches = init_completion (completer, initial_text, &prefix); in g_filename_completer_get_completions()
485 g_strconcat (initial_text, possible_match + strlen (prefix), NULL)); in g_filename_completer_get_completions()