aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/helpers/async_callback.hpp
blob: e35235918a34d01cd4369bd4a9e1cebe4c677aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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