Re: Gtk2::ImageView memory issue
- From: Kevin Ryde <user42 zip com au>
- To: gtk-perl-list gnome org
- Cc: Jeffrey Ratcliffe <jeffrey ratcliffe gmail com>
- Subject: Re: Gtk2::ImageView memory issue
- Date: Fri, 06 Mar 2009 07:37:49 +1100
I wonder if the return for gtk_image_tool_selector_new() in the .xs
should be SVGtkIImageTool_noinc, if that func gives you a ref to take
over. Seems to make it work for me ...
--- ImageToolSelector.xs.orig 2009-03-06 07:30:55.000000000 +1100
+++ ImageToolSelector.xs 2009-03-06 07:33:48.000000000 +1100
@@ -49,7 +49,7 @@
=back
=cut
-GtkIImageTool *
+GtkIImageTool_noinc *
gtk_image_tool_selector_new (class, view)
GtkImageView * view
C_ARGS:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]