summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/application-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/application-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/application-interface.h')
-rw-r--r--src/extension/dbus/application-interface.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/extension/dbus/application-interface.h b/src/extension/dbus/application-interface.h
index e782bd1ad..88219a6b0 100644
--- a/src/extension/dbus/application-interface.h
+++ b/src/extension/dbus/application-interface.h
@@ -45,6 +45,23 @@ struct _ApplicationInterfaceClass {
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);
+
/****************************************************************************
DESKTOP FUNCTIONS
****************************************************************************/