2005-02-18 Mike Kestner <mkestner@novell.com>

* en/Gtk/ClipboardGetFunc.xml : fix param list.

svn path=/trunk/gtk-sharp/; revision=40878
This commit is contained in:
Mike Kestner 2005-02-18 19:47:00 +00:00
parent 2dfc6f0d5e
commit f8683d65e0
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2005-02-18 Mike Kestner <mkestner@novell.com>
* en/Gtk/ClipboardGetFunc.xml : fix param list.
2005-02-15 Dan Winship <danw@novell.com>
* updater/updater.cs (Compare): handle BaseType changes

View File

@ -1,8 +1,8 @@
<Type Name="ClipboardGetFunc" FullName="Gtk.ClipboardGetFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed delegate void ClipboardGetFunc (Gtk.Clipboard clipboard, ref Gtk.SelectionData selection_data, uint info);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed delegate void ClipboardGetFunc (Gtk.Clipboard clipboard, Gtk.SelectionData selection_data, uint info);" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<Attributes />
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
@ -25,11 +25,10 @@
<Members />
<Parameters>
<Parameter Name="clipboard" Type="Gtk.Clipboard" />
<Parameter Name="selection_data" Type="Gtk.SelectionData&amp;" RefType="ref" />
<Parameter Name="selection_data" Type="Gtk.SelectionData" />
<Parameter Name="info" Type="System.UInt32" />
<Parameter Name="o" Type="System.Object" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>
</Type>