From 29eb802f09da07421099238eceaee9e3b1d61ff2 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 28 Apr 2025 14:01:30 +0200 Subject: adw: extract libadwaitamm --- adw/include/adwaitamm/private/actionrow_p.hpp | 38 --------------------------- 1 file changed, 38 deletions(-) delete mode 100644 adw/include/adwaitamm/private/actionrow_p.hpp (limited to 'adw/include/adwaitamm/private/actionrow_p.hpp') diff --git a/adw/include/adwaitamm/private/actionrow_p.hpp b/adw/include/adwaitamm/private/actionrow_p.hpp deleted file mode 100644 index 2b7ddf9..0000000 --- a/adw/include/adwaitamm/private/actionrow_p.hpp +++ /dev/null @@ -1,38 +0,0 @@ -/** - * @author Felix Morgner (felix.morgner@gmail.com) - * @copyright Copyright (c) 2025 - * SPDX-License-Identifier: LGPL-2.1-or-later - */ - -#ifndef LIBADWAITAMM_PRIVATE_ACTION_ROW_P_HPP -#define LIBADWAITAMM_PRIVATE_ACTION_ROW_P_HPP - -#include "adwaitamm/private/preferencesrow_p.hpp" - -#include -#include - -#define _ADWAITA_INSIDE -#include -#undef _ADWAITA_INSIDE - -namespace Adwaita -{ - struct ActionRow_Class : Glib::Class - { - using BaseClassParent = AdwPreferencesRowClass; - using BaseClassType = AdwActionRowClass; - using BaseObjectType = AdwActionRow; - using CppClassParent = struct PreferencesRow_Class; - using CppObjectType = struct ActionRow; - - auto init() -> Glib::Class const &; - auto static class_init_function(void * gclass, void * data) -> void; - auto static wrap_new(GObject * object) -> Glib::ObjectBase *; - - protected: - auto static activate_vfunc_callback(AdwActionRow * self) -> void; - }; -} // namespace Adwaita - -#endif \ No newline at end of file -- cgit v1.2.3