Function

EvinceDocumentDocumentmisc_render_loading_thumbnail_surface

Declaration [src]

cairo_surface_t*
ev_document_misc_render_loading_thumbnail_surface (
  GtkWidget* widget,
  int width,
  int height,
  gboolean inverted_colors
)

Description

No description available.
Available since:3.14

Parameters

widget GtkWidget
 

A GtkWidget to use for style information.

 The data is owned by the caller of the function.
width int
 

The desired width.

height int
 

The desired height.

inverted_colors gboolean
 

Whether to invert colors.

Return value

Returns: cairo_surface_t
 

A #cairo_surface_t.

 The caller of the function takes ownership of the data, and is responsible for freeing it.