2003-02-12 02:00:12 +00:00
<Type Name= "HTMLSaveReceiverFn" FullName= "Gtk.HTMLSaveReceiverFn" >
2003-03-07 01:30:00 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public sealed delegate bool HTMLSaveReceiverFn (IntPtr engine, string data);" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
2004-06-24 15:13:45 +00:00
<AssemblyName > gtkhtml-sharp</AssemblyName>
2003-02-12 02:00:12 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 02:00:12 +00:00
<Docs >
2004-08-13 16:23:23 +00:00
<summary > A delegate to receive HTML content from <see cref= "M:Gtk.HTML.Export" /> . In most cases, a delegate of this form probably saves HTML to a file, prints it, or similar.</summary>
<remarks />
2003-02-12 02:00:12 +00:00
</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 />
2003-09-17 21:56:59 +00:00
<Parameters >
<Parameter Name= "engine" Type= "System.IntPtr" />
<Parameter Name= "data" Type= "System.String" />
</Parameters>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2004-08-17 20:43:49 +00:00
</Type>