Lines Matching refs:error
41 inkscape_delete_all (DocumentInterface *doc, GError **error);
45 inkscape_call_verb (DocumentInterface *doc, const char * IN_verbid, GError **error);
50 inkscape_rectangle (DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error);
54 inkscape_ellipse (DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error);
58 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);
62 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);
66 inkscape_spiral (DocumentInterface *doc, const gint IN_cx, const gint IN_cy, const gint IN_r, const gint IN_revolutions, GError **error);
70 inkscape_line (DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_x2, const gint IN_y2, GError **error);
74 inkscape_text (DocumentInterface *doc, const gint IN_x, const gint IN_y, const char * IN_text, GError **error);
78 inkscape_image (DocumentInterface *doc, const gint IN_x, const gint IN_y, const char * IN_text, GError **error);
82 inkscape_node (DocumentInterface *doc, const char * IN_svgtype, GError **error);
86 inkscape_document_get_width (DocumentInterface *doc, GError **error);
90 inkscape_document_get_height (DocumentInterface *doc, GError **error);
94 inkscape_document_get_css (DocumentInterface *doc, GError **error);
98 inkscape_document_set_css (DocumentInterface *doc, const char * IN_stylestring, GError **error);
102 inkscape_document_merge_css (DocumentInterface *doc, const char * IN_stylestring, GError **error);
106 inkscape_document_resize_to_fit_selection (DocumentInterface *doc, GError **error);
110 inkscape_set_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const char * IN_newval, GError **error);
114 inkscape_set_int_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const gint IN_newval, GError **error);
118 inkscape_set_double_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const gdouble IN_newval, GError **error);
122 inkscape_get_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, GError **error);
126 inkscape_move (DocumentInterface *doc, const char * IN_shape, const gdouble IN_x, const gdouble IN_y, GError **error);
130 inkscape_move_to (DocumentInterface *doc, const char * IN_shape, const gdouble IN_x, const gdouble IN_y, GError **error);
134 inkscape_object_to_path (DocumentInterface *doc, const char * IN_objectname, GError **error);
138 inkscape_get_path (DocumentInterface *doc, const char * IN_shape, GError **error);
142 inkscape_transform (DocumentInterface *doc, const char * IN_shape, const char * IN_transformstr, GError **error);
146 inkscape_get_css (DocumentInterface *doc, const char * IN_shape, GError **error);
150 inkscape_modify_css (DocumentInterface *doc, const char * IN_shape, const char * IN_cssattrib, const char * IN_newval, GError **error);
154 inkscape_inkscape_merge_css (DocumentInterface *doc, const char * IN_shape, const char * IN_stylestring, GError **error);
158 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);
162 inkscape_move_to_layer (DocumentInterface *doc, const char * IN_objectname, const char * IN_layername, GError **error);
166 inkscape_get_node_coordinates (DocumentInterface *doc, const char * IN_shape, GError **error);
170 inkscape_save (DocumentInterface *doc, GError **error);
174 inkscape_save_as (DocumentInterface *doc, const char * IN_pathname, GError **error);
178 inkscape_load (DocumentInterface *doc, const char * IN_pathname, GError **error);
182 inkscape_mark_as_unmodified (DocumentInterface *doc, GError **error);
186 inkscape_close (DocumentInterface *doc, GError **error);
190 inkscape_inkscape_exit (DocumentInterface *doc, GError **error);
194 inkscape_undo (DocumentInterface *doc, GError **error);
198 inkscape_redo (DocumentInterface *doc, GError **error);
202 inkscape_pause_updates (DocumentInterface *doc, GError **error);
206 inkscape_resume_updates (DocumentInterface *doc, GError **error);
210 inkscape_update (DocumentInterface *doc, GError **error);
214 inkscape_selection_get (DocumentInterface *doc, GError **error);
218 inkscape_selection_add (DocumentInterface *doc, const char * IN_name, GError **error);
222 inkscape_selection_add_list (DocumentInterface *doc, const char ** IN_name, GError **error);
226 inkscape_selection_set (DocumentInterface *doc, const char * IN_name, GError **error);
230 inkscape_selection_set_list (DocumentInterface *doc, const char ** IN_name, GError **error);
234 inkscape_selection_rotate (DocumentInterface *doc, const gint IN_angle, GError **error);
238 inkscape_selection_delete (DocumentInterface *doc, GError **error);
242 inkscape_selection_clear (DocumentInterface *doc, GError **error);
246 inkscape_select_all (DocumentInterface *doc, GError **error);
250 inkscape_select_all_in_all_layers (DocumentInterface *doc, GError **error);
254 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);
258 inkscape_selection_invert (DocumentInterface *doc, GError **error);
262 inkscape_selection_group (DocumentInterface *doc, GError **error);
266 inkscape_selection_ungroup (DocumentInterface *doc, GError **error);
270 inkscape_selection_cut (DocumentInterface *doc, GError **error);
274 inkscape_selection_copy (DocumentInterface *doc, GError **error);
278 inkscape_selection_paste (DocumentInterface *doc, GError **error);
282 inkscape_selection_scale (DocumentInterface *doc, const gdouble IN_grow, GError **error);
286 inkscape_selection_move (DocumentInterface *doc, const gdouble IN_x, const gdouble IN_y, GError **error);
290 inkscape_selection_move_to (DocumentInterface *doc, const gdouble IN_x, const gdouble IN_y, GError **error);
294 inkscape_selection_move_to_layer (DocumentInterface *doc, const char * IN_layer, GError **error);
298 inkscape_selection_get_center (DocumentInterface *doc, GError **error);
302 inkscape_selection_to_path (DocumentInterface *doc, GError **error);
306 inkscape_selection_combine (DocumentInterface *doc, const char * IN_type, GError **error);
310 inkscape_selection_change_level (DocumentInterface *doc, const char * IN_command, GError **error);
314 inkscape_layer_new (DocumentInterface *doc, GError **error);
318 inkscape_layer_set (DocumentInterface *doc, const char * IN_layer, GError **error);
322 inkscape_layer_get_all (DocumentInterface *doc, GError **error);
326 inkscape_layer_change_level (DocumentInterface *doc, const char * IN_command, GError **error);
330 inkscape_layer_next (DocumentInterface *doc, GError **error);
334 inkscape_layer_previous (DocumentInterface *doc, GError **error);