Method

ShumateVectorRendererset_sprite_sheet_data

Declaration [src]

gboolean
shumate_vector_renderer_set_sprite_sheet_data (
  ShumateVectorRenderer* self,
  GdkPixbuf* sprites_pixbuf,
  const char* sprites_json,
  GError** error
)

Description [src]

Sets the sprite sheet used by the style JSON to render icons and textures.

The existing ShumateVectorRenderer:sprite-sheet property will be replaced with a new instance of ShumateVectorSpriteSheet.

Deprecated since:1.1

Use the methods of ShumateVectorRenderer:sprite-sheet instead.

Parameters

sprites_pixbuf GdkPixbuf*
 

A GdkPixbuf

 The data is owned by the caller of the function.
sprites_json const char*
 

A JSON string.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

Whether the sprite sheet was loaded successfully.