H A D | inkscape-dbus-wrapper.c | 288 inkscape_set_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const char * IN_newval, GError **error) argument 291 return org_inkscape_document_set_attribute (proxy, IN_shape, IN_attribute, IN_newval, error); 296 inkscape_set_int_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const gint IN_newval, GError **error) argument 299 return org_inkscape_document_set_int_attribute (proxy, IN_shape, IN_attribute, IN_newval, error); 304 inkscape_set_double_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, const gdouble IN_newval, GError **error) argument 307 return org_inkscape_document_set_double_attribute (proxy, IN_shape, IN_attribute, IN_newval, error); 312 inkscape_get_attribute (DocumentInterface *doc, const char * IN_shape, const char * IN_attribute, GError **error) argument 316 org_inkscape_document_get_attribute (proxy, IN_shape, IN_attribute, &OUT_val, error); 322 inkscape_move (DocumentInterface *doc, const char * IN_shape, const gdouble IN_x, const gdouble IN_y, GError **error) argument 325 return org_inkscape_document_move (proxy, IN_shape, IN_ 330 inkscape_move_to(DocumentInterface *doc, const char * IN_shape, const gdouble IN_x, const gdouble IN_y, 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 406 inkscape_get_node_coordinates(DocumentInterface *doc, const char * IN_shape, GError **error) argument [all...] |