register


Description:

public static bool register (Plugin? plugin, string name, Type type)

Create a new tracer-factory capable of instantiating objects of the type and add the factory to plugin.

Parameters:

plugin

A Plugin, or null for a static typefind function

name

The name for registering

type

GType of tracer to register

Returns:

true, if the registering succeeded, false on error