Closed JohnCoconut closed 6 years ago
public void foreac(GtkTreeModelForeachFunc func, void* userData);
https://github.com/gtkd-developers/GtkD/blob/master/generated/gtkd/gtk/TreeModelIF.d#L295
Or because foreach is already a keyword in D?
foreach
It's because foreach is a keyword, you will see the same thing for a few other functions that are also D keywords.
Got it.
I was busy when replying you. I have to give a thank you for your answer.
https://github.com/gtkd-developers/GtkD/blob/master/generated/gtkd/gtk/TreeModelIF.d#L295
Or because
foreach
is already a keyword in D?