Searched refs:unquote_error (Results 1 – 1 of 1) sorted by relevance
3719 GError *unquote_error = NULL; in g_bookmark_file_get_application_info() local3722 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()