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