[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Gtk2::ImageView memory issue



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]