querying a style property

2012-03-25 Thread Allin Cottrell
For one of my app's controls I'd like to query the shadow-type style property of GtkMenuBar (so as to ensure that the appearance of another element blends in). I'm trying to do this as follows (mbar is a GtkMenuBar): GtkStyle *style = gtk_widget_get_style(mbar); GValue val = G_VALUE_INIT;

g_rename() problem on Windows (and suggested remedy)

2012-03-25 Thread John Emmas
Hi there - I've been using Glib for Windows programming for over a year and am very pleased with it. I'm still on the version I first downloaded (2.24) but I've no particular objection to upgrading if this problem's already been fixed The problem itself is that 'g_rename()' only works

Re: GLib 2.32.0 released

2012-03-25 Thread Andy Wingo
On Sat 24 Mar 2012 17:54, Matthias Clasen mcla...@redhat.com writes: GLib 2.32.0 is now available Excellent! For concerns about porting from older GLib release, see the README file that is included in the tarball, or see: http://git.gnome.org/browse/glib/plain/README.in?id=2.32.0 I