|
|
template<class T, typename RET, typename P1> |
| GtkCaller * | dueca::gtk_callback (RET(T::*call)(P1, gpointer)) |
| | creation of a caller, 1 parameter and the gpointer parameter.
|
|
template<class T, typename RET, typename P1, typename P2> |
| GtkCaller * | dueca::gtk_callback (RET(T::*call)(P1, P2, gpointer)) |
| | creation of a caller, 2 parameters and the gpointer parameter.
|
|
template<class T, typename RET, typename P1, typename P2, typename P3> |
| GtkCaller * | dueca::gtk_callback (RET(T::*call)(P1, P2, P3, gpointer)) |
| | creation of a caller, 3 parameters and the gpointer parameter.
|
|
template<class T, typename RET, typename P1, typename P2, typename P3, typename P4> |
| GtkCaller * | dueca::gtk_callback (RET(T::*call)(P1, P2, P3, P4, gpointer)) |
| | creation of a caller, 4 parameters and the gpointer parameter.
|
|
template<class T, typename RET, typename P1, typename P2, typename P3, typename P4, typename P5> |
| GtkCaller * | dueca::gtk_callback (RET(T::*call)(P1, P2, P3, P4, P5, gpointer)) |
| | creation of a caller, 5 parameters and the gpointer parameter.
|
|
template<class T, typename RET, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6> |
| GtkCaller * | dueca::gtk_callback (RET(T::*call)(P1, P2, P3, P4, P5, P6, gpointer)) |
| | creation of a caller, 6 parameters and the gpointer parameter.
|
|
template<class T, typename RET, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7> |
| GtkCaller * | dueca::gtk_callback (RET(T::*call)(P1, P2, P3, P4, P5, P6, P7, gpointer)) |
| | creation of a caller, 7 parameters and the gpointer parameter.
|
|
template<class T, typename RET, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7, typename P8> |
| GtkCaller * | dueca::gtk_callback (RET(T::*call)(P1, P2, P3, P4, P5, P6, P7, P8, gpointer)) |
| | creation of a caller, 8 parameters and the gpointer parameter.
|