BSE Interface Reference

/opt/src/beast/bse/bseplugin.h

SYNOPSIS

DESCRIPTION

_BsePlugin

/opt/src/beast/bse/bseplugin.h:37
struct _BsePlugin
{
  GObject        parent_instance;
  gchar         *fname;
  gpointer       gmodule;
  guint64        missing_export_flags;
  guint          use_count;
  guint          version_match;
  guint          force_clean;
  BseExportNode *chain;
  guint          n_types;
  GType         *types;
};

_BsePluginClass

/opt/src/beast/bse/bseplugin.h:52
struct _BsePluginClass
{
  GObjectClass parent_class;
};

bse_plugin_check_load

/opt/src/beast/bse/bseplugin.h:60

bse_plugin_init_builtins

/opt/src/beast/bse/bseplugin.h:103

bse_plugin_path_list_files

/opt/src/beast/bse/bseplugin.h:59
SfiRing*  bse_plugin_path_list_files 
(gboolean include_drivers,
 gboolean include_plugins);