Update docs for GLib.

svn path=/trunk/gtk-sharp/; revision=12565
This commit is contained in:
Duncan Mak 2003-03-15 22:45:31 +00:00
parent c1444f3883
commit 3082a2d362
5 changed files with 68 additions and 35 deletions

View file

@ -39,8 +39,7 @@
This function installs the <paramref name="hndlr" /> as a This function installs the <paramref name="hndlr" /> as a
handler to be invoked when the GLib mainloop is idle. If handler to be invoked when the GLib mainloop is idle. If
the handler returns <see langword="true" /> the handler is the handler returns <see langword="true" /> the handler is
kept for another round of Idle execution, if <see kept for another round of Idle execution, if <see langword="false" /> is returned, the handler is removed.
langword="false"/> is returned, the handler is removed.
</para> </para>
<para> <para>
This method can be invoked from a differen thread than the This method can be invoked from a differen thread than the
@ -51,8 +50,7 @@
The thread-safety of this routine can be used to queue The thread-safety of this routine can be used to queue
work by a thread to be performed in the context of the work by a thread to be performed in the context of the
main Gtk thread. Gtk# is thread aware, but not thread main Gtk thread. Gtk# is thread aware, but not thread
safe; See the <link safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread
location="node:gtk-sharp/programming/threads">Gtk# Thread
Programming</link> for details. Programming</link> for details.
</para> </para>
</remarks> </remarks>

View file

@ -11,8 +11,7 @@
<remarks> <remarks>
<para> <para>
The handler specified by the delegate will be invoked during The handler specified by the delegate will be invoked during
the GLib main loop execution. If the handler returns <see the GLib main loop execution. If the handler returns <see langword="true" /> the handler is kept for another round of
langword="true"/> the handler is kept for another round of
Idle execution, if <see langword="false" /> is returned, the Idle execution, if <see langword="false" /> is returned, the
handler is removed. handler is removed.
</para> </para>

View file

@ -100,8 +100,7 @@
<para> <para>
Using this constructor will not track the type information Using this constructor will not track the type information
of the classes or structures kept in the list. If you of the classes or structures kept in the list. If you
plan on tracking the type information, use the <see plan on tracking the type information, use the <see cref="M:GLib.List.List(IntPtr,Type)" /> method.
cref="M:GLib.List.List(IntPtr,Type)"/> method.
</para> </para>
</remarks> </remarks>
</Docs> </Docs>

49
doc/en/GLib/Markup.xml Normal file
View file

@ -0,0 +1,49 @@
<Type Name="Markup" FullName="GLib.Markup">
<TypeSignature Language="C#" Value="public class Markup" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>glib-sharp</AssemblyName>
<AssemblyPublicKey />
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes />
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
</Docs>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes />
<Members>
<Member MemberName="EscapeText">
<MemberSignature Language="C#" Value="public static string EscapeText (string s);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="s" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="s">To be added: an object of type 'string'</param>
<returns>To be added: an object of type 'string'</returns>
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Markup ();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<summary>To be added</summary>
<returns>To be added: an object of type 'GLib.Markup'</returns>
<remarks>To be added</remarks>
</Docs>
</Member>
</Members>
</Type>

View file

@ -168,18 +168,6 @@
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="DisposeNative">
<MemberSignature Language="C#" Value="protected virtual void DisposeNative ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="Dispose"> <Member MemberName="Dispose">
<MemberSignature Language="C#" Value="public virtual void Dispose ();" /> <MemberSignature Language="C#" Value="public virtual void Dispose ();" />
<MemberType>Method</MemberType> <MemberType>Method</MemberType>