no more submodule
This commit is contained in:
38
GtkSharp/Source/OldStuff/doc/en/GLib/Markup.xml
Normal file
38
GtkSharp/Source/OldStuff/doc/en/GLib/Markup.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<Type Name="Markup" FullName="GLib.Markup">
|
||||
<TypeSignature Language="C#" Value="public class Markup" Maintainer="auto" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Markup extends System.Object" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>glib-sharp</AssemblyName>
|
||||
<AssemblyPublicKey>
|
||||
</AssemblyPublicKey>
|
||||
</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.Object</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces />
|
||||
<Docs>
|
||||
<summary>Wrapper for glib markup</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
<Members>
|
||||
<Member MemberName="EscapeText">
|
||||
<MemberSignature Language="C#" Value="public static string EscapeText (string s);" />
|
||||
<MemberSignature Language="ILAsm" Value=".method public static hidebysig string EscapeText(string s) cil managed" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.String</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="s" Type="System.String" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="s">some valid Utf8 text</param>
|
||||
<summary>Escapes text so that the markup parser will parse it verbatim.</summary>
|
||||
<returns>escaped text</returns>
|
||||
<remarks>Less than, greater than, ampersand, etc. are replaced with the corresponding entities. This function would typically be used when writing out a file to be parsed with the markup parser.
|
||||
Note that this function does not protect whitespace and line endings from being processed according to the XML rules for normalization of line endings and attribute values.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
Reference in New Issue
Block a user