Re: PATCH: Re: GTKMM Clipboard::wait_for_targets() bug?

2009-06-17 Thread Peter Clifton
Patch attached this time! [snip] > It seems that the implicit creation of a Glib::StringArrayHandle upon > return was causing the problem. The constructor which takes a container > (our std::list of ustring targets), does not associate ownership of the > array elements with the newly created Glib

PATCH: Re: GTKMM Clipboard::wait_for_targets() bug?

2009-06-17 Thread Peter Clifton
On Wed, 2009-06-17 at 14:23 +0100, Peter Clifton wrote: > Hi, > > I'm playing with getting inkscape to paste successfully from our > application (gschem), and have encountered some weird corruption-like > problems with inkscape not successfully getting the correct list of > targets on the clipboar

Re: client side windows - request for testing and reviewing

2009-06-17 Thread Alexander Larsson
On Wed, 2009-06-17 at 18:21 +0200, Mikkel Kamstrup Erlandsen wrote: > 2009/6/17 Alexander Larsson : > > The client side window branch is now feature complete on X11, and > > includes API to do offscreen window embedding (with patches for > > clutter-gtk availible to test this). Today I merged the l

Re: client side windows - request for testing and reviewing

2009-06-17 Thread Mikkel Kamstrup Erlandsen
2009/6/17 Alexander Larsson : > The client side window branch is now feature complete on X11, and > includes API to do offscreen window embedding (with patches for > clutter-gtk availible to test this). Today I merged the latest master > into the branch to make it easy for people to test it (its go

Re: GObject Introspection support for GSList or other types without a GLib type

2009-06-17 Thread Owen Taylor
On Sun, 2009-06-14 at 02:30 -0500, Daniel Espinosa wrote: > How to handle data types without a GLib GType defined. > > On libgda, it define a GType for GError and a GSList becouse these > doesn't exist on GLib and it uses them as parameters when creating > properties and events. > > For now may b

Re: client side windows - request for testing and reviewing

2009-06-17 Thread Alberto Ruiz
2009/6/17 Alexander Larsson : > The client side window branch is now feature complete on X11, and > includes API to do offscreen window embedding (with patches for > clutter-gtk availible to test this). Today I merged the latest master > into the branch to make it easy for people to test it (its go

GTKMM Clipboard::wait_for_targets() bug?

2009-06-17 Thread Peter Clifton
Hi, I'm playing with getting inkscape to paste successfully from our application (gschem), and have encountered some weird corruption-like problems with inkscape not successfully getting the correct list of targets on the clipboard. Running with valgrind, I see the following: ==28334== Invalid r

client side windows - request for testing and reviewing

2009-06-17 Thread Alexander Larsson
The client side window branch is now feature complete on X11, and includes API to do offscreen window embedding (with patches for clutter-gtk availible to test this). Today I merged the latest master into the branch to make it easy for people to test it (its got the new so version). I fixed the la