Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
dialogs.h
1// SPDX-FileCopyrightText: © 2018, 2023 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4#ifndef __UTILS_DIALOGS_H__
5#define __UTILS_DIALOGS_H__
6
7#include <gtk/gtk.h>
8
12AdwMessageDialog *
13dialogs_get_overwrite_plugin_dialog (GtkWindow * parent);
14
15AdwMessageDialog *
16dialogs_get_basic_ok_message_dialog (GtkWindow * parent);
17
18#endif