Miscellaneous helpers for the Glib library. More...
#include "utils/callback-guard.hpp"
Go to the source code of this file.
Namespaces | |
utils | |
Typedefs | |
typedef std::function< void()> | utils::VoidCallback |
Functions | |
void | utils::executeInGlibThread (const VoidCallback &callback, const CallbackGuard &guard) |
Executes a callback in glib thread (adds an iddle event to glib) More... | |
Miscellaneous helpers for the Glib library.