GritsPluginTest

GritsPluginTest — Testing plugin

Synopsis

                    GritsPluginTest;
                    GritsPluginTestClass;
GritsPluginTest *   grits_plugin_test_new               (GritsViewer *viewer);

Object Hierarchy

  GObject
   +----GritsPluginTest

Implemented Interfaces

GritsPluginTest implements GritsPlugin.

Description

GritsPluginTest is a testing plugin used during development and as an example for how to create a plugin.

Details

GritsPluginTest

typedef struct _GritsPluginTest GritsPluginTest;


GritsPluginTestClass

typedef struct {
	GObjectClass parent_class;
} GritsPluginTestClass;


grits_plugin_test_new ()

GritsPluginTest *   grits_plugin_test_new               (GritsViewer *viewer);

Create a new instance of the testing plugin.

viewer :

the GritsViewer to use for drawing

Returns :

the new GritsPluginTest