Function
GimpArraynew
Declaration [src]
GimpArray*
gimp_array_new (
  const guint8* data,
  gsize length,
  gboolean static_data
)
Parameters
- data
- 
            Type: An array of guint8No description available. The length of the array is specified in the lengthargument.The data is owned by the caller of the function. 
- length
- 
            Type: gsizeNo description available. 
- static_data
- 
            Type: gbooleanNo description available. 
Return value
Type: GimpArray
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |