diff options
Diffstat (limited to 'adw/include/adwaitamm/toastoverlay.hpp')
| -rw-r--r-- | adw/include/adwaitamm/toastoverlay.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adw/include/adwaitamm/toastoverlay.hpp b/adw/include/adwaitamm/toastoverlay.hpp index 9872c1b..5e2742d 100644 --- a/adw/include/adwaitamm/toastoverlay.hpp +++ b/adw/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); |
