/* * Copyright (C) 2017 Purism SPC * * SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include 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