From 90cad8de895ab9f589acc8246d8634aa7e48588d Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 9 Dec 2003 18:08:14 +0000 Subject: [PATCH] 2003-12-08 Luciano M. * gdk/Gdk.metadata : ref/array tags * gdk/Colormap.custom : removed * gdk/gdk-api.xml : regen svn path=/trunk/gtk-sharp/; revision=20938 --- ChangeLog | 6 ++++++ gdk/Colormap.custom | 18 ------------------ gdk/Gdk.metadata | 6 +++++- gdk/gdk-api.xml | 12 ++++++------ 4 files changed, 17 insertions(+), 25 deletions(-) delete mode 100644 gdk/Colormap.custom diff --git a/ChangeLog b/ChangeLog index 8c3ce02c8..1815b3bd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-12-08 Luciano M. + + * gdk/Gdk.metadata : ref/array tags + * gdk/Colormap.custom : removed + * gdk/gdk-api.xml : regen + 2003-12-08 Mike Kestner * generator/Signal.cs : add virtual method generation for the diff --git a/gdk/Colormap.custom b/gdk/Colormap.custom deleted file mode 100644 index 774f5b3c4..000000000 --- a/gdk/Colormap.custom +++ /dev/null @@ -1,18 +0,0 @@ -// Gdk.Color.custom - Gdk Color class customizations -// -// Authors: -// Gonzalo Paniagua Javier (gonzalo@ximian.com) -// -// (c) 2003 Ximian, Inc. (gonzalo@ximian.com) -// -// This code is inserted after the automatically generated code. - - -[DllImport("libgdk-win32-2.0-0.dll")] -static extern bool gdk_colormap_alloc_color(IntPtr raw, ref Gdk.Color color, bool writeable, bool best_match); - -public bool AllocColor (ref Gdk.Color color, bool writeable, bool best_match) -{ - return gdk_colormap_alloc_color (Handle, ref color, writeable, best_match); -} - diff --git a/gdk/Gdk.metadata b/gdk/Gdk.metadata index e2bc6b435..db4522b2b 100644 --- a/gdk/Gdk.metadata +++ b/gdk/Gdk.metadata @@ -13,7 +13,11 @@ 1 1 GdkDrawable - 1 + ref + 1 + 1 + ref + 1 1 1 out diff --git a/gdk/gdk-api.xml b/gdk/gdk-api.xml index df4c8cd47..0a3b5cd6c 100644 --- a/gdk/gdk-api.xml +++ b/gdk/gdk-api.xml @@ -495,10 +495,10 @@ -