glib-2.0 Reference Manual

Synopsis

public class Module {
    public    static bool               supported                 (  ) ;
    public    static string             build_path                ( string              directory,
                                                                    string              module_name ) ;
    public    static Module             open                      ( string              file_name,
                                                                    ModuleFlags         flags ) ;
    public    bool                      symbol                    ( string              symbol_name,
                                                                    void****            symbol ) ;
    public    weak string               name                      (  ) ;
    public    void                      make_resident             (  ) ;
    public    static weak string        error                     (  ) ;
}

Module Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

supported ()
    public    static bool               supported                 (  ) ;		

build_path ()
    public    static string             build_path                ( string              directory,
                                                                    string              module_name ) ;		

open ()
    public    static Module             open                      ( string              file_name,
                                                                    ModuleFlags         flags ) ;		

symbol ()
    public    bool                      symbol                    ( string              symbol_name,
                                                                    void****            symbol ) ;		

name ()
    public    weak string               name                      (  ) ;		

make_resident ()
    public    void                      make_resident             (  ) ;		

error ()
    public    static weak string        error                     (  ) ;		


Created by Valadoc