mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 22:45:39 +00:00
cab41adc32
* en/GLib/*.xml : more glib docs. svn path=/trunk/gtk-sharp/; revision=30686
33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<Type Name="IWrapper" FullName="GLib.IWrapper">
|
|
<TypeSignature Language="C#" Value="public abstract interface IWrapper;" Maintainer="auto" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>glib-sharp</AssemblyName>
|
|
<AssemblyPublicKey>
|
|
</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>Interface to identify a handle accessible wrapped type.</summary>
|
|
<remarks>This interface is used by the code generator, but it not typically used by application code.</remarks>
|
|
</Docs>
|
|
<Base />
|
|
<Interfaces />
|
|
<Attributes />
|
|
<Members>
|
|
<Member MemberName="Handle">
|
|
<MemberSignature Language="C#" Value="public virtual IntPtr Handle { get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.IntPtr</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<summary>A pointer to the native type instance.</summary>
|
|
<returns>an object of type <see cref="T:System.IntPtr" /></returns>
|
|
<remarks />
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type> |