Re: Why cani i initialize prefix with a default string?

2011-12-10 Thread Gary Kline
On Sat, Dec 10, 2011 at 03:23:10AM +0100, David Ne??as wrote: Date: Sat, 10 Dec 2011 03:23:10 +0100 From: David Ne??as y...@physics.muni.cz Subject: Re: Why cani i initialize prefix with a default string? To: Gary Kline kl...@thought.org Cc: GTK Devel List gtk-app-devel-list@gnome.org On

Usage of gtk_list_store_set_valuesv()

2011-12-10 Thread Antonio Weber
Hi list, I'm trying to write a small app which uses a GtkTreeView to display a table. For some reason it does not work as expected so I extracted my usage in a small tableTest app (which a attach to this mail). I have 10 columns and 100 rows. Basically this is the central function: static

Re: Usage of gtk_list_store_set_valuesv()

2011-12-10 Thread Antonio Weber
Sorry - really tried to attach a file - my fault :) Here you can get the tar: https://sites.google.com/site/webadone/tableTest.tar.gz[../redirect?goto=https%3A%2F%2Fsites.google.com%2Fsite%2Fwebadone%2FtableTest.tar.gz] Thanks a lot, Antonio -Ursprüngliche Nachricht- Von: Antonio Weber

Re: Usage of gtk_list_store_set_valuesv()

2011-12-10 Thread David Nečas
On Sat, Dec 10, 2011 at 08:16:39PM +0100, Antonio Weber wrote: I'm trying to write a small app which uses a GtkTreeView to display a table. For some reason it does not work as expected so I extracted my usage in a small tableTest app (which a attach to this mail). You bind all view columns to

Re: Usage of gtk_list_store_set_valuesv()

2011-12-10 Thread Antonio Weber
Ah thanks a lot thats it! Sorry was my fault - should have had a closer look on it. have a nice weekend, Antonio -Ursprüngliche Nachricht- Von: David Nečas y...@physics.muni.cz Gesendet: 10.12.2011 20:53:59 An: Antonio Weber antonio_we...@web.de Betreff: Re: Usage of

Re: GLIB for a webserver

2011-12-10 Thread Marcelo Elias Del Valle
Hello, Sorry for the delay to replay.. If you write applications which don't leak memory, then you probably won't have any problem. Also if your web server fails because it consumes too much memory, this also probably means that either your HW is not strong enough to support your web

Re: GLIB for a webserver

2011-12-10 Thread Marcelo Elias Del Valle
Hello, - On Apache ARP project, they said they created it instead of using glib because the lack of IPC functions like memory mapping. This makes no sense since they could use glib and also write mmap functions... Well, that's what I thought too. That's why I made the decision to ask here