Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgbookmarkfile.c3719 GError *unquote_error = NULL; in g_bookmark_file_get_application_info() local
3722 command_line = g_shell_unquote (ai->exec, &unquote_error); in g_bookmark_file_get_application_info()
3723 if (unquote_error) in g_bookmark_file_get_application_info()
3725 g_propagate_error (error, unquote_error); in g_bookmark_file_get_application_info()