summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/examples/hdy-view-switcher-demo-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/libhandy/examples/hdy-view-switcher-demo-window.h')
-rw-r--r--subprojects/libhandy/examples/hdy-view-switcher-demo-window.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/subprojects/libhandy/examples/hdy-view-switcher-demo-window.h b/subprojects/libhandy/examples/hdy-view-switcher-demo-window.h
new file mode 100644
index 0000000..76dcdd7
--- /dev/null
+++ b/subprojects/libhandy/examples/hdy-view-switcher-demo-window.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include <handy.h>
+
+G_BEGIN_DECLS
+
+#define HDY_TYPE_VIEW_SWITCHER_DEMO_WINDOW (hdy_view_switcher_demo_window_get_type())
+
+G_DECLARE_FINAL_TYPE (HdyViewSwitcherDemoWindow, hdy_view_switcher_demo_window, HDY, VIEW_SWITCHER_DEMO_WINDOW, HdyWindow)
+
+HdyViewSwitcherDemoWindow *hdy_view_switcher_demo_window_new (void);
+
+G_END_DECLS