summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/src/hdy-animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/libhandy/src/hdy-animation.h')
-rw-r--r--subprojects/libhandy/src/hdy-animation.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/subprojects/libhandy/src/hdy-animation.h b/subprojects/libhandy/src/hdy-animation.h
new file mode 100644
index 0000000..5af34c0
--- /dev/null
+++ b/subprojects/libhandy/src/hdy-animation.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2019 Purism SPC
+ *
+ * SPDX-License-Identifier: LGPL-2.1+
+ */
+
+#pragma once
+
+#if !defined(_HANDY_INSIDE) && !defined(HANDY_COMPILATION)
+#error "Only <handy.h> can be included directly."
+#endif
+
+#include "hdy-version.h"
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+HDY_AVAILABLE_IN_ALL
+gboolean hdy_get_enable_animations (GtkWidget *widget);
+
+HDY_AVAILABLE_IN_ALL
+gdouble hdy_ease_out_cubic (gdouble t);
+
+G_END_DECLS