[ CCode ( type_id = "gcr_renderer_get_type ()" ) ]
public interface Renderer : Object
An interface that's implemented by renderers which wish to render data to a [iface@Viewer].
The interaction between [iface@Renderer] and [iface@Viewer] is not stable yet, and so new renderers cannot be implemented outside the Gcr library at this time.
To lookup a renderer for a given set of attributes, use the create function. This will create and initialize a renderer that's capable of viewing the data in those attributes.