gtk_tree_view_column_set_sort_indicator function not working

2007-04-18 Thread Suma H.S
hi, gtk_tree_view_column_set_sort_column_id(column,1); gtk_tree_view_column_set_sort_indicator(column, FALSE) is not working. I want the sort feature with the indicator switched off. Does anybody knows how to do it? Thanks, Suma H S ___ gtk-devel-list m

g_io_add_watch, g_io_channel_read stops working after sometime.

2007-04-18 Thread Rehan
Hi, I am trying to write a program based on client-server architecture. I need only one client connection hence i am first listening to client then accept() is called. after accept() i call g_io_channel_unix_new () and then g_io_add_watch() and later in the function i use g_io_channel_read to re