Update docs for GLib.
svn path=/trunk/gtk-sharp/; revision=12565
This commit is contained in:
parent
c1444f3883
commit
3082a2d362
5 changed files with 68 additions and 35 deletions
|
@ -36,11 +36,10 @@
|
|||
<returns>The handler code assigned to this idle handler.</returns>
|
||||
<remarks>
|
||||
<para>
|
||||
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
|
||||
the handler returns <see langword="true"/> the handler is
|
||||
kept for another round of Idle execution, if <see
|
||||
langword="false"/> is returned, the handler is removed.
|
||||
the handler returns <see langword="true" /> the handler is
|
||||
kept for another round of Idle execution, if <see langword="false" /> is returned, the handler is removed.
|
||||
</para>
|
||||
<para>
|
||||
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
|
||||
work by a thread to be performed in the context of the
|
||||
main Gtk thread. Gtk# is thread aware, but not thread
|
||||
safe; See the <link
|
||||
location="node:gtk-sharp/programming/threads">Gtk# Thread
|
||||
safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread
|
||||
Programming</link> for details.
|
||||
</para>
|
||||
</remarks>
|
||||
|
|
|
@ -11,9 +11,8 @@
|
|||
<remarks>
|
||||
<para>
|
||||
The handler specified by the delegate will be invoked during
|
||||
the GLib main loop execution. If the handler returns <see
|
||||
langword="true"/> the handler is kept for another round of
|
||||
Idle execution, if <see langword="false"/> is returned, the
|
||||
the GLib main loop execution. If the handler returns <see langword="true" /> the handler is kept for another round of
|
||||
Idle execution, if <see langword="false" /> is returned, the
|
||||
handler is removed.
|
||||
</para>
|
||||
</remarks>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
</code>
|
||||
<para>
|
||||
The <see cref="T:System.Type"/> argument to the GLib.List
|
||||
The <see cref="T:System.Type" /> argument to the GLib.List
|
||||
constructor, allows the list enumerator code to return
|
||||
properly wrapped or demarshalled objects from the unmanaged
|
||||
world into the managed world.
|
||||
|
@ -100,8 +100,7 @@
|
|||
<para>
|
||||
Using this constructor will not track the type information
|
||||
of the classes or structures kept in the list. If you
|
||||
plan on tracking the type information, use the <see
|
||||
cref="M:GLib.List.List(IntPtr,Type)"/> method.
|
||||
plan on tracking the type information, use the <see cref="M:GLib.List.List(IntPtr,Type)" /> method.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
|
|
49
doc/en/GLib/Markup.xml
Normal file
49
doc/en/GLib/Markup.xml
Normal 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 <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> 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>
|
|
@ -168,18 +168,6 @@
|
|||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</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">
|
||||
<MemberSignature Language="C#" Value="public virtual void Dispose ();" />
|
||||
<MemberType>Method</MemberType>
|
||||
|
|
Loading…
Add table
Reference in a new issue