aboutsummaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/private/breakpoint_p.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'adw/include/adwaitamm/private/breakpoint_p.hpp')
-rw-r--r--adw/include/adwaitamm/private/breakpoint_p.hpp36
1 files changed, 0 insertions, 36 deletions
diff --git a/adw/include/adwaitamm/private/breakpoint_p.hpp b/adw/include/adwaitamm/private/breakpoint_p.hpp
deleted file mode 100644
index 37e745f..0000000
--- a/adw/include/adwaitamm/private/breakpoint_p.hpp
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * @author Felix Morgner (felix.morgner@gmail.com)
- * @copyright Copyright (c) 2025
- * SPDX-License-Identifier: LGPL-2.1-or-later
- */
-
-#ifndef LIBADWAITAMM_PRIVATE_BREAKPOINT_P_HPP
-#define LIBADWAITAMM_PRIVATE_BREAKPOINT_P_HPP
-
-#include <glibmm/class.h>
-#include <glibmm/object.h>
-#include <glibmm/objectbase.h>
-
-#include <glib-object.h>
-
-#define _ADWAITA_INSIDE
-#include <adw-breakpoint.h>
-#undef _ADWAITA_INSIDE
-
-namespace Adwaita
-{
- struct Breakpoint_Class : Glib::Class
- {
- using BaseClassParent = GObjectClass;
- using BaseClassType = AdwBreakpointClass;
- using BaseObjectType = AdwBreakpoint;
- using CppClassParent = struct Glib::Object_Class;
- using CppObjectType = struct Breakpoint;
-
- 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