summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ebe4cd)
raw | patch | inline | side by side (parent: 8ebe4cd)
author | glimmer07 <glimmer07@users.sourceforge.net> | |
Thu, 16 Jul 2009 16:28:50 +0000 (16:28 +0000) | ||
committer | glimmer07 <glimmer07@users.sourceforge.net> | |
Thu, 16 Jul 2009 16:28:50 +0000 (16:28 +0000) |
src/extension/dbus/document-interface.cpp | patch | blob | history |
index e3573989a577b5ee9bfbbe458a14bfd2015864a2..914303a91a3e7401632b7d9050ec6865a9fea615 100644 (file)
DBUSPoint **
document_interface_get_node_coordinates (DocumentInterface *object, gchar *shape)
{
- //FIXME: not implemented.
+ //FIXME: Needs lot's of work.
+/*
Inkscape::XML::Node *node = document_retrive_node (sp_desktop_document (object->desk), pathname);
if (node == NULL || node->attribute("d") == NULL) {
g_set_error(error, DBUS_GERROR, DBUS_GERROR_REMOTE_EXCEPTION, "Object is not a path or does not exist.");
return FALSE;
}
- char * path = strdup(node->attribute("d"));
-
+ //char * path = strdup(node->attribute("d"));
+*/
return NULL;
}