Lines Matching refs:error
50 ensure_desktop_valid(GError **error)
53 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OTHER, "Application interface action requires a GUI");
60 ensure_desktop_not_present(GError **error)
63 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OTHER, "Application interface action requires non-GUI (command line) mode");
78 * To add a new error type, edit here and in the .h InkscapeError enum.
119 GError **error)
121 g_return_val_if_fail(ensure_desktop_valid(error), NULL);
133 GError **error)
141 GError **error)
148 GError **error)
154 application_interface_exit (ApplicationInterface *app_interface, GError **error)
165 GError **error)
167 g_return_val_if_fail(ensure_desktop_not_present(error), NULL);
173 GError **error)
177 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OTHER, "No active document");
190 GError **error)