Freeing temporary context sensitive pop-up menus

2005-03-08 Thread Matthew Yaconis
I am generating some context sensitive pop-up menus and I'm afraid I'm leaking the memory used in their allocation. The basic flow of the program goes: 1. Click on a column in a tree-view 2. Capture the button press event and create and show a pop up menu based on certain criteria. 3. gtk_wid

*** GLib *** : poll(2) failed due to: Invalid argument.

2005-03-08 Thread Markus Lausser
Hello, i get the message *** GLib *** : poll(2) failed due to: Invalid argument. thousand times when running my application. It seems that it happens if i have accepted 100 < x < 200 tcp connection from which i listen for input. What can i do? I am using glib 2.6.0 on a linux system. Markus.

Re: list view & mysql tables

2005-03-08 Thread Iago Rubio
On Tue, 2005-03-08 at 14:49 +1100, Grant wrote: > Greetings, > Does anybody know of some example code/tutorial or even a application > which pulls rows of data out of a mysql database and puts it into a list > view? (I am using gtk 2.4 and mysql 4.1). I recommend you gnome-db if you can use Gnom