/* * Copyright (C) 2019 Purism SPC * * SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #if !defined(_HANDY_INSIDE) && !defined(HANDY_COMPILATION) #error "Only can be included directly." #endif #include "hdy-version.h" #include 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