summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/src/handy.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--subprojects/libhandy/src/handy.h63
1 files changed, 63 insertions, 0 deletions
diff --git a/subprojects/libhandy/src/handy.h b/subprojects/libhandy/src/handy.h
new file mode 100644
index 0000000..1ea48a7
--- /dev/null
+++ b/subprojects/libhandy/src/handy.h
@@ -0,0 +1,63 @@
+/*
+ * Copyright (C) 2017 Purism SPC
+ *
+ * SPDX-License-Identifier: LGPL-2.1+
+ */
+
+#pragma once
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#if !GTK_CHECK_VERSION(3, 22, 0)
+# error "libhandy requires gtk+-3.0 >= 3.22.0"
+#endif
+
+#if !GLIB_CHECK_VERSION(2, 50, 0)
+# error "libhandy requires glib-2.0 >= 2.50.0"
+#endif
+
+#define _HANDY_INSIDE
+
+#include "hdy-version.h"
+#include "hdy-action-row.h"
+#include "hdy-animation.h"
+#include "hdy-application-window.h"
+#include "hdy-avatar.h"
+#include "hdy-carousel.h"
+#include "hdy-carousel-indicator-dots.h"
+#include "hdy-carousel-indicator-lines.h"
+#include "hdy-clamp.h"
+#include "hdy-combo-row.h"
+#include "hdy-deck.h"
+#include "hdy-deprecation-macros.h"
+#include "hdy-enum-value-object.h"
+#include "hdy-expander-row.h"
+#include "hdy-header-bar.h"
+#include "hdy-header-group.h"
+#include "hdy-keypad.h"
+#include "hdy-leaflet.h"
+#include "hdy-main.h"
+#include "hdy-navigation-direction.h"
+#include "hdy-preferences-group.h"
+#include "hdy-preferences-page.h"
+#include "hdy-preferences-row.h"
+#include "hdy-preferences-window.h"
+#include "hdy-search-bar.h"
+#include "hdy-squeezer.h"
+#include "hdy-swipe-group.h"
+#include "hdy-swipe-tracker.h"
+#include "hdy-swipeable.h"
+#include "hdy-title-bar.h"
+#include "hdy-types.h"
+#include "hdy-value-object.h"
+#include "hdy-view-switcher.h"
+#include "hdy-view-switcher-bar.h"
+#include "hdy-view-switcher-title.h"
+#include "hdy-window.h"
+#include "hdy-window-handle.h"
+
+#undef _HANDY_INSIDE
+
+G_END_DECLS