aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-09-21 08:50:59 +0200
committerThomas White <taw@bitwiz.org.uk>2016-09-21 08:50:59 +0200
commit9eae3e61d9bae7d2b650c3dc91aece65163330fc (patch)
treed05ff320ab2fe3d45e030c034b409b96bc2fba00 /src/colloquium.h
parent205c1640a1a7023c1f95f1dd1ac4b60456e5bc1b (diff)
Open the demo document on first run
Diffstat (limited to 'src/colloquium.h')
-rw-r--r--src/colloquium.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/colloquium.h b/src/colloquium.h
index b927728..a9b9245 100644
--- a/src/colloquium.h
+++ b/src/colloquium.h
@@ -32,5 +32,8 @@
typedef struct _colloquium Colloquium;
+#define COLLOQUIUM(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), \
+ GTK_TYPE_APPLICATION, Colloquium))
+
#endif /* COLLOQUIUM_H */