mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-23 21:00:59 +00:00
oops
svn path=/trunk/gtk-sharp/; revision=97055
This commit is contained in:
parent
b47d14c207
commit
71cb04dfc1
|
@ -1917,7 +1917,7 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10);
|
|||
<param name="height">Height of the image in pixels.</param>
|
||||
<param name="rowstride">The rowstride is the number of bytes consumed by a single row in the image.</param>
|
||||
<summary>Public constructor.</summary>
|
||||
<remarks>The image must be in RGB format or RGBA format, where each channel takes one byte.
|
||||
<remarks>The image must be in RGB format or RGBA format, where each channel takes one byte.</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -1940,7 +1940,7 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10);
|
|||
<param name="height">Height of the image in pixels.</param>
|
||||
<param name="rowstride">The rowstride is the number of bytes consumed by a single row in the image.</param>
|
||||
<summary>Public constructor.</summary>
|
||||
<remarks>The image must be in RGB format or RGBA format, where each channel takes one byte.
|
||||
<remarks>The image must be in RGB format or RGBA format, where each channel takes one byte.</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
|
Loading…
Reference in a new issue