aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.h
diff options
context:
space:
mode:
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 */