better practice for work with saved buffer

2013-05-08 Thread Rudra Banerjee
hello friends, I am working on a gtk_list_store, that will save the rows to a file (set_contents(file, buffer)) After saving the datas to a file, without exiting, I will like to edit the file (as buffer) again. For that I have 2 option in my knowledge: 1) save the data, g_free(buffer),

CSS Transitions

2013-05-08 Thread Allan Day
Hi all, Last week I had a go at adding CSS transitions to Adwaita. It was pretty easy to do, and the familiarity of CSS made it easy to get started. However, I encountered an issue which leaves me uncertain how to proceed. The problem is that CSS doesn't provide a way to specify transitions

Re: GSlice vs. tcmalloc vs. jemalloc

2013-05-08 Thread stefan skoglund(agj)
tis 2013-05-07 klockan 14:52 -0500 skrev Federico Mena Quintero: On Sat, 2013-05-04 at 22:10 +0200, stefan skoglund(agj) wrote: Do GSlice use the Solaris feature for memory usage levelling (an important feauture because of the fact that the SPARCCenter 2000 had striped RAM.)

Re: GSlice vs. tcmalloc vs. jemalloc

2013-05-08 Thread Federico Mena Quintero
On Wed, 2013-05-08 at 15:32 +0200, stefan skoglund(agj) wrote: It is an improper term but yes it is cache coloring functionality. Yes, GSlice implements cache coloring; it works automatically. Federico ___ gtk-devel-list mailing list

Re: CSS Transitions

2013-05-08 Thread Owen Taylor
On Wed, 2013-05-08 at 10:58 +0100, Allan Day wrote: Hi all, Last week I had a go at adding CSS transitions to Adwaita. It was pretty easy to do, and the familiarity of CSS made it easy to get started. However, I encountered an issue which leaves me uncertain how to proceed. The problem