no more submodule
This commit is contained in:
24
GtkSharp/Source/OldStuff/doc/en/Gtk/TranslateFunc.xml
Normal file
24
GtkSharp/Source/OldStuff/doc/en/Gtk/TranslateFunc.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<Type Name="TranslateFunc" FullName="Gtk.TranslateFunc">
|
||||
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate string TranslateFunc(string path);" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed TranslateFunc extends System.MulticastDelegate" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
</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>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="path" Type="System.String" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.String</ReturnType>
|
||||
</ReturnValue>
|
||||
<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>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>TODO: Add an example here.</remarks>
|
||||
</Docs>
|
||||
<Members />
|
||||
</Type>
|
||||
Reference in New Issue
Block a user