summaryrefslogtreecommitdiff
path: root/lib/xdg-app-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xdg-app-error.h')
-rw-r--r--lib/xdg-app-error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xdg-app-error.h b/lib/xdg-app-error.h
index b83385c..149ef97 100644
--- a/lib/xdg-app-error.h
+++ b/lib/xdg-app-error.h
@@ -38,9 +38,9 @@ typedef enum {
XDG_APP_ERROR_NOT_INSTALLED,
} XdgAppError;
-#define XDG_APP_ERROR xdg_app_error_quark()
+#define XDG_APP_ERROR xdg_app_error_quark ()
-XDG_APP_EXTERN GQuark xdg_app_error_quark (void);
+XDG_APP_EXTERN GQuark xdg_app_error_quark (void);
G_END_DECLS