Branches for discussion: Pango.Layout xy_to_char, Stdio.File nodelay

2014-08-28 Thread Chris Angelico
Both of these have been discussed previously, but now they're posted as topic branches in the main repo. (I've also pushed a few non-controversial GTK2 changes to the 8.0 and 7.8 branches.) Branch: rosuav/pango_xy_to_char Adds a new method xy_to_char() to the GTK2.Pango.Layout object, parallel

Re: Branches for discussion: Pango.Layout xy_to_char, Stdio.File nodelay

2014-08-28 Thread Lance Dillon
Maybe both?  Have individual methods for those who want to just call it, and a setflags type method that you can pass bit flags into to set.  That way if you have several flags to set you can do it in one call, or just call the one flag you want to set. Won't add too much, and make it easier

Re: Branches for discussion: Pango.Layout xy_to_char, Stdio.File nodelay

2014-08-28 Thread Chris Angelico
On Fri, Aug 29, 2014 at 12:04 AM, Lance Dillon riffraff...@yahoo.com wrote: Maybe both? Have individual methods for those who want to just call it, and a setflags type method that you can pass bit flags into to set. That way if you have several flags to set you can do it in one call, or just