Function
EvinceDocumentDocumentmisc_render_loading_thumbnail
since: 3.8
Declaration [src]
GdkPixbuf*
ev_document_misc_render_loading_thumbnail (
  GtkWidget* widget,
  int width,
  int height,
  gboolean inverted_colors
)
Parameters
- widget
- 
            Type: GtkWidgetA GtkWidgetto use for style information.The data is owned by the caller of the function. 
- width
- 
            Type: intThe desired width. 
- height
- 
            Type: intThe desired height. 
- inverted_colors
- 
            Type: gbooleanWhether to invert colors. 
Return value
Type: GdkPixbuf
A GdkPixbuf.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |