mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 06:05:39 +00:00
ab07fa8056
svn path=/trunk/gtk-sharp/; revision=46164
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<Type Name="SocketReadFunc" FullName="Gnome.Vfs.SocketReadFunc">
|
|
<TypeSignature Language="C#" Value="public delegate Gnome.Vfs.Result SocketReadFunc(IntPtr connection, IntPtr buffer, long bytes, out long bytes_read);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gnome-vfs-sharp</AssemblyName>
|
|
<AssemblyVersion>2.6.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="connection" Type="System.IntPtr" />
|
|
<Parameter Name="buffer" Type="System.IntPtr" />
|
|
<Parameter Name="bytes" Type="System.Int64" />
|
|
<Parameter Name="bytes_read" Type="System.Int64&" RefType="out" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>Gnome.Vfs.Result</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="connection">To be added.</param>
|
|
<param name="buffer">To be added.</param>
|
|
<param name="bytes">To be added.</param>
|
|
<param name="bytes_read">To be added.</param>
|
|
<summary>To be added.</summary>
|
|
<returns>To be added.</returns>
|
|
<remarks>To be added.</remarks>
|
|
</Docs>
|
|
</Type>
|