public class Registry : Object {
public weak GLib.List plugins ;
public weak GLib.List features ;
public weak GLib.List paths ;
public int cache_file ;
public weak GLib.HashTable feature_hash ;
public signal void feature_added ( void** feature ) ;
public signal void plugin_added ( void** plugin ) ;
public bool add_feature ( PluginFeature feature ) ;
public void add_path ( string path ) ;
public bool add_plugin ( Plugin plugin ) ;
public weak GLib.List feature_filter ( PluginFeatureFilter filter,
bool first ) ;
public weak PluginFeature find_feature ( string name,
GLib.Type type ) ;
public weak Plugin find_plugin ( string name ) ;
public static bool fork_is_enabled ( ) ;
public static void fork_set_enabled ( bool enabled ) ;
public static weak Registry get_default ( ) ;
public weak GLib.List get_feature_list ( GLib.Type type ) ;
public weak GLib.List get_feature_list_by_plugin ( string name ) ;
public weak GLib.List get_path_list ( ) ;
public weak GLib.List get_plugin_list ( ) ;
public weak Plugin lookup ( string filename ) ;
public weak PluginFeature lookup_feature ( string name ) ;
public weak GLib.List plugin_filter ( PluginFilter filter,
bool first ) ;
public void remove_feature ( PluginFeature feature ) ;
public void remove_plugin ( Plugin plugin ) ;
public bool scan_path ( string path ) ;
public bool xml_read_cache ( string location ) ;
public bool xml_write_cache ( string location ) ;
}

public weak GLib.List plugins ;
public weak GLib.List features ;
public weak GLib.List paths ;
public int cache_file ;
public weak GLib.HashTable feature_hash ;
public signal void feature_added ( void** feature ) ;
public signal void plugin_added ( void** plugin ) ;
public bool add_feature ( PluginFeature feature ) ;
public void add_path ( string path ) ;
public bool add_plugin ( Plugin plugin ) ;
public weak GLib.List feature_filter ( PluginFeatureFilter filter,
bool first ) ;
public weak PluginFeature find_feature ( string name,
GLib.Type type ) ;
public weak Plugin find_plugin ( string name ) ;
public static bool fork_is_enabled ( ) ;
public static void fork_set_enabled ( bool enabled ) ;
public static weak Registry get_default ( ) ;
public weak GLib.List get_feature_list ( GLib.Type type ) ;
public weak GLib.List get_feature_list_by_plugin ( string name ) ;
public weak GLib.List get_path_list ( ) ;
public weak GLib.List get_plugin_list ( ) ;
public weak Plugin lookup ( string filename ) ;
public weak PluginFeature lookup_feature ( string name ) ;
public weak GLib.List plugin_filter ( PluginFilter filter,
bool first ) ;
public void remove_feature ( PluginFeature feature ) ;
public void remove_plugin ( Plugin plugin ) ;
public bool scan_path ( string path ) ;
public bool xml_read_cache ( string location ) ;
public bool xml_write_cache ( string location ) ;
Created by Valadoc