H A D | inkscape-dbus-wrapper.c | 127 inkscape_delete_all (DocumentInterface *doc, GError **error) argument 129 DBusGProxy *proxy = doc->proxy; 135 inkscape_call_verb (DocumentInterface *doc, const char * IN_verbid, GError **error) argument 137 DBusGProxy *proxy = doc->proxy; 144 inkscape_rectangle (DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error) argument 147 DBusGProxy *proxy = doc->proxy; 154 inkscape_ellipse (DocumentInterface *doc, const gint IN_x, const gint IN_y, const gint IN_width, const gint IN_height, GError **error) argument 157 DBusGProxy *proxy = doc->proxy; 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 167 DBusGProxy *proxy = doc 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...] |