From b95258f419c62f7f38ec6128568df5897e4f5696 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 4 Apr 2025 22:15:41 +0200 Subject: adw: clean up property definitions --- adw/include/adwaitamm/toast.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'adw/include/adwaitamm/toast.hpp') diff --git a/adw/include/adwaitamm/toast.hpp b/adw/include/adwaitamm/toast.hpp index ba82497..2c4718b 100644 --- a/adw/include/adwaitamm/toast.hpp +++ b/adw/include/adwaitamm/toast.hpp @@ -2,6 +2,7 @@ #define LIBADWAITAMM_TOAST_HPP #include "adwaitamm/helpers/gobj_mixin.hpp" + #include #include @@ -80,13 +81,21 @@ namespace Adwaita auto set_use_markup(bool value) -> void; auto property_action_name() -> Glib::PropertyProxy; + auto property_action_name() const -> Glib::PropertyProxy_ReadOnly; auto property_action_target() -> Glib::PropertyProxy; + auto property_action_target() const -> Glib::PropertyProxy_ReadOnly; auto property_button_label() -> Glib::PropertyProxy; + auto property_button_label() const -> Glib::PropertyProxy_ReadOnly; auto property_custom_title() -> Glib::PropertyProxy; + auto property_custom_title() const -> Glib::PropertyProxy_ReadOnly; auto property_priority() -> Glib::PropertyProxy; + auto property_priority() const -> Glib::PropertyProxy_ReadOnly; auto property_timeout() -> Glib::PropertyProxy; + auto property_timeout() const -> Glib::PropertyProxy_ReadOnly; auto property_title() -> Glib::PropertyProxy; + auto property_title() const -> Glib::PropertyProxy_ReadOnly; auto property_use_markup() -> Glib::PropertyProxy; + auto property_use_markup() const -> Glib::PropertyProxy_ReadOnly; auto signal_button_clicked() -> Glib::SignalProxy; auto signal_dismissed() -> Glib::SignalProxy; -- cgit v1.2.3