mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 21:15:37 +00:00
Patch from entereczek@gmail.com
svn path=/trunk/gtk-sharp/; revision=59375
This commit is contained in:
parent
7ca7eb453e
commit
d8ecb69037
|
@ -296,7 +296,8 @@
|
|||
<Parameter Name="percentage" Type="System.Double" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Update the progress bar with a new percentage-done.</summary>
|
||||
<summary>Update the progress bar with a new percentage-done.
|
||||
It's marked as obsolete - it's better to use <see cref="M:Gtk.ProgressBar.Fraction" /></summary>
|
||||
<param name="percentage">a <see cref="T:System.Double" />, the percentage completed this bar should display.</param>
|
||||
<remarks>
|
||||
</remarks>
|
||||
|
@ -338,4 +339,4 @@
|
|||
</Attributes>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Reference in a new issue