summaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/helpers
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-04 16:31:38 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-04 16:31:38 +0200
commit67c561efbeaa26131258c41b208f1890cb4865c5 (patch)
tree9fbb1be4094a05c371c5c6977dae733a6b4758fb /adw/include/adwaitamm/helpers
parentb6d9a37966e34db8b5217a7e5466b2660f43a4ba (diff)
downloadturns-67c561efbeaa26131258c41b208f1890cb4865c5.tar.xz
turns-67c561efbeaa26131258c41b208f1890cb4865c5.zip
adw: implement required AlertDialog functions
Diffstat (limited to 'adw/include/adwaitamm/helpers')
-rw-r--r--adw/include/adwaitamm/helpers/async_callback.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/adw/include/adwaitamm/helpers/async_callback.hpp b/adw/include/adwaitamm/helpers/async_callback.hpp
new file mode 100644
index 0000000..e352359
--- /dev/null
+++ b/adw/include/adwaitamm/helpers/async_callback.hpp
@@ -0,0 +1,15 @@
+#ifndef LIBADWAITAMM_HELPERS_ASYNC_CALLBACK_HPP
+#define LIBADWAITAMM_HELPERS_ASYNC_CALLBACK_HPP
+
+#include <glibmm/object.h>
+
+#include <giomm/asyncresult.h>
+
+namespace Adwaita::helpers
+{
+
+ auto async_callback(GObject *, GAsyncResult * result, void * data) noexcept -> void;
+
+} // namespace Adwaita::helpers
+
+#endif \ No newline at end of file