mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 01:15:35 +00:00
formatting fixes from updater rerun
svn path=/trunk/gtk-sharp/; revision=49649
This commit is contained in:
parent
bc2d3e81e0
commit
a461ba8984
|
@ -256,15 +256,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;
|
||||
|
@ -314,8 +311,7 @@ void LongComputation ()
|
|||
args.RetVal = true;
|
||||
}
|
||||
</code>
|
||||
</example>
|
||||
</remarks>
|
||||
</example></remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Invoke">
|
||||
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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; };" />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue