Asyncronous life helper (Was: EggDBus)

2008-12-27 Thread Freddie Unpenstein
This is a side-topic, raised by developments in handling DBus, but something I feel is worth asking... Is there any mechanism for making working with asynchronous stuff easier? Quite often I've had a situation where I've needed to collect several pieces of information from various

Re: Running on Windows?

2008-12-27 Thread lwhmellow
I‘ really glad to see all your helps.Well,at beginning,I was depressed that no one had replied.So I figure it out by myself.Anyway,thanks again for you help~~~:-D -- View this message in context: http://www.nabble.com/Running-on-Windows--tp21090786p21172204.html Sent from the Gtk+ - Apps Dev

treeview -- go back to initial state

2008-12-27 Thread YU WU
dear all, i have one problem. i have built a treeview modal. it reads data from a file. if i click one column header, the treeview is sorted. now, i want to restore the initial state. how can i realize this? one thing at least is to make the sort indicator arrow not displayed. but the

Re: treeview -- go back to initial state

2008-12-27 Thread Tadej Borovšak
Hello. If you need to retain your original order, the best thing is to leave the original model alone, wrap it inside GtkTreeModelSort and sort that layer model instead. See docs (there are 2 examples too): http://library.gnome.org/devel/gtk/stable/GtkTreeModelSort.html 2008/12/26 YU WU

Re: Asyncronous life helper (Was: EggDBus)

2008-12-27 Thread Alexander Larsson
On Sat, 2008-12-27 at 04:21 -0500, Freddie Unpenstein wrote: This is a side-topic, raised by developments in handling DBus, but something I feel is worth asking... Is there any mechanism for making working with asynchronous stuff easier? Quite often I've had a situation where I've needed to

Asyncronous life helper (Was: EggDBus)

2008-12-27 Thread Freddie Unpenstein
This is a side-topic, raised by developments in handling DBus, but something I feel is worth asking... Is there any mechanism for making working with asynchronous stuff easier? Quite often I've had a situation where I've needed to collect several pieces of information from various

Re: EggDBus

2008-12-27 Thread David Zeuthen
Hey Bastien, On Fri, 2008-12-26 at 22:13 +, Bastien Nocera wrote: My personal wishlist for D-Bus is mostly on the client side: - dbus_g_object_register_marshaller() is hate. The marshalling code should be using libffi so it just works (same holds true for native GObject as well). -

Re: EggDBus

2008-12-27 Thread David Zeuthen
On Fri, 2008-12-26 at 22:39 +0100, Mikkel Kamstrup Erlandsen wrote: So you'd need to tag (using gtk-doc annotations) what methods, properties and signals are to be exported via D-Bus. But it would need to be complicated The idea was more in the line

Re: Asyncronous life helper (Was: EggDBus)

2008-12-27 Thread David Zeuthen
On Sat, 2008-12-27 at 04:21 -0500, Freddie Unpenstein wrote: This is a side-topic, raised by developments in handling DBus, but something I feel is worth asking... Is there any mechanism for making working with asynchronous stuff easier? I recently filed this bug

Re: Asyncronous life helper (Was: EggDBus)

2008-12-27 Thread Alexander Larsson
On Sat, 2008-12-27 at 04:21 -0500, Freddie Unpenstein wrote: This is a side-topic, raised by developments in handling DBus, but something I feel is worth asking... Is there any mechanism for making working with asynchronous stuff easier? Quite often I've had a situation where I've needed to

Re: Asyncronous life helper (Was: EggDBus)

2008-12-27 Thread David Zeuthen
On Sat, 2008-12-27 at 20:35 +0100, Alexander Larsson wrote: On Sat, 2008-12-27 at 04:21 -0500, Freddie Unpenstein wrote: This is a side-topic, raised by developments in handling DBus, but something I feel is worth asking... Is there any mechanism for making working with asynchronous stuff

Re: EggDBus

2008-12-27 Thread Mikkel Kamstrup Erlandsen
2008/12/27 David Zeuthen da...@fubar.dk On Fri, 2008-12-26 at 22:39 +0100, Mikkel Kamstrup Erlandsen wrote: So you'd need to tag (using gtk-doc annotations) what methods, properties and signals are to be exported via D-Bus. But it would need to be