Details
nd_plugin_init ()
void nd_plugin_init (void); |
The function scans the plugin directories, reads in the
plugins it finds and hooks them into the main window.
nd_plugin_run ()
void nd_plugin_run (ND_Plugin *plugin); |
The function runs the given plugin on the current
trace. If there is no current trace, it just returns.
nd_plugin_get_description ()
const char* nd_plugin_get_description (ND_Plugin *plugin); |
The function returns a pointer to statically allocated memory
containing a string describing the plugin.
nd_plugin_get_author ()
const char* nd_plugin_get_author (ND_Plugin *plugin); |
The function returns a pointer to statically allocated memory
containing a string with the author's name.
nd_plugin_show_about ()
void nd_plugin_show_about (ND_Plugin *plugin); |
The function shows the About dialog for plugin, containing
version and author info, a description etc.