diff options
Diffstat (limited to 'adw/include/adwaitamm/toast.hpp')
| -rw-r--r-- | adw/include/adwaitamm/toast.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
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 <sigc++/signal.h> #include <glibmm/object.h> @@ -80,13 +81,21 @@ namespace Adwaita auto set_use_markup(bool value) -> void; auto property_action_name() -> Glib::PropertyProxy<Glib::ustring>; + auto property_action_name() const -> Glib::PropertyProxy_ReadOnly<Glib::ustring>; auto property_action_target() -> Glib::PropertyProxy<Glib::VariantBase>; + auto property_action_target() const -> Glib::PropertyProxy_ReadOnly<Glib::VariantBase>; auto property_button_label() -> Glib::PropertyProxy<Glib::ustring>; + auto property_button_label() const -> Glib::PropertyProxy_ReadOnly<Glib::ustring>; auto property_custom_title() -> Glib::PropertyProxy<Gtk::Widget *>; + auto property_custom_title() const -> Glib::PropertyProxy_ReadOnly<Gtk::Widget *>; auto property_priority() -> Glib::PropertyProxy<ToastPriority>; + auto property_priority() const -> Glib::PropertyProxy_ReadOnly<ToastPriority>; auto property_timeout() -> Glib::PropertyProxy<unsigned>; + auto property_timeout() const -> Glib::PropertyProxy_ReadOnly<unsigned>; auto property_title() -> Glib::PropertyProxy<Glib::ustring>; + auto property_title() const -> Glib::PropertyProxy_ReadOnly<Glib::ustring>; auto property_use_markup() -> Glib::PropertyProxy<bool>; + auto property_use_markup() const -> Glib::PropertyProxy_ReadOnly<bool>; auto signal_button_clicked() -> Glib::SignalProxy<void()>; auto signal_dismissed() -> Glib::SignalProxy<void()>; |
