Scroom 0.14-48-ga0fee447
Loading...
Searching...
No Matches
Scroom::GtkHelpers::Detail Namespace Reference

Functions

template<typename T >
static int gtkWrapper (gpointer data)
 

Function Documentation

◆ gtkWrapper()

template<typename T >
static int Scroom::GtkHelpers::Detail::gtkWrapper ( gpointer  data)
static
25 {
26 auto* w = reinterpret_cast<T*>(data);
27 (*w)();
28 delete w;
29 return false;
30 }
uint8_t data
Definition blob-tests.cc:36
std::pair< GSourceFunc, gpointer > const w
Definition gtkhelper-tests.cc:42