diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-26 18:05:40 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-26 18:05:40 +0200 |
| commit | 663ec6def00cb498eb12de363ddb721828ab8175 (patch) | |
| tree | 38355f679c8fe206f3382392dc788efa9201f91f /adw/include/adwaitamm/private | |
| parent | 558bfbab432caaafa324e669d0987457b5e48b80 (diff) | |
| download | turns-663ec6def00cb498eb12de363ddb721828ab8175.tar.xz turns-663ec6def00cb498eb12de363ddb721828ab8175.zip | |
adw: add missing ActionRow functions
Diffstat (limited to 'adw/include/adwaitamm/private')
| -rw-r--r-- | adw/include/adwaitamm/private/actionrow_p.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/adw/include/adwaitamm/private/actionrow_p.hpp b/adw/include/adwaitamm/private/actionrow_p.hpp index b8a24eb..2b7ddf9 100644 --- a/adw/include/adwaitamm/private/actionrow_p.hpp +++ b/adw/include/adwaitamm/private/actionrow_p.hpp @@ -29,6 +29,9 @@ 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 activate_vfunc_callback(AdwActionRow * self) -> void; }; } // namespace Adwaita |
