Skip to content

champlain_renderer_set_data: use guint8, not gchar

James Westman requested to merge jwestman/libchamplain:fix#42 into master

This makes the function properly introspectable in languages like Vala, since they no longer think the argument is a null-terminated string.

Fixes #42 (closed).

Merge request reports