From 5bc31b52ca664e508adecf12bdaee7d45f0af311 Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Mon, 23 Dec 2002 01:54:38 +0000 Subject: [PATCH] 2002-12-22 Kristian Rietveld * sources/Gnome.metadata: add out param rules for a bunch of Canvas methods (pointed out by Paul Duran). * api/gnome-xml.api: updated svn path=/trunk/gtk-sharp/; revision=9838 --- ChangeLog | 7 ++ api/gnome-api.xml | 60 +++++++------- sources/Gnome.metadata | 174 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 211 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index f8109c5a2..5c2879fbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-12-22 Kristian Rietveld + + * sources/Gnome.metadata: add out param rules for a bunch of Canvas + methods (pointed out by Paul Duran). + + * api/gnome-xml.api: updated + 2002-12-22 Robert McQueen * makefile: when doing distclean, attempt distclean on all the diff --git a/api/gnome-api.xml b/api/gnome-api.xml index d1c4a7820..f3fad6e12 100644 --- a/api/gnome-api.xml +++ b/api/gnome-api.xml @@ -266,8 +266,8 @@ - - + + @@ -285,10 +285,10 @@ - - - - + + + + @@ -298,7 +298,7 @@ - + @@ -327,26 +327,26 @@ - - - - + + + + - - + + - - - - + + + + @@ -459,8 +459,8 @@ - - + + @@ -474,8 +474,8 @@ - - + + @@ -483,8 +483,8 @@ - - + + @@ -493,7 +493,7 @@ - + @@ -566,10 +566,10 @@ - - - - + + + + @@ -845,7 +845,7 @@ - + @@ -854,7 +854,7 @@ - + diff --git a/sources/Gnome.metadata b/sources/Gnome.metadata index b0d7dcbe6..b74a6df35 100644 --- a/sources/Gnome.metadata +++ b/sources/Gnome.metadata @@ -294,4 +294,178 @@ + + + + GetScrollRegion + C2w + + + GetBounds + + + + double* + pass_as + out + + + + + + GetScrollOffsets + W2c + + + + int* + pass_as + out + + + + + + W2cD + + + + cx + pass_as + out + + + cy + pass_as + out + + + + + + WindowToWorld + + + + worldx + pass_as + out + + + worldy + pass_as + out + + + + + + WorldToWindow + + + + winx + pass_as + out + + + + + winy + pass_as + out + + + + + + GetColor + + + + GdkColor* + pass_as + out + + + + + + GetIterLocation + + + + location + pass_as + out + + + + + + GetIterAtLocation + + + + iter + pass_as + out + + + + + + GetMiterPoints + + + + mx1 + pass_as + out + + + my1 + pass_as + out + + + mx2 + pass_as + out + + + my2 + pass_as + out + + + + + + GetButtPoints + + + + bx1 + pass_as + out + + + by1 + pass_as + out + + + bx2 + pass_as + out + + + by2 + pass_as + out + + + +