diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 22:15:41 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 22:15:41 +0200 |
| commit | 96ce3ba51c152e854bcc5e7df1c53fe776ca554b (patch) | |
| tree | c07be8db33039a6768ea4734985dbb870b46fb03 /include/adwaitamm/breakpoint.hpp | |
| parent | 823220763f9a7cdee60bc1c77903ca9d2869e426 (diff) | |
| download | libadwaitamm-96ce3ba51c152e854bcc5e7df1c53fe776ca554b.tar.xz libadwaitamm-96ce3ba51c152e854bcc5e7df1c53fe776ca554b.zip | |
adw: clean up property definitions
Diffstat (limited to 'include/adwaitamm/breakpoint.hpp')
| -rw-r--r-- | include/adwaitamm/breakpoint.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/adwaitamm/breakpoint.hpp b/include/adwaitamm/breakpoint.hpp index 529344d..13e9f1e 100644 --- a/include/adwaitamm/breakpoint.hpp +++ b/include/adwaitamm/breakpoint.hpp @@ -84,6 +84,7 @@ namespace Adwaita auto static get_base_type() -> GType; auto property_condition() -> Glib::PropertyProxy<BreakpointCondition *>; + auto property_condition() const -> Glib::PropertyProxy_ReadOnly<BreakpointCondition *>; protected: explicit Breakpoint(BreakpointCondition & condition); |
