mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 17:15:34 +00:00
fdcc41a70b
* pango/Pango.metadata : metadata for the pango audit. * pango/*.custom : customizations to fix audited API. * doc/en/* : docs for some api changes and additions. * glib/Marshaller.cs : some gunichar marshal-fu. * glib/glue/unichar.c : a new glue method. svn path=/trunk/gtk-sharp/; revision=32462
50 lines
1.9 KiB
XML
50 lines
1.9 KiB
XML
<Type Name="Text" FullName="Gtk.Text">
|
|
<TypeSignature Language="C#" Value="public class Text" Maintainer="auto" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-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>Represents text.</summary>
|
|
<remarks>GTK+ deprecates GtkText; this object is not the same as GtkText.</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Object</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Attributes />
|
|
<Members>
|
|
<Member MemberName="ByteBeginsUtf8Char">
|
|
<MemberSignature Language="C#" Value="public static bool ByteBeginsUtf8Char (string _byte);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="_byte" Type="System.String" />
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>Test whether a given byte begins a UTF8 character.</summary>
|
|
<param name="_byte">a <see cref="T:System.String" /></param>
|
|
<returns>a <see cref="T:System.Boolean" />, true if this byte is the start of a UTF8 character.</returns>
|
|
<remarks />
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName=".ctor">
|
|
<MemberSignature Language="C#" Value="public Text ();" />
|
|
<MemberType>Constructor</MemberType>
|
|
<ReturnValue />
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>Construct an empty string.</summary>
|
|
<returns>a new <see cref="T:Gtk.Text" /> object.</returns>
|
|
<remarks>(FIXME: what is this used for, given that it has no arguments?)</remarks>
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type> |