mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 19:15:27 +00:00
Add updates from Marques Johansson (marques@displague.com)
svn path=/trunk/gtk-sharp/; revision=28072
This commit is contained in:
parent
f37e02b5b2
commit
4340f0903f
|
@ -45,10 +45,12 @@
|
|||
<Parameter Name="pos" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="pixmap_logo">To be added: an object of type 'string'</param>
|
||||
<param name="app_name">To be added: an object of type 'string'</param>
|
||||
<param name="level">To be added: an object of type 'string'</param>
|
||||
<summary>
|
||||
<para>Does all the work of displaying the best scores. It calls <see cref="T:Gnome.Score.GetNotable" /> to retrieve the info, creates the window, and shows it.</para>
|
||||
</summary>
|
||||
<param name="pixmap_logo">an object of type <see cref="T:System.String" /><para>Filename of a logo pixmap to display</para></param>
|
||||
<param name="app_name">an object of type <see cref="T:System.String" /><para>Name of the application, as in <see cref="T:Gnome.Score.Init" />.</para></param>
|
||||
<param name="level">an object of type <see cref="T:System.String" /><para>Level of the game or NULL.</para></param>
|
||||
<param name="pos">To be added: an object of type 'int'</param>
|
||||
<returns>To be added: an object of type 'Gtk.Widget'</returns>
|
||||
<remarks>To be added</remarks>
|
||||
|
|
Loading…
Reference in a new issue