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/toastoverlay.hpp | |
| parent | 823220763f9a7cdee60bc1c77903ca9d2869e426 (diff) | |
| download | libadwaitamm-96ce3ba51c152e854bcc5e7df1c53fe776ca554b.tar.xz libadwaitamm-96ce3ba51c152e854bcc5e7df1c53fe776ca554b.zip | |
adw: clean up property definitions
Diffstat (limited to 'include/adwaitamm/toastoverlay.hpp')
| -rw-r--r-- | include/adwaitamm/toastoverlay.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/adwaitamm/toastoverlay.hpp b/include/adwaitamm/toastoverlay.hpp index 9872c1b..5e2742d 100644 --- a/include/adwaitamm/toastoverlay.hpp +++ b/include/adwaitamm/toastoverlay.hpp @@ -59,6 +59,7 @@ namespace Adwaita auto set_child(Gtk::Widget & value) -> void; auto property_child() -> Glib::PropertyProxy<Gtk::Widget *>; + auto property_child() const -> Glib::PropertyProxy_ReadOnly<Gtk::Widget *>; protected: explicit ToastOverlay(Glib::ConstructParams const & params); |
