<Type Name="HTMLSaveReceiverFn" FullName="Gtk.HTMLSaveReceiverFn"> <TypeSignature Language="C#" Maintainer="auto" Value="public sealed delegate bool HTMLSaveReceiverFn (IntPtr engine, string data);" /> <AssemblyInfo> <AssemblyName>gtkhtml-sharp</AssemblyName> <AssemblyVersion>0.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> <Docs> <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 /> </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="engine" Type="System.IntPtr" /> <Parameter Name="data" Type="System.String" /> </Parameters> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> </Type>