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:
parent
2dfc6f0d5e
commit
f8683d65e0
2 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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,9 +25,8 @@
|
|||
<Members />
|
||||
<Parameters>
|
||||
<Parameter Name="clipboard" Type="Gtk.Clipboard" />
|
||||
<Parameter Name="selection_data" Type="Gtk.SelectionData&" 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue