Re: DBus signature for gtk objects

2007-11-28 Thread Tomeu Vizoso
On Tue, 2007-11-27 at 19:29 -0200, Rafael Barbolo Lopes wrote: Is it possible to exchange gtk objects (a gtk.gdk.Pixmap) thought DBus tubes? If it is, can someone help me to find a way to do this? I think it's necessary to create a BusObject, but I can't get it working using this quick

Re: DBus signature for gtk objects

2007-11-28 Thread Rafael Barbolo Lopes
I want that for sharing Oficina (paint) activity through the mesh. When a user enters in a shared drawing, the owner would send his pixmap for this new user. Maybe serializing the pixmap wouldn't be a bad idea, cause it's passed once per user who join the activity and wouldn't let the activity

Re: DBus signature for gtk objects

2007-11-28 Thread Henrique Ser
Hey, Both slider-puzzle and jigsaw-puzzle do this when sharing a puzzle (or when using the Journal storage). It wasn't straightforward iirc, but feel free to dig in the code and ask if there is something cryptic there. And it is slow, so be prepared... -- cn Rafael Barbolo Lopes wrote: I