mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 16:45:35 +00:00
84d8a42f96
* doc/en/*/*.xml : docs for new GValue members and size_t changes. * generator/SymbolTable.cs : add ssize_t and make size_t a UIntPtr instead of the current broken int mapping on 64 bit platforms. * gtkhtml/HTMLStream.custom : fix size_t related overload. [fixes #69574] svn path=/trunk/gtk-sharp/; revision=37223
33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<Type Name="HTMLSaveReceiverFn" FullName="Gtk.HTMLSaveReceiverFn">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed delegate bool HTMLSaveReceiverFn (IntPtr engine, string data, UIntPtr len);" />
|
|
<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> |