Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37562727
en ru br
ALT Linux repos
S:2.24.2-alt7
5.0: 2.24.0-alt1
4.1: 2.20.0-alt1
4.0: 2.16.0-alt1.1

Group :: Development/Other
RPM: libgnome-sharp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gnome-sharp-2.24.2-canvaspathdef.patch
Download


--- a/gnome/CanvasPathDef.custom	2018-06-02 20:11:18.813457515 +0000
+++ b/gnome/CanvasPathDef.custom	2018-06-02 20:11:42.937874368 +0000
@@ -21,9 +21,7 @@
 
 		public static CanvasPathDef NewFromBpath (Art.Bpath bpath)
 		{
-                        IntPtr native_bpath = GLib.Marshaller.StructureToPtrAlloc (bpath);
-                        CanvasPathDef result = new CanvasPathDef (gnome_canvas_path_def_new_from_bpath (native_bpath));
-			GLib.Marshaller.Free (native_bpath);
+			CanvasPathDef result = new CanvasPathDef (gnome_canvas_path_def_new_from_bpath (ref bpath));
 			return result;
 		}
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin