public class IndexFactory : PluginFeature {
public weak string longdesc ;
public GLib.Type type ;
public IndexFactory ( string name,
string longdesc,
GLib.Type type ) ;
public weak Index create ( ) ;
public void destroy ( ) ;
public static weak IndexFactory find ( string name ) ;
public static weak Index make ( string name ) ;
}

public IndexFactory ( string name,
string longdesc,
GLib.Type type ) ;
public weak string longdesc ;
public GLib.Type type ;
public weak Index create ( ) ;
public void destroy ( ) ;
public static weak IndexFactory find ( string name ) ;
public static weak Index make ( string name ) ;
Created by Valadoc