j
k
j a
j l
Out of curiosity, does it support function pointers?
```c g_signal_connect(obj, "sig", G_CALLBACK(some_function), NULL); GCallback cb = &some_function; sigc::mem_fun<void>(*this, &TheClass::some_function); ```
Attachments:
Back to the thread
Back to the list