mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 04:47:16 +00:00
parent
706216b390
commit
01ceb1afbe
|
@ -1184,9 +1184,9 @@
|
||||||
<summary>Construct a pixbuf from a serialized <see cref="T:Gdk.Pixdata" /> structure.</summary>
|
<summary>Construct a pixbuf from a serialized <see cref="T:Gdk.Pixdata" /> structure.</summary>
|
||||||
<param name="data_length">The length in bytes of the data to be read.</param>
|
<param name="data_length">The length in bytes of the data to be read.</param>
|
||||||
<param name="data">The raw data representing the serialized <see cref="T:Gdk.Pixdata" /> structure.</param>
|
<param name="data">The raw data representing the serialized <see cref="T:Gdk.Pixdata" /> structure.</param>
|
||||||
<param name="copy_pixels">To be added: an object of type 'bool'</param>
|
<param name="copy_pixels">If true, the "data" parameter will be copied and the copy will be used for the Pixbuf. If false, the data will be used as is and the Pixbuf will be dependent on it.</param>
|
||||||
<returns>To be added: an object of type 'Gdk.Pixbuf'</returns>
|
<returns>A new <see cref="T:Gdk.Pixbuf" />.</returns>
|
||||||
<remarks>To be added</remarks>
|
<remarks>None</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="ErrorQuark">
|
<Member MemberName="ErrorQuark">
|
||||||
|
@ -1287,11 +1287,11 @@
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>Construct a pixbuf from a serialized <see cref="T:Gdk.Pixdata" /> structure</summary>
|
<summary>Construct a pixbuf from a serialized <see cref="T:Gdk.Pixdata" /> structure</summary>
|
||||||
<param name="data_length">a <see cref="T:System.Int32" /></param>
|
<param name="data_length">The length in bytes of the data to be read.</param>
|
||||||
<param name="data">a <see cref="T:System.Byte[]" /></param>
|
<param name="data">A serialized <see cref="T:Gdk.Pixdata" /> structure, generated with <see cref="M:Gdk.Pixdata.Serialize" />.</param>
|
||||||
<param name="copy_pixels">a <see cref="T:System.Boolean" /></param>
|
<param name="copy_pixels">If true, the "data" parameter will be copied and the copy will be used for the Pixbuf. If false, the data will be used as is and the Pixbuf will be dependent on it.</param>
|
||||||
<returns>a <see cref="T:Gdk.Pixbuf" /></returns>
|
<returns>A new <see cref="T:Gdk.Pixbuf" />.</returns>
|
||||||
<remarks>To be added</remarks>
|
<remarks>None</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName=".ctor">
|
<Member MemberName=".ctor">
|
||||||
|
|
Loading…
Reference in a new issue