aboutsummaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/private/preferencesdialog_p.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-28 14:01:30 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-28 14:01:30 +0200
commit29eb802f09da07421099238eceaee9e3b1d61ff2 (patch)
treed07784be13475237d58f65033959c1e27e6245c0 /adw/include/adwaitamm/private/preferencesdialog_p.hpp
parentdff2f80ddc8f742b8181409d6feeca33e856112e (diff)
downloadturns-29eb802f09da07421099238eceaee9e3b1d61ff2.tar.xz
turns-29eb802f09da07421099238eceaee9e3b1d61ff2.zip
adw: extract libadwaitamm
Diffstat (limited to 'adw/include/adwaitamm/private/preferencesdialog_p.hpp')
-rw-r--r--adw/include/adwaitamm/private/preferencesdialog_p.hpp35
1 files changed, 0 insertions, 35 deletions
diff --git a/adw/include/adwaitamm/private/preferencesdialog_p.hpp b/adw/include/adwaitamm/private/preferencesdialog_p.hpp
deleted file mode 100644
index b146ea6..0000000
--- a/adw/include/adwaitamm/private/preferencesdialog_p.hpp
+++ /dev/null
@@ -1,35 +0,0 @@
-/**
- * @author Felix Morgner (felix.morgner@gmail.com)
- * @copyright Copyright (c) 2025
- * SPDX-License-Identifier: LGPL-2.1-or-later
- */
-
-#ifndef LIBADWAITAMM_PRIVATE_PREFERENCES_DIALOG_P_HPP
-#define LIBADWAITAMM_PRIVATE_PREFERENCES_DIALOG_P_HPP
-
-#include "adwaitamm/private/dialog_p.hpp"
-
-#include <glibmm/class.h>
-#include <glibmm/objectbase.h>
-
-#define _ADWAITA_INSIDE
-#include <adw-preferences-dialog.h>
-#undef _ADWAITA_INSIDE
-
-namespace Adwaita
-{
- struct PreferencesDialog_Class : Glib::Class
- {
- using BaseClassParent = AdwDialogClass;
- using BaseClassType = AdwPreferencesDialogClass;
- using BaseObjectType = AdwPreferencesDialog;
- using CppClassParent = Dialog_Class;
- using CppObjectType = struct PreferencesDialog;
-
- auto init() -> Glib::Class const &;
- auto static class_init_function(void * gclass, void * data) -> void;
- auto static wrap_new(GObject * object) -> Glib::ObjectBase *;
- };
-} // namespace Adwaita
-
-#endif \ No newline at end of file