Scroom
0.14-49-gb7ae7a6d
Loading...
Searching...
No Matches
Functions
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
}
data
uint8_t data
Definition
blob-tests.cc:36
w
std::pair< GSourceFunc, gpointer > const w
Definition
gtkhelper-tests.cc:42
Scroom
GtkHelpers
Detail
Generated by
1.9.8