From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12479 invoked by alias); 9 Nov 2002 18:56:16 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 12472 invoked from network); 9 Nov 2002 18:56:13 -0000 Received: from unknown (HELO zagadka.ping.de) (195.138.43.50) by sources.redhat.com with SMTP; 9 Nov 2002 18:56:13 -0000 Received: (qmail 4804 invoked by uid 1000); 9 Nov 2002 18:56:30 -0000 To: Daniel Skarda <0rfelyus@ucw.cz> Cc: Stanislas Pinte , guile-gtk , David Pirotte Subject: Re: implementing guile-gtk drag & drop... References: <3DC279A4.1010000@wanadoo.be> <87d6pmd7a3.fsf@zagadka.ping.de> From: Marius Vollmer Date: Sat, 09 Nov 2002 10:56:00 -0000 In-Reply-To: Message-ID: <87u1iqh8rl.fsf@zagadka.ping.de> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-q4/txt/msg00008.txt.bz2 Daniel Skarda <0rfelyus@ucw.cz> writes: > The biggest problem was GtkSelectionData - a Gtk structure without > "classic" reference counting, moreover it is parameter of many gtk > callbacks and dnd stopped working when I use > gtk_selection_data_copy/free :-( Using gtk_selection_data_copy/free seems to be the right thing to do. Can you figure out why they made drag and drop fail? Maybe there are bugs in those functions that we can work around. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405