aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/private/dialog_p.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/adwaitamm/private/dialog_p.hpp')
-rw-r--r--include/adwaitamm/private/dialog_p.hpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/adwaitamm/private/dialog_p.hpp b/include/adwaitamm/private/dialog_p.hpp
index 5f02dba..a8be388 100644
--- a/include/adwaitamm/private/dialog_p.hpp
+++ b/include/adwaitamm/private/dialog_p.hpp
@@ -1,3 +1,9 @@
+/**
+ * @author Felix Morgner (felix.morgner@gmail.com)
+ * @copyright Copyright (c) 2025
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ */
+
#ifndef LIBADWAITAMM_PRIVATE_DIALOG_P_HPP
#define LIBADWAITAMM_PRIVATE_DIALOG_P_HPP
@@ -6,23 +12,19 @@
#include <gtkmm/widget.h>
-#include <gtk/gtk.h>
-
#define _ADWAITA_INSIDE
#include <adw-dialog.h>
#undef _ADWAITA_INSIDE
namespace Adwaita
{
- struct Dialog;
-
struct Dialog_Class : Glib::Class
{
using BaseClassParent = GtkWidgetClass;
using BaseClassType = AdwDialogClass;
using BaseObjectType = AdwDialog;
using CppClassParent = Gtk::Widget_Class;
- using CppObjectType = Dialog;
+ using CppObjectType = struct Dialog;
auto init() -> Glib::Class const &;
auto static class_init_function(void * gclass, void * data) -> void;