| http://www.w3.org/ns/prov#value | - plugin- * @short_description: A class for defining Farsight plugins+ * @short_description: A class for defining Farstream plugins * * This class is a generic class to load GType plugins based on their name. * With this simple class, you can only have one type per plugin.@@ -76,7 +76,7 @@ fs_plugin_search_path_init (void) if (env == NULL) { search_paths = g_new (gchar *, 2);- search_paths[0] = g_st
|