Tracer
Added in version 1.8.
Superclasses: Object
, InitiallyUnowned
, Object
- Constructors:
Tracer(**properties)
Methods
- class Tracer
- register(plugin: Plugin | None, name: str, type: type) bool
Create a new tracer-factory capable of instantiating objects of the
type
and add the factory toplugin
.- Parameters:
plugin – A
Plugin
, orNone
for a static typefind functionname – The name for registering
type – GType of tracer to register