summaryrefslogtreecommitdiffstats
path: root/src/application.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-03 18:52:59 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-03 18:52:59 (EDT)
commit4ed41f0ba7d200b481e7065a33d4c7175dd722c5 (patch)
tree3bbc86adb2653eb6ea8b8a97fc08c9288876aa25 /src/application.h
parentc2a6b1d23472fb9bda5cf24c692208d4ebcd9f96 (diff)
downloadmarquee-4ed41f0ba7d200b481e7065a33d4c7175dd722c5.zip
marquee-4ed41f0ba7d200b481e7065a33d4c7175dd722c5.tar.gz
marquee-4ed41f0ba7d200b481e7065a33d4c7175dd722c5.tar.bz2
Add missing G_BEGIN_DECLS/G_END_DECLS to headers
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index d1a3272..529bb23 100644
--- a/src/application.h
+++ b/src/application.h
@@ -31,6 +31,8 @@ typedef struct MqApplication MqApplication;
#include "tab-page.h"
#include "window.h"
+G_BEGIN_DECLS
+
MqApplication *
mq_application_new(const gchar *profile, gboolean private);
@@ -70,4 +72,6 @@ mq_application_marquee_mode_deactivate(MqApplication *application);
gboolean
mq_application_marquee_mode_on(MqApplication *application) G_GNUC_PURE;
+G_END_DECLS
+
#endif