[Github-comments] [geany/geany] Highlight C function names (patch available) (#1231)

Matthew Brush notifications at xxxxx
Wed Sep 14 23:43:01 UTC 2016


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);
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1231#issuecomment-247190599
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160914/00477960/attachment.html>


More information about the Github-comments mailing list