aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/private/stylemanager_p.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/adwaitamm/private/stylemanager_p.hpp')
-rw-r--r--include/adwaitamm/private/stylemanager_p.hpp32
1 files changed, 32 insertions, 0 deletions
diff --git a/include/adwaitamm/private/stylemanager_p.hpp b/include/adwaitamm/private/stylemanager_p.hpp
new file mode 100644
index 0000000..a37eedd
--- /dev/null
+++ b/include/adwaitamm/private/stylemanager_p.hpp
@@ -0,0 +1,32 @@
+#ifndef LIBADWAITAMM_PRIVATE_STYLE_MANAGER_P_HPP
+#define LIBADWAITAMM_PRIVATE_STYLE_MANAGER_P_HPP
+
+#include <glibmm/class.h>
+#include <glibmm/objectbase.h>
+#include <glibmm/private/object_p.h>
+
+#include <glib-object.h>
+
+#define _ADWAITA_INSIDE
+#include <adw-style-manager.h>
+#undef _ADWAITA_INSIDE
+
+namespace Adwaita
+{
+
+ struct StyleManager_Class : Glib::Class
+ {
+ using BaseClassParent = GObjectClass;
+ using BaseClassType = AdwStyleManagerClass;
+ using BaseObjectType = AdwStyleManager;
+ using CppClassParent = Glib::Object_Class;
+ using CppObjectType = struct StyleManager;
+
+ 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