Searched defs:error (Results 1 - 25 of 33) sorted by relevance

12

/inkscape/share/extensions/Barcode/
H A DBase.py38 def error(self, text, msg): member in class:Barcode
39 """Cause an error to be reported"""
/inkscape/src/libcroco/
H A Dcr-doc-handler.h256 *Is called to notify a parsing error. After this error
260 *ignoring the current error.
262 void (*error) (CRDocHandler *a_this) ; member in struct:_CRDocHandler
265 *Is called to notify an unrecoverable parsing error.
H A Dcr-om-parser.c55 static void error (CRDocHandler * a_this);
171 sac_handler->error = error;
252 goto error;
260 error:
286 goto error;
297 error:
366 goto error;
373 goto error;
378 error
751 error (CRDocHandler * a_this) function
[all...]
H A Dcr-parser.c77 *An abstraction of an error reported by by the
147 *Checks if 'status' equals CR_OK. If not, goto the 'error' label.
162 goto error ; \
169 *@a_is_exception: in case of error, if is TRUE, the status
170 *is set to CR_PARSING_ERROR before goto error. If is false, the
175 *same as CHECK_PARSING_STATUS() but this one pushes an error
176 *on the parser error stack when an error arises.
185 goto error ; \
207 *In case of error, jump
522 CRParserError *error = NULL; local
[all...]
/inkscape/src/extension/internal/
H A Dsvg.cpp158 GError* error = NULL; local
159 gchar* uri_local = g_filename_from_utf8( uri, -1, &bytesRead, &bytesWritten, &error);
H A Dlatex-pstricks.cpp70 GError* error = NULL; local
75 -1, &bytesRead, &bytesWritten, &error);
105 /*g_print("caught error in sp_module_print_plain_begin\n");*/
/inkscape/src/
H A Ddir-util.cpp231 GError* error = NULL; local
236 &error);
H A Ddeptool.cpp232 void error(char *fmt, ...);
427 * Format an error message in printf() style
429 void DepTool::error(char *fmt, ...) function in class:DepTool
433 fprintf(stderr, "DepTool error: ");
579 error("cannot stat file:%s", s.c_str());
804 error("Could not open '%s' for reading", fname.c_str());
/inkscape/src/extension/dbus/
H A Dapplication-interface.cpp50 ensure_desktop_valid(GError **error) argument
53 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OTHER, "Application interface action requires a GUI");
60 ensure_desktop_not_present(GError **error) argument
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)
118 application_interface_desktop_new(ApplicationInterface *app_interface, GError **error) argument
132 application_interface_get_active_desktop(ApplicationInterface *app_interface, GError **error) argument
139 application_interface_set_active_desktop(ApplicationInterface *app_interface, gchar* document_name, GError **error) argument
147 application_interface_desktop_close_all(ApplicationInterface *app_interface, GError **error) argument
154 application_interface_exit(ApplicationInterface *app_interface, GError **error) argument
164 application_interface_document_new(ApplicationInterface *app_interface, GError **error) argument
172 application_interface_get_active_document(ApplicationInterface *app_interface, GError **error) argument
189 application_interface_document_close_all(ApplicationInterface *app_interface, GError **error) argument
[all...]
H A Ddbus-init.cpp55 GError *error = NULL; local
56 DBusGConnection *connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error);
57 if (error) {
136 GError *error = NULL; local
143 DBUS_NAME_FLAG_DO_NOT_QUEUE, &result, &error);
H A Ddocument-interface.cpp98 get_repr_by_name (SPDocument *doc, gchar *name, GError **error) argument
106 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OBJECT, "Object '%s' not found in document.", name);
116 get_object_by_name (SPDocument *doc, gchar *name, GError **error) argument
121 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OBJECT, "Object '%s' not found in document.", name);
128 * Tests for NULL strings and throws an appropriate error.
133 dbus_check_string (gchar *string, GError ** error, const gchar * errorstr) argument
137 g_set_error(error, INKSCAPE_ERROR, INKSCAPE_ERROR_OTHER, "%s", errorstr);
190 selection_swap(Inkscape::Selection *sel, gchar *name, GError **error) argument
194 sel->set(get_object_by_name(sel->layers()->getDocument(), name, error));
227 gchar *finish_create_shape (DocumentInterface *doc_interface, GError ** /*error*/, Inkscap
261 dbus_call_verb(DocumentInterface *doc_interface, int verbid, GError **error) argument
285 ensure_desktop_valid(SPDesktop* desk, GError **error) argument
350 document_interface_call_verb(DocumentInterface *doc_interface, gchar *verbid, GError **error) argument
377 document_interface_rectangle(DocumentInterface *doc_interface, int x, int y, int width, int height, GError **error) argument
391 document_interface_ellipse_center(DocumentInterface *doc_interface, int cx, int cy, int rx, int ry, GError **error) argument
404 document_interface_polygon(DocumentInterface *doc_interface, int cx, int cy, int radius, int rotation, int sides, GError **error) argument
426 document_interface_star(DocumentInterface *doc_interface, int cx, int cy, int r1, int r2, int sides, gdouble rounded, gdouble arg1, gdouble arg2, GError **error) argument
447 document_interface_ellipse(DocumentInterface *doc_interface, int x, int y, int width, int height, GError **error) argument
456 document_interface_line(DocumentInterface *doc_interface, int x, int y, int x2, int y2, GError **error) argument
468 document_interface_spiral(DocumentInterface *doc_interface, int cx, int cy, int r, int revolutions, GError **error) argument
489 document_interface_text(DocumentInterface *doc_interface, int x, int y, gchar *text, GError **error) argument
505 document_interface_image(DocumentInterface *doc_interface, int x, int y, gchar *filename, GError **error) argument
558 document_interface_document_get_css(DocumentInterface *doc_interface, GError ** error) argument
568 document_interface_document_merge_css(DocumentInterface *doc_interface, gchar *stylestring, GError ** error) argument
579 document_interface_document_set_css(DocumentInterface *doc_interface, gchar *stylestring, GError ** error) argument
592 document_interface_document_resize_to_fit_selection(DocumentInterface *doc_interface, GError **error) argument
599 document_interface_document_set_display_area(DocumentInterface *doc_interface, double x0, double y0, double x1, double y1, double border, GError **error) argument
647 document_interface_set_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, char *newval, GError **error) argument
666 document_interface_set_int_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, int newval, GError **error) argument
680 document_interface_set_double_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, double newval, GError **error) argument
696 document_interface_get_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, GError **error) argument
710 document_interface_move(DocumentInterface *doc_interface, gchar *name, gdouble x, gdouble y, GError **error) argument
722 document_interface_move_to(DocumentInterface *doc_interface, gchar *name, gdouble x, gdouble y, GError **error) argument
736 document_interface_object_to_path(DocumentInterface *doc_interface, char *shape, GError **error) argument
748 document_interface_get_path(DocumentInterface *doc_interface, char *pathname, GError **error) argument
764 document_interface_transform(DocumentInterface *doc_interface, gchar *shape, gchar *transformstr, GError **error) argument
774 document_interface_get_css(DocumentInterface *doc_interface, gchar *shape, GError **error) argument
782 document_interface_modify_css(DocumentInterface *doc_interface, gchar *shape, gchar *cssattrb, gchar *newval, GError **error) argument
803 document_interface_merge_css(DocumentInterface *doc_interface, gchar *shape, gchar *stylestring, GError **error) argument
829 document_interface_set_color(DocumentInterface *doc_interface, gchar *shape, int r, int g, int b, gboolean fill, GError **error) argument
851 document_interface_move_to_layer(DocumentInterface *doc_interface, gchar *shape, gchar *layerstr, GError **error) argument
882 document_interface_set_text(DocumentInterface *doc_interface, gchar *name, gchar *text, GError **error) argument
897 document_interface_text_apply_style(DocumentInterface *doc_interface, gchar *name, int start_pos, int end_pos, gchar *style, gchar *styleval, GError **error) argument
929 document_interface_save(DocumentInterface *doc_interface, GError **error) argument
954 document_interface_import(DocumentInterface *doc_interface, gchar *filename, GError **error) argument
970 document_interface_save_as(DocumentInterface *doc_interface, const gchar *filename, GError **error) argument
1018 document_interface_close(DocumentInterface *doc_interface, GError **error) argument
1024 document_interface_exit(DocumentInterface *doc_interface, GError **error) argument
1030 document_interface_undo(DocumentInterface *doc_interface, GError **error) argument
1036 document_interface_redo(DocumentInterface *doc_interface, GError **error) argument
1050 document_interface_pause_updates(DocumentInterface *doc_interface, GError ** error) argument
1058 document_interface_resume_updates(DocumentInterface *doc_interface, GError ** error) argument
1068 document_interface_update(DocumentInterface *doc_interface, GError ** error) argument
1107 document_interface_selection_add(DocumentInterface *doc_interface, char *name, GError **error) argument
1120 document_interface_selection_add_list(DocumentInterface *doc_interface, char **names, GError **error) argument
1139 document_interface_selection_set_list(DocumentInterface *doc_interface, gchar **names, GError **error) argument
1158 document_interface_selection_delete(DocumentInterface *doc_interface, GError **error) argument
1170 document_interface_select_all(DocumentInterface *doc_interface, GError **error) argument
1176 document_interface_select_all_in_all_layers(DocumentInterface *doc_interface, GError **error) argument
1191 document_interface_selection_invert(DocumentInterface *doc_interface, GError **error) argument
1197 document_interface_selection_group(DocumentInterface *doc_interface, GError **error) argument
1202 document_interface_selection_ungroup(DocumentInterface *doc_interface, GError **error) argument
1208 document_interface_selection_cut(DocumentInterface *doc_interface, GError **error) argument
1216 document_interface_selection_copy(DocumentInterface *doc_interface, GError **error) argument
1224 document_interface_selection_paste(DocumentInterface *doc_interface, GError **error) argument
1264 document_interface_selection_move_to_layer(DocumentInterface *doc_interface, gchar *layerstr, GError **error) argument
1312 document_interface_selection_to_path(DocumentInterface *doc_interface, GError **error) argument
1319 document_interface_selection_combine(DocumentInterface *doc_interface, gchar *cmd, char ***newpaths, GError **error) argument
1341 document_interface_selection_change_level(DocumentInterface *doc_interface, gchar *cmd, GError **error) argument
1368 document_interface_layer_set(DocumentInterface *doc_interface, gchar *layerstr, GError **error) argument
1387 document_interface_layer_change_level(DocumentInterface *doc_interface, gchar *cmd, GError **error) argument
1402 document_interface_layer_next(DocumentInterface *doc_interface, GError **error) argument
1408 document_interface_layer_previous(DocumentInterface *doc_interface, GError **error) argument
1429 document_interface_get_children(DocumentInterface *doc_interface, char *name, char ***out, GError **error) argument
1450 document_interface_get_parent(DocumentInterface *doc_interface, char *name, GError **error) argument
[all...]
/inkscape/src/2geom/
H A Dbezier-utils.cpp106 * \return Number of segments generated, or -1 on error.
109 bezier_fit_cubic(Point *bezier, Point const *data, int len, double error) argument
111 return bezier_fit_cubic_r(bezier, data, len, error, 1);
121 * \return Number of segments generated, or -1 on error.
124 bezier_fit_cubic_r(Point bezier[], Point const data[], int const len, double const error, unsigned const max_beziers) argument
143 error, max_beziers);
195 double const error, unsigned const max_beziers)
201 !(error >= 0.0))
243 generate_bezier(bezier, data, u, len, tHat1, tHat2, error);
247 double const tolerance = sqrt(error
192 bezier_fit_cubic_full(Point bezier[], int split_points[], Point const data[], int const len, Point const &tHat1, Point const &tHat2, double const error, unsigned const max_beziers) argument
[all...]
H A Dsolve-bezier-parametric.cpp153 const double error = 0.5 * (right_intercept - left_intercept); local
155 if (error < BEPSILON)
H A Dsbasis-2d.cpp175 double error = -1; local
180 if ( new_error < error || error < 0 ){
181 error = new_error;
/inkscape/src/io/
H A Dsys.cpp281 Inkscape::IO::dir_open(gchar const *const utf8name, guint const flags, GError **const error) argument
283 gchar *const opsys_name = g_filename_from_utf8(utf8name, -1, NULL, NULL, error);
285 GDir *ret = g_dir_open(opsys_name, flags, error);
318 GError **error )
322 gchar *newFileName = g_locale_to_utf8( opsysstring, len, bytes_read, bytes_written, error );
/inkscape/src/trace/
H A Dsiox.h367 void error(const char *fmt, ...) G_GNUC_PRINTF(2,3);
410 * Send an error string to the Observer. Processing will
413 virtual void error(const std::string &/*msg*/) function in class:org::siox::SioxObserver
555 void error(const char *fmt, ...) G_GNUC_PRINTF(2,3);
H A Dtrace.cpp184 * Send an error string to the Observer. Processing will
187 virtual void error(const std::string &/*msg*/) function in class:Inkscape::Trace::TraceSioxObserver
H A Dsiox.cpp374 void SioxImage::error(const char *fmt, ...) function in class:org::siox::SioxImage
382 g_warning("SioxImage error: %s\n", msgbuf);
384 fprintf(stderr, "SioxImage error: %s\n", msgbuf);
419 error("setPixel: out of bounds (%d,%d)/(%d,%d)",
439 error("setPixel: out of bounds (%d,%d)/(%d,%d)",
461 error("getPixel: out of bounds (%d,%d)/(%d,%d)",
487 error("setConfidence: out of bounds (%d,%d)/(%d,%d)",
772 void Siox::error(const char *fmt, ...) function in class:org::siox::Siox
780 g_warning("Siox error: %s\n", msgbuf);
782 fprintf(stderr, "Siox error
[all...]
/inkscape/src/ui/dialog/
H A Dtext-edit.cpp188 g_print("gtkspell error:\n");
191 GError *error = NULL; local
199 if (gtkspell_new_attach(GTK_TEXT_VIEW(text_view), NULL, &error) == NULL) {
200 g_print("gtkspell error: %s\n", error->message);
201 g_error_free(error);
H A Dcolor-item.cpp211 GError *error = NULL; local
218 &error);
219 GdkPixbuf* pixbuf = gdk_pixbuf_new_from_file_at_scale(localFilename, width, height, FALSE, &error);
521 GError *error = NULL;
528 &error);
529 GdkPixbuf* pixbuf = gdk_pixbuf_new_from_file(localFilename, &error);
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp722 int error = pdf_doc->getErrorCode(); local
724 if (error == errEncrypted) {
726 } else if (error == errOpenFile) {
728 } else if (error == errBadCatalog) {
730 } else if (error == errDamaged) {
732 } else if (error == errHighlightFile) {
734 } else if (error == errBadPrinter) {
736 } else if (error == errPrinting) {
738 } else if (error == errPermission) {
740 } else if (error
866 GError *error = NULL; local
[all...]
/inkscape/src/extension/dbus/wrapper/
H A Dinkscape-dbus-wrapper.c18 GError *error = NULL; local
19 DBusGConnection *connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error);
20 if (error) {
96 GError *error; local
103 error = NULL;
105 &error);
109 error->message);
110 g_error_free (error);
127 inkscape_delete_all (DocumentInterface *doc, GError **error) argument
130 return org_inkscape_document_delete_all (proxy, error);
135 inkscape_call_verb(DocumentInterface *doc, const char * IN_verbid, GError **error) argument
144 inkscape_rectangle(DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error) argument
154 inkscape_ellipse(DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error) argument
164 inkscape_polygon(DocumentInterface *doc, const gint IN_cx, const gint IN_cy, const gint IN_radius, const gint IN_rotation, const gint IN_sides, GError **error) argument
174 inkscape_star(DocumentInterface *doc, const gint IN_cx, const gint IN_cy, const gint IN_r1, const gint IN_r2, const gdouble IN_arg1, const gdouble IN_arg2, const gint IN_sides, const gdouble IN_rounded, GError **error) argument
184 inkscape_spiral(DocumentInterface *doc, const gint IN_cx, const gint IN_cy, const gint IN_r, const gint IN_revolutions, GError **error) argument
194 inkscape_line(DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_x2, const gint IN_y2, GError **error) argument
204 inkscape_text(DocumentInterface *doc, const gint IN_x, const gint IN_y, const char * IN_text, GError **error) argument
214 inkscape_image(DocumentInterface *doc, const gint IN_x, const gint IN_y, const char * IN_text, GError **error) argument
224 inkscape_node(DocumentInterface *doc, const char * IN_svgtype, GError **error) argument
234 inkscape_document_get_width(DocumentInterface *doc, GError **error) argument
244 inkscape_document_get_height(DocumentInterface *doc, GError **error) argument
254 inkscape_document_get_css(DocumentInterface *doc, GError **error) argument
264 inkscape_document_set_css(DocumentInterface *doc, const char * IN_stylestring, GError **error) argument
272 inkscape_document_merge_css(DocumentInterface *doc, const char * IN_stylestring, GError **error) argument
280 inkscape_document_resize_to_fit_selection(DocumentInterface *doc, GError **error) argument
288 inkscape_set_attribute(DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const char * IN_newval, GError **error) argument
296 inkscape_set_int_attribute(DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const gint IN_newval, GError **error) argument
304 inkscape_set_double_attribute(DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const gdouble IN_newval, GError **error) argument
312 inkscape_get_attribute(DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, GError **error) argument
322 inkscape_move(DocumentInterface *doc, const char * IN_shape, const gdouble IN_x, const gdouble IN_y, GError **error) argument
330 inkscape_move_to(DocumentInterface *doc, const char * IN_shape, const gdouble IN_x, const gdouble IN_y, GError **error) argument
338 inkscape_object_to_path(DocumentInterface *doc, const char * IN_objectname, GError **error) argument
346 inkscape_get_path(DocumentInterface *doc, const char * IN_shape, GError **error) argument
356 inkscape_transform(DocumentInterface *doc, const char * IN_shape, const char * IN_transformstr, GError **error) argument
364 inkscape_get_css(DocumentInterface *doc, const char * IN_shape, GError **error) argument
374 inkscape_modify_css(DocumentInterface *doc, const char * IN_shape, const char * IN_cssattrib, const char * IN_newval, GError **error) argument
382 inkscape_merge_css(DocumentInterface *doc, const char * IN_shape, const char * IN_stylestring, GError **error) argument
390 inkscape_set_color(DocumentInterface *doc, const char * IN_shape, const gint IN_red, const gint IN_green, const gint IN_blue, const gboolean IN_fill, GError **error) argument
398 inkscape_move_to_layer(DocumentInterface *doc, const char * IN_objectname, const char * IN_layername, GError **error) argument
406 inkscape_get_node_coordinates(DocumentInterface *doc, const char * IN_shape, GError **error) argument
416 inkscape_save(DocumentInterface *doc, GError **error) argument
424 inkscape_save_as(DocumentInterface *doc, const char * IN_pathname, GError **error) argument
432 inkscape_load(DocumentInterface *doc, const char * IN_pathname, GError **error) argument
440 inkscape_mark_as_unmodified(DocumentInterface *doc, GError **error) argument
448 inkscape_close(DocumentInterface *doc, GError **error) argument
456 inkscape_inkscape_exit(DocumentInterface *doc, GError **error) argument
464 inkscape_undo(DocumentInterface *doc, GError **error) argument
472 inkscape_redo(DocumentInterface *doc, GError **error) argument
480 inkscape_pause_updates(DocumentInterface *doc, GError **error) argument
488 inkscape_resume_updates(DocumentInterface *doc, GError **error) argument
496 inkscape_update(DocumentInterface *doc, GError **error) argument
504 inkscape_selection_get(DocumentInterface *doc, GError **error) argument
514 inkscape_selection_add(DocumentInterface *doc, const char * IN_name, GError **error) argument
522 inkscape_selection_add_list(DocumentInterface *doc, const char ** IN_name, GError **error) argument
530 inkscape_selection_set(DocumentInterface *doc, const char * IN_name, GError **error) argument
538 inkscape_selection_set_list(DocumentInterface *doc, const char ** IN_name, GError **error) argument
546 inkscape_selection_rotate(DocumentInterface *doc, const gint IN_angle, GError **error) argument
554 inkscape_selection_delete(DocumentInterface *doc, GError **error) argument
562 inkscape_selection_clear(DocumentInterface *doc, GError **error) argument
570 inkscape_select_all(DocumentInterface *doc, GError **error) argument
578 inkscape_select_all_in_all_layers(DocumentInterface *doc, GError **error) argument
586 inkscape_selection_box(DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_x2, const gint IN_y2, const gboolean IN_replace, GError **error) argument
594 inkscape_selection_invert(DocumentInterface *doc, GError **error) argument
602 inkscape_selection_group(DocumentInterface *doc, GError **error) argument
610 inkscape_selection_ungroup(DocumentInterface *doc, GError **error) argument
618 inkscape_selection_cut(DocumentInterface *doc, GError **error) argument
626 inkscape_selection_copy(DocumentInterface *doc, GError **error) argument
634 inkscape_selection_paste(DocumentInterface *doc, GError **error) argument
642 inkscape_selection_scale(DocumentInterface *doc, const gdouble IN_grow, GError **error) argument
650 inkscape_selection_move(DocumentInterface *doc, const gdouble IN_x, const gdouble IN_y, GError **error) argument
658 inkscape_selection_move_to(DocumentInterface *doc, const gdouble IN_x, const gdouble IN_y, GError **error) argument
666 inkscape_selection_move_to_layer(DocumentInterface *doc, const char * IN_layer, GError **error) argument
674 inkscape_selection_get_center(DocumentInterface *doc, GError **error) argument
684 inkscape_selection_to_path(DocumentInterface *doc, GError **error) argument
692 inkscape_selection_combine(DocumentInterface *doc, const char * IN_type, GError **error) argument
702 inkscape_selection_change_level(DocumentInterface *doc, const char * IN_command, GError **error) argument
712 inkscape_layer_new(DocumentInterface *doc, GError **error) argument
722 inkscape_layer_set(DocumentInterface *doc, const char * IN_layer, GError **error) argument
730 inkscape_layer_get_all(DocumentInterface *doc, GError **error) argument
740 inkscape_layer_change_level(DocumentInterface *doc, const char * IN_command, GError **error) argument
750 inkscape_layer_next(DocumentInterface *doc, GError **error) argument
758 inkscape_layer_previous(DocumentInterface *doc, GError **error) argument
[all...]
/inkscape/src/xml/
H A Drepr-io.cpp183 retVal = 0; // no error
349 GError* error = NULL; local
352 -1, &bytesRead, &bytesWritten, &error);
/inkscape/src/util/
H A Dziptool.cpp236 void error(char const *fmt, ...)
324 void Inflater::error(char const *fmt, ...) function in class:Inflater
328 fprintf(stdout, "Inflater error:");
371 error("huffman tree will result in failed decode");
383 error("huffman over subscribed");
419 error("premature end of input");
471 error("premature end of input");
480 error("no end of block found");
523 error("invalid fixed code");
542 error("distanc
998 void Deflater::error(char const *fmt, ...) function in class:Deflater
1448 void GzipFile::error(char const *fmt, ...) function in class:GzipFile
2204 void ZipFile::error(char const *fmt, ...) function in class:ZipFile
[all...]
/inkscape/src/display/
H A Dcairo-utils.cpp303 GError *error; local
305 if (g_file_get_contents(fn.c_str(), &data, &len, &error)) {

Completed in 334 milliseconds

12