| 
					
				 | 
			
			
				@@ -178,7 +178,7 @@ namespace Avalonia.Gtk3.Interop 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Cairo)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             public delegate void cairo_surface_destroy(IntPtr surface); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+             
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Cairo)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             public delegate void cairo_set_source_surface(IntPtr cr, CairoSurface surface, double x, double y); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -236,17 +236,17 @@ namespace Avalonia.Gtk3.Interop 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Gdk)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             public delegate GdkWindowState gdk_window_get_state(IntPtr window); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Gdk)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            public delegate void gdk_window_iconify(IntPtr window); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Gtk)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            public delegate void gtk_window_iconify(GtkWindow window); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Gdk)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            public delegate void gdk_window_deiconify(IntPtr window); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Gtk)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            public delegate void gtk_window_deiconify(GtkWindow window); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Gdk)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            public delegate void gdk_window_maximize(IntPtr window); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Gtk)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            public delegate void gtk_window_maximize(GtkWindow window); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Gdk)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            public delegate void gdk_window_unmaximize(IntPtr window); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Gtk)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            public delegate void gtk_window_unmaximize(GtkWindow window); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             [UnmanagedFunctionPointer(CallingConvention.Cdecl), GtkImport(GtkDll.Gdk)] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             public delegate void gtk_window_set_geometry_hints(GtkWindow window, IntPtr geometry_widget, ref GdkGeometry geometry, GdkWindowHints geom_mask); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -437,10 +437,10 @@ namespace Avalonia.Gtk3.Interop 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public static D.gdk_window_get_origin GdkWindowGetOrigin; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public static D.gdk_window_get_pointer GdkWindowGetPointer; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public static D.gdk_window_get_state GdkWindowGetState; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        public static D.gdk_window_iconify GdkWindowIconify; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        public static D.gdk_window_deiconify GdkWindowDeiconify; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        public static D.gdk_window_maximize GdkWindowMaximize; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        public static D.gdk_window_unmaximize GdkWindowUnmaximize; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public static D.gtk_window_iconify GtkWindowIconify; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public static D.gtk_window_deiconify GtkWindowDeiconify; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public static D.gtk_window_maximize GtkWindowMaximize; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public static D.gtk_window_unmaximize GtkWindowUnmaximize; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public static D.gdk_window_begin_move_drag GdkWindowBeginMoveDrag; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public static D.gdk_window_begin_resize_drag GdkWindowBeginResizeDrag; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public static D.gdk_event_request_motions GdkEventRequestMotions; 
			 |