diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-28 08:24:15 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-28 09:39:16 +0200 |
| commit | 33d8a352eca90a530d560175f5406a5bde5e2861 (patch) | |
| tree | e34244ae066b8b1d206a78b8862415d41b4ef548 /adw/include/adwaitamm/private | |
| parent | 663ec6def00cb498eb12de363ddb721828ab8175 (diff) | |
| download | turns-33d8a352eca90a530d560175f5406a5bde5e2861.tar.xz turns-33d8a352eca90a530d560175f5406a5bde5e2861.zip | |
adw: add missing Dialog functions
Diffstat (limited to 'adw/include/adwaitamm/private')
| -rw-r--r-- | adw/include/adwaitamm/private/dialog_p.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/adw/include/adwaitamm/private/dialog_p.hpp b/adw/include/adwaitamm/private/dialog_p.hpp index a8be388..814a44e 100644 --- a/adw/include/adwaitamm/private/dialog_p.hpp +++ b/adw/include/adwaitamm/private/dialog_p.hpp @@ -29,6 +29,10 @@ namespace Adwaita auto init() -> Glib::Class const &; auto static class_init_function(void * gclass, void * data) -> void; auto static wrap_new(GObject * object) -> Glib::ObjectBase *; + + protected: + auto static close_attempt(BaseObjectType * self) -> void; + auto static closed(BaseObjectType * self) -> void; }; } // namespace Adwaita |
