Let's say I get a glib gpointer
to a glib gslist
and would like to iterate over the latter, how would I do it?
I don't even know how to get to the gslist
with the gpointer
for starters!
Update: I found a workaround - the python bindings in this instance wasn't complete so I had to find another solution.