Comment 5 for bug 618757

Revision history for this message
Ken VanDine (ken-vandine) wrote :

1) My vala code for expose_view is a void. I tried just changing that to return a bool and it made no difference. Notice the function right below that in the generated C, it returns a bool and just wraps this function. Not sure why it creates both functions, but it is only consumed by the function that wraps it which doesn't seem to actually expect a return, but returns a bool itself.