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

@ -256,15 +256,12 @@ void LongComputation ()
multiple threads to perform operations on Gtk objects as it multiple threads to perform operations on Gtk objects as it
the toolkit is not thread-safe. the toolkit is not thread-safe.
<para> <para>
This mechanism is simpler to use than <see This mechanism is simpler to use than <see cref="T:Gtk.ThreadNotify" /> since it does not require the
cref="T:Gtk.ThreadNotify"/> since it does not require the
creation of a notifier per event. creation of a notifier per event.
</para> </para><para>
<para>
This is particularly useful with C# 2.0 as it is possible This is particularly useful with C# 2.0 as it is possible
to use anonymous methods with it, for example: to use anonymous methods with it, for example:
</para> </para><example>
<example>
<code lang="C#"> <code lang="C#">
using Gtk; using Gtk;
using Gdk; using Gdk;
@ -314,8 +311,7 @@ void LongComputation ()
args.RetVal = true; args.RetVal = true;
} }
</code> </code>
</example> </example></remarks>
</remarks>
</Docs> </Docs>
</Member> </Member>
<Member MemberName="Invoke"> <Member MemberName="Invoke">
@ -340,15 +336,12 @@ void LongComputation ()
multiple threads to perform operations on Gtk objects as it multiple threads to perform operations on Gtk objects as it
the toolkit is not thread-safe. the toolkit is not thread-safe.
<para> <para>
This mechanism is simpler to use than <see This mechanism is simpler to use than <see cref="T:Gtk.ThreadNotify" /> since it does not require the
cref="T:Gtk.ThreadNotify"/> since it does not require the
creation of a notifier per event. creation of a notifier per event.
</para> </para><para>
<para>
This is particularly useful with C# 2.0 as it is possible This is particularly useful with C# 2.0 as it is possible
to use anonymous methods with it, for example: to use anonymous methods with it, for example:
</para> </para><example>
<example>
<code lang="C#"> <code lang="C#">
using Gtk; using Gtk;
using Gdk; using Gdk;
@ -398,8 +391,7 @@ void LongComputation ()
args.RetVal = true; args.RetVal = true;
} }
</code> </code>
</example> </example></remarks>
</remarks>
</Docs> </Docs>
</Member> </Member>
</Members> </Members>

View file

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

View file

@ -11,11 +11,9 @@
<summary>Multi-threaded integration with Gtk support.</summary> <summary>Multi-threaded integration with Gtk support.</summary>
<remarks> <remarks>
<para> <para>
You should consider using <see You should consider using <see cref="M:Gtk.Application.Invoke" /> instead of this class as it
cref="M:Gtk.Application.Invoke"/> instead of this class as it
provides a simpler interface. provides a simpler interface.
</para> </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>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> <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> <example>

View file

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

View file

@ -36,7 +36,7 @@
<Interfaces /> <Interfaces />
<Attributes> <Attributes>
<Attribute> <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> </Attribute>
</Attributes> </Attributes>
<Members> <Members>