Branch data Line data Source code
1 : : // SPDX-License-Identifier: GPL-3.0-or-later
2 : : // SPDX-FileCopyrightText: Andy Holmes <andrew.g.r.holmes@gmail.com>
3 : :
4 : : #pragma once
5 : :
6 : : #include <adwaita.h>
7 : : #include <valent.h>
8 : :
9 : : G_BEGIN_DECLS
10 : :
11 : : #define VALENT_TYPE_MESSAGES_WINDOW (valent_messages_window_get_type())
12 : :
13 [ + - + - : 1 : G_DECLARE_FINAL_TYPE (ValentMessagesWindow, valent_messages_window, VALENT, MESSAGES_WINDOW, AdwApplicationWindow)
- + ]
14 : :
15 : : G_END_DECLS
|