diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 11:12:59 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 11:12:59 +0200 |
| commit | 68b3389d282284a59329c9c6a6603c7045a2db72 (patch) | |
| tree | a5f06cb4bfb086fffc1afd72b043e320179e81dd /include/adwaitamm/application.hpp | |
| parent | 26cf7386786fff381a81af21027712512dfe7f82 (diff) | |
| download | libadwaitamm-68b3389d282284a59329c9c6a6603c7045a2db72.tar.xz libadwaitamm-68b3389d282284a59329c9c6a6603c7045a2db72.zip | |
style-man: wrap as RefPtr
Diffstat (limited to 'include/adwaitamm/application.hpp')
| -rw-r--r-- | include/adwaitamm/application.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adwaitamm/application.hpp b/include/adwaitamm/application.hpp index 780c114..afa446b 100644 --- a/include/adwaitamm/application.hpp +++ b/include/adwaitamm/application.hpp @@ -50,7 +50,7 @@ namespace Adwaita auto static create(Glib::ustring const & id = {}, Gio::Application::Flags flags = Gio::Application::Flags::NONE) -> Glib::RefPtr<Application>; - auto get_style_manager() const -> StyleManager *; + auto get_style_manager() const -> Glib::RefPtr<StyleManager>; auto property_style_manager() const -> Glib::PropertyProxy_ReadOnly<StyleManager *>; |
