aboutsummaryrefslogtreecommitdiff
path: root/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
commit7dc39d8f939b431e9f926622819fafb306956cc6 (patch)
tree72e3e89bc5c0f41935dbfb0c2253f71f536bf4ce /include/adwaitamm/helpers
parent079b0cf04d38bf0c96604e55276c94c13d996531 (diff)
downloadlibadwaitamm-7dc39d8f939b431e9f926622819fafb306956cc6.tar.xz
libadwaitamm-7dc39d8f939b431e9f926622819fafb306956cc6.zip
adw: implement required AlertDialog functions
Diffstat (limited to 'include/adwaitamm/helpers')
-rw-r--r--include/adwaitamm/helpers/async_callback.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/adwaitamm/helpers/async_callback.hpp b/include/adwaitamm/helpers/async_callback.hpp
new file mode 100644
index 0000000..e352359
--- /dev/null
+++ b/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