parent
706216b390
commit
01ceb1afbe
1 changed files with 8 additions and 8 deletions
|
@ -1184,9 +1184,9 @@
|
|||
<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">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>
|
||||
<returns>To be added: an object of type 'Gdk.Pixbuf'</returns>
|
||||
<remarks>To be added</remarks>
|
||||
<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 new <see cref="T:Gdk.Pixbuf" />.</returns>
|
||||
<remarks>None</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="ErrorQuark">
|
||||
|
@ -1287,11 +1287,11 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<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">a <see cref="T:System.Byte[]" /></param>
|
||||
<param name="copy_pixels">a <see cref="T:System.Boolean" /></param>
|
||||
<returns>a <see cref="T:Gdk.Pixbuf" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<param name="data_length">The length in bytes of the data to be read.</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">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 new <see cref="T:Gdk.Pixbuf" />.</returns>
|
||||
<remarks>None</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
|
|
Loading…
Reference in a new issue