From bab803685df1be80b58190df9b650a3ee853e421 Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Fri, 14 Feb 2003 19:17:10 +0000 Subject: [PATCH] * api/gtk-api.xml: * sources/Gtk.metadata: Mark 'out' param in GetSelectionBounds, thanks to Lee Mallabone for spotting that. svn path=/trunk/gtk-sharp/; revision=11584 --- ChangeLog | 6 ++++++ api/gtk-api.xml | 4 ++-- sources/Gtk.metadata | 12 ++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d094d9043..14dcc75fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-02-14 Duncan Mak + + * api/gtk-api.xml: + * sources/Gtk.metadata: Mark 'out' param in GetSelectionBounds, + thanks to Lee Mallabone for spotting that. + 2003-02-13 Mike Kestner * glib/Boxed.cs : fix a ctor bug reported to the list by diff --git a/api/gtk-api.xml b/api/gtk-api.xml index 191884f34..8a879cd3f 100644 --- a/api/gtk-api.xml +++ b/api/gtk-api.xml @@ -875,8 +875,8 @@ - - + + diff --git a/sources/Gtk.metadata b/sources/Gtk.metadata index a366dd7ca..81f6e9557 100644 --- a/sources/Gtk.metadata +++ b/sources/Gtk.metadata @@ -254,6 +254,18 @@ + + + GetSelectionBounds + + + + gint* + pass_as + out + + +