diff options
Diffstat (limited to 'src/extension/dbus/application-interface.h')
| -rw-r--r-- | src/extension/dbus/application-interface.h | 17 |
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 ****************************************************************************/ |
