Drew Holzworth

Results 7 comments of Drew Holzworth

Installing libgtksourceview4 on windows via msys should be pretty straightforward, but if I recall correctly it shouldn't be necessary - I thought the gtk deps were automatically downloaded as part...

[This document](https://www.mono-project.com/docs/gui/gtksharp/gapi/) is written for gtk2, but I found it a very useful starting point.

Ha, I had forgotten that this PR even existed. And the issue has been around for longer still :). @ericnewton76 - apologies for the ping, but is there anything I...

Yeah this is definitely not a minimal fundamental type. I initially implemented something similar to gchar (using the document that you linked), but I realised that I actually want an...

In my case it was a GdkEvent. I was calling a method which returns a GdkEvent in some cases, and NULL in some other cases. What I observed was that...

One problem with `GPtrArray` is that the ownership semantics of the array contents seems to depend on whether an `element_free_func` has been set, even if we get the array from...

For what it's worth, I was able to get this working in an older version of gircore (maybe it still works with the current version - not sure): https://github.com/hol430/NCBrowse/blob/master/src/NCBrowse/Frontend/Helpers/GenericListView.cs As...