summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/document-interface.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-09-18 05:22:47 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-09-18 05:22:47 +0000
commit9c19df4215cc73bf82049f7527cb2e85fc15d881 (patch)
treeeb3c4735ff8b48992a44d55e160eb4e1a19c4335 /src/extension/dbus/document-interface.h
parentFix for 1051434 : occasional crash when selecting disjoint path with markers (diff)
downloadinkscape-9c19df4215cc73bf82049f7527cb2e85fc15d881.tar.gz
inkscape-9c19df4215cc73bf82049f7527cb2e85fc15d881.zip
Fix for 818628 : DBUS Metadata for error domain warning when using File>New
(bzr r11674)
Diffstat (limited to 'src/extension/dbus/document-interface.h')
-rw-r--r--src/extension/dbus/document-interface.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/extension/dbus/document-interface.h b/src/extension/dbus/document-interface.h
index e7e55cb7d..5fcbb919b 100644
--- a/src/extension/dbus/document-interface.h
+++ b/src/extension/dbus/document-interface.h
@@ -56,19 +56,7 @@ struct _DocumentInterfaceClass {
GObjectClass parent;
};
-typedef enum
-{
- INKSCAPE_ERROR_SELECTION,
- INKSCAPE_ERROR_OBJECT,
- INKSCAPE_ERROR_VERB,
- INKSCAPE_ERROR_OTHER
-} InkscapeError;
-
-#define INKSCAPE_ERROR (inkscape_error_quark ())
-#define INKSCAPE_TYPE_ERROR (inkscape_error_get_type ())
-
-GQuark inkscape_error_quark (void);
-GType inkscape_error_get_type (void);
+
struct DBUSPoint {
int x;