summaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/switchrow.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-04 07:18:13 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-04 07:19:10 +0200
commite0b53e79cb640bbfb8d281238af9f0e02d17403b (patch)
tree14e0629061004f43b580e32a48c5aa74f0522ae0 /adw/include/adwaitamm/switchrow.hpp
parent9d5512624637fad84c1b3edb97270c4f10c5056a (diff)
downloadturns-e0b53e79cb640bbfb8d281238af9f0e02d17403b.tar.xz
turns-e0b53e79cb640bbfb8d281238af9f0e02d17403b.zip
adw: rename namespace to Adwaita
Diffstat (limited to 'adw/include/adwaitamm/switchrow.hpp')
-rw-r--r--adw/include/adwaitamm/switchrow.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/adw/include/adwaitamm/switchrow.hpp b/adw/include/adwaitamm/switchrow.hpp
index c13d534..37e2e05 100644
--- a/adw/include/adwaitamm/switchrow.hpp
+++ b/adw/include/adwaitamm/switchrow.hpp
@@ -21,9 +21,9 @@
using AdwSwitchRow = struct _AdwSwitchRow;
-namespace turns::adw
+namespace Adwaita
{
- struct SwitchRow final : adw::ActionRow,
+ struct SwitchRow final : ActionRow,
helpers::gobj_mixin<SwitchRow, AdwSwitchRow>
{
struct Class : Glib::Class
@@ -31,7 +31,7 @@ namespace turns::adw
using BaseClassParent = AdwActionRowClass;
using BaseClassType = AdwSwitchRowClass;
using BaseObjectType = AdwSwitchRow;
- using CppClassParent = adw::ActionRow::Class;
+ using CppClassParent = ActionRow::Class;
using CppObjectType = SwitchRow;
auto init() -> Glib::Class const &;
@@ -78,11 +78,11 @@ namespace turns::adw
return helpers::make_property_proxy<bool>(self, "active");
}
-} // namespace turns::adw
+} // namespace Adwaita
namespace Glib
{
- auto wrap(AdwSwitchRow * object, bool copy = false) -> turns::adw::SwitchRow *;
+ auto wrap(AdwSwitchRow * object, bool copy = false) -> Adwaita::SwitchRow *;
} // namespace Glib
#endif \ No newline at end of file