Re: GTK+ 2.99.3 released

2011-02-05 Thread Matthias Clasen
On Fri, Feb 4, 2011 at 7:47 PM, Allin Cottrell cottr...@wfu.edu wrote: 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

Re: File copying

2011-02-05 Thread John Emmas
On 4 Feb 2011, at 22:57, Nader Morshed wrote: 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. Thanks for the tip. I've been experimenting with the GFileInfo API today but inadvertently, it's led

Re: scan code for required gtk version

2011-02-05 Thread Stefan Kost
Am 01.01.2011 17:30, schrieb Dan McMahill: Is there a way to scan ones source code automatically to determine the minimum required version of gtk and also glib? The reason I ask is I've been involved in a project that doesn't really use lots of the most cutting edge features and in general,

Re: File copying

2011-02-05 Thread David Nečas
On Sat, Feb 05, 2011 at 06:29:20PM +, John Emmas wrote: g_file_replace() returns a GFileOutputStream* which (supposedly) I can use for writing new contents to the file. However, I've been unable to find any examples of writing to a file using a GFileOutputStream*. In fact, I can't find

Re: File copying

2011-02-05 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/05/2011 11:29 AM, John Emmas wrote: On 4 Feb 2011, at 22:57, Nader Morshed wrote: 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. Thanks for