#ifndef LIBADWAITAMM_PRIVATE_BREAKPOINT_P_HPP #define LIBADWAITAMM_PRIVATE_BREAKPOINT_P_HPP #include #include #include #include #include #define _ADWAITA_INSIDE #include #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