2003-02-25 Mike Kestner <mkestner@ximian.com>
* GtkSharp/*Native.xml : kill. svn path=/trunk/gtk-sharp/; revision=23470
This commit is contained in:
parent
a972945da6
commit
8a585d28af
3 changed files with 4 additions and 72 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-02-25 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* GtkSharp/*Native.xml : kill.
|
||||
|
||||
2003-02-25 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* */*Wrapper.xml : kill all. These are internal classes.
|
||||
|
|
|
@ -1,35 +0,0 @@
|
|||
<Type Name="GtkClipboardClearFuncNative" FullName="GtkSharp.GtkClipboardClearFuncNative">
|
||||
<TypeSignature Language="C#" Value="public sealed delegate void GtkClipboardClearFuncNative (IntPtr clipboard, uint objid);" Maintainer="auto" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyPublicKey />
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
<AssemblyCulture>neutral</AssemblyCulture>
|
||||
<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>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces>
|
||||
<Interface>
|
||||
<InterfaceName>System.ICloneable</InterfaceName>
|
||||
</Interface>
|
||||
<Interface>
|
||||
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
|
||||
</Interface>
|
||||
</Interfaces>
|
||||
<Attributes />
|
||||
<Members />
|
||||
<Parameters>
|
||||
<Parameter Name="clipboard" Type="System.IntPtr" />
|
||||
<Parameter Name="objid" Type="System.UInt32" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
</Type>
|
|
@ -1,37 +0,0 @@
|
|||
<Type Name="GtkClipboardGetFuncNative" FullName="GtkSharp.GtkClipboardGetFuncNative">
|
||||
<TypeSignature Language="C#" Value="public sealed delegate void GtkClipboardGetFuncNative (IntPtr clipboard, ref Gtk.SelectionData selection_data, uint info, uint obj_id);" Maintainer="auto" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyPublicKey />
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
<AssemblyCulture>neutral</AssemblyCulture>
|
||||
<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>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces>
|
||||
<Interface>
|
||||
<InterfaceName>System.ICloneable</InterfaceName>
|
||||
</Interface>
|
||||
<Interface>
|
||||
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
|
||||
</Interface>
|
||||
</Interfaces>
|
||||
<Attributes />
|
||||
<Members />
|
||||
<Parameters>
|
||||
<Parameter Name="clipboard" Type="System.IntPtr" />
|
||||
<Parameter Name="selection_data" Type="Gtk.SelectionData&" RefType="ref" />
|
||||
<Parameter Name="info" Type="System.UInt32" />
|
||||
<Parameter Name="obj_id" Type="System.UInt32" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
</Type>
|
Loading…
Reference in a new issue