formatting fixes from updater rerun

svn path=/trunk/gtk-sharp/; revision=49649
This commit is contained in:
Mike Kestner 2005-09-07 17:56:34 +00:00
parent bc2d3e81e0
commit a461ba8984
5 changed files with 20 additions and 24 deletions

View File

@ -238,7 +238,7 @@ void LongComputation ()
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Invoke">
<Member MemberName="Invoke">
<MemberSignature Language="C#" Value="public static void Invoke (EventHandler d);" />
<MemberType>Method</MemberType>
<ReturnValue>
@ -256,16 +256,13 @@ void LongComputation ()
multiple threads to perform operations on Gtk objects as it
the toolkit is not thread-safe.
<para>
This mechanism is simpler to use than <see
cref="T:Gtk.ThreadNotify"/> since it does not require the
This mechanism is simpler to use than <see cref="T:Gtk.ThreadNotify" /> since it does not require the
creation of a notifier per event.
</para>
<para>
</para><para>
This is particularly useful with C# 2.0 as it is possible
to use anonymous methods with it, for example:
</para>
<example>
<code lang="C#">
</para><example>
<code lang="C#">
using Gtk;
using Gdk;
using System;
@ -314,11 +311,10 @@ void LongComputation ()
args.RetVal = true;
}
</code>
</example>
</remarks>
</example></remarks>
</Docs>
</Member>
<Member MemberName="Invoke">
<Member MemberName="Invoke">
<MemberSignature Language="C#" Value="public static void Invoke (object sender, EventArgs args, EventHandler d);" />
<MemberType>Method</MemberType>
<ReturnValue>
@ -340,15 +336,12 @@ void LongComputation ()
multiple threads to perform operations on Gtk objects as it
the toolkit is not thread-safe.
<para>
This mechanism is simpler to use than <see
cref="T:Gtk.ThreadNotify"/> since it does not require the
This mechanism is simpler to use than <see cref="T:Gtk.ThreadNotify" /> since it does not require the
creation of a notifier per event.
</para>
<para>
</para><para>
This is particularly useful with C# 2.0 as it is possible
to use anonymous methods with it, for example:
</para>
<example>
</para><example>
<code lang="C#">
using Gtk;
using Gdk;
@ -398,8 +391,7 @@ void LongComputation ()
args.RetVal = true;
}
</code>
</example>
</remarks>
</example></remarks>
</Docs>
</Member>
</Members>

View File

@ -200,7 +200,8 @@ Iteration: In new versions of Gtk# (2.0 and up) this class implements the <see c
<Parameters />
<Docs>
<summary>Removes all nodes from the store.</summary>
<remarks></remarks>
<remarks>
</remarks>
</Docs>
</Member>
</Members>

View File

@ -11,11 +11,9 @@
<summary>Multi-threaded integration with Gtk support.</summary>
<remarks>
<para>
You should consider using <see
cref="M:Gtk.Application.Invoke"/> instead of this class as it
You should consider using <see cref="M:Gtk.Application.Invoke" /> instead of this class as it
provides a simpler interface.
</para>
<para>The ThreadNotify class is used to invoke methods in the Gtk+ thread. Since Gtk is not a thread-safe toolkit, only a single thread at a time might be making calls into Gtk.</para>
<para>Typically applications will be executing the main Gtk+ main loop and when threads are done processing work, they invoke <see cref="M:Gtk.ThreadNotify.WakeupMain()" /> to invoke a method on the main Gtk+ thread.</para>
<example>

View File

@ -81,6 +81,11 @@
the individual column values.
</remarks>
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="This is no longer needed; it gets detected by Gtk#", IsError=False)</AttributeName>
</Attribute>
</Attributes>
</Member>
<Member MemberName="ListOnly">
<MemberSignature Language="C#" Value="public bool ListOnly { set; get; };" />

View File

@ -36,7 +36,7 @@
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.AttributeUsage(AllowMultiple=True, Inherited=True, ValidOn=System.AttributeTargets.Property)</AttributeName>
<AttributeName>System.AttributeUsage(AllowMultiple=True, Inherited=True, ValidOn=System.AttributeTargets.Property|Field)</AttributeName>
</Attribute>
</Attributes>
<Members>