Functions
bd_plugin_spec_copy ()
BDPluginSpec *
bd_plugin_spec_copy (BDPluginSpec *spec
);
Creates a new copy of spec
.
[skip]
bd_plugin_spec_free ()
void
bd_plugin_spec_free (BDPluginSpec *spec
);
Frees spec
.
[skip]
bd_is_plugin_available ()
gboolean
bd_is_plugin_available (BDPlugin plugin
);
Returns
whether the given plugin is available or not
bd_get_available_plugin_names ()
gchar **
bd_get_available_plugin_names (void
);
Returns
an array of string
names of plugins that are available.
[transfer container][array zero-terminated=1]
bd_get_plugin_soname ()
gchar *
bd_get_plugin_soname (BDPlugin plugin
);
Returns
name of the shared object loaded for the plugin or
NULL
if none is loaded.
[transfer full]
bd_get_plugin_name ()
gchar *
bd_get_plugin_name (BDPlugin plugin
);
Returns
name of the plugin.
[transfer none]