Function
Shellutil_create_pixbuf_from_data
Declaration [src]
GdkPixbuf*
shell_util_create_pixbuf_from_data (
  const guchar* data,
  gsize len,
  GdkColorspace colorspace,
  gboolean has_alpha,
  int bits_per_sample,
  int width,
  int height,
  int rowstride
)
Parameters
- data
- 
            Type: An array of guint8No description available. The length of the array is specified in the lenargument.The called function takes ownership of the data, and is responsible for freeing it. 
- len
- 
            Type: gsizeNo description available. 
- colorspace
- 
            Type: GdkColorspaceNo description available. 
- has_alpha
- 
            Type: gbooleanNo description available. 
- bits_per_sample
- 
            Type: intNo description available. 
- width
- 
            Type: intNo description available. 
- height
- 
            Type: intNo description available. 
- rowstride
- 
            Type: intNo description available. 
Return value
Type: GdkPixbuf
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |