gstreamer-0.10 Reference Manual

Synopsis

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 ) ;
}

IndexFactory Description

Details

Constructor Details

IndexFactory ()
    public                              IndexFactory              ( string              name,
                                                                    string              longdesc,
                                                                    GLib.Type           type ) ;		

Field Details

longdesc
    public    weak string               longdesc ;		

type
    public    GLib.Type                 type ;		

Signal Details

Property Details

Method Details

create ()
    public    weak Index                create                    (  ) ;		

destroy ()
    public    void                      destroy                   (  ) ;		

find ()
    public    static weak IndexFactory  find                      ( string              name ) ;		

make ()
    public    static weak Index         make                      ( string              name ) ;		


Created by Valadoc