gio-2.0 Reference Manual

Synopsis

public class IOExtensionPoint {
    public    weak IOExtension          get_extension_by_name     ( string              name ) ;
    public    weak List                 get_extensions            (  ) ;
    public    Type                      get_required_type         (  ) ;
    public    static weak IOExtension   implement                 ( string              extension_point_name,
                                                                    Type                type,
                                                                    string              extension_name,
                                                                    int                 priority ) ;
    public    static weak IOExtensionPoint  lookup                    ( string              name ) ;
    public    static weak IOExtensionPoint  register                  ( string              name ) ;
    public    void                      set_required_type         ( Type                type ) ;
}

IOExtensionPoint Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

get_extension_by_name ()
    public    weak IOExtension          get_extension_by_name     ( string              name ) ;		

get_extensions ()
    public    weak List                 get_extensions            (  ) ;		

get_required_type ()
    public    Type                      get_required_type         (  ) ;		

implement ()
    public    static weak IOExtension   implement                 ( string              extension_point_name,
                                                                    Type                type,
                                                                    string              extension_name,
                                                                    int                 priority ) ;		

lookup ()
    public    static weak IOExtensionPoint  lookup                    ( string              name ) ;		

register ()
    public    static weak IOExtensionPoint  register                  ( string              name ) ;		

set_required_type ()
    public    void                      set_required_type         ( Type                type ) ;		


Created by Valadoc