Re: GTK+ 2.99.3 released

2011-02-04 Thread craigbakalian
Is there a glib version I should download and install? There are many on the the Gtk+ site. I don't know what one is compatible with Gtk3. Do I need git to download the latest Glib? Craig Bakalian On Wed, 2011-02-02 at 20:47 +0100, Jaroslav Šmíd wrote: I am running ubuntu 10.10 and Gnome

Re: GTK+ 2.99.3 released

2011-02-04 Thread Matthias Clasen
On Fri, Feb 4, 2011 at 2:15 PM, craigbakalian craigbakal...@verizon.net wrote: Is there a glib version I should download and install?  There are many on the the Gtk+ site.  I don't know what one is compatible with Gtk3. Do I need git to download the latest Glib? configure will tell you if it

File copying

2011-02-04 Thread John Emmas
Does glib have any functions for setting a file's attributes / creation date / last modification date etc? I need to move some files (programmatically) to a new directory whilst preserving their dates and other attributes. John ___ gtk-app-devel-list

Re: File copying

2011-02-04 Thread Nader Morshed
Glib has a few various functions for that, like g_chmod, g_stat, etc, but you might want to take a look at GIO's GFileInfo API. It has a large array of attributes to get/set, depending on the GIOModule being used. On Fri, 4 Feb 2011 22:51:36 + John Emmas john...@tiscali.co.uk wrote: Does

Re: GTK+ 2.99.3 released

2011-02-04 Thread Allin Cottrell
On Fri, 4 Feb 2011, Matthias Clasen wrote: On Fri, Feb 4, 2011 at 2:15 PM, craigbakalian craigbakal...@verizon.net wrote: Is there a glib version I should download and install?  There are many on the the Gtk+ site.  I don't know what one is compatible with Gtk3. Do I need git to download

Re: GTK+ 2.99.3 released

2011-02-04 Thread Allin Cottrell
On Fri, 4 Feb 2011, Allin Cottrell wrote: On Fri, 4 Feb 2011, Matthias Clasen wrote: On Fri, Feb 4, 2011 at 2:15 PM, craigbakalian craigbakal...@verizon.net wrote: Is there a glib version I should download and install?  There are many on the the Gtk+ site.  I don't know what one is