summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/src/hdy-main.h
blob: f960a692afc648e6dca1daf8cd47a83365b52ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Copyright (C) 2020 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 <glib.h>

G_BEGIN_DECLS

HDY_AVAILABLE_IN_ALL
void hdy_init (void);

G_END_DECLS