mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 06:25:31 +00:00
3402acb805
svn path=/trunk/gtk-sharp/; revision=90841
25 lines
1,014 B
XML
25 lines
1,014 B
XML
<Type Name="TranslateFunc" FullName="Gtk.TranslateFunc">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate string TranslateFunc(string path);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>2.12.0.0</AssemblyVersion>
|
|
</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>
|
|
<param name="path">To be added.</param>
|
|
<summary>Delegate used by <see cref="T:Gtk.ItemFactory" /> to translate path elements before they are displayed.</summary>
|
|
<remarks>TODO: Add an example here.</remarks>
|
|
<returns>To be added.</returns>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="path" Type="System.String" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.String</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|