Function
EvinceDocumentDocumentmisc_get_thumbnail_frame
Declaration [src]
GdkPixbuf*
ev_document_misc_get_thumbnail_frame (
  int width,
  int height,
  GdkPixbuf* source_pixbuf
)
Parameters
- width
- 
            Type: intThe desired width. 
- height
- 
            Type: intThe desired height. 
- source_pixbuf
- 
            Type: GdkPixbufA GdkPixbuf.The data is owned by the caller of the function. 
Return value
Type: GdkPixbuf
A GdkPixbuf.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |