libgnome-2.0 Reference Manual

Synopsis

public    static weak ModuleInfo        bonobo_module_info_get    (  ) ;
public    static void                   clearenv                  (  ) ;
public    static int                    execute_async             ( string              dir,
                                                                    int                 argc,
                                                                    string[]            argv ) ;
public    static int                    execute_async_fds         ( string              dir,
                                                                    int                 argc,
                                                                    string[]            argv,
                                                                    bool                close_fds ) ;
public    static int                    execute_async_with_env    ( string              dir,
                                                                    int                 argc,
                                                                    string[]            argv,
                                                                    int                 envc,
                                                                    string[]            envv ) ;
public    static int                    execute_async_with_env_fds ( string              dir,
                                                                    int                 argc,
                                                                    string[]            argv,
                                                                    int                 envc,
                                                                    string[]            envv,
                                                                    bool                close_fds ) ;
public    static int                    execute_shell             ( string              dir,
                                                                    string              commandline ) ;
public    static int                    execute_shell_fds         ( string              dir,
                                                                    string              commandline,
                                                                    bool                close_fds ) ;
public    static int                    execute_terminal_shell    ( string              dir,
                                                                    string              commandline ) ;
public    static int                    execute_terminal_shell_fds ( string              dir,
                                                                    string              commandline,
                                                                    bool                close_fds ) ;
public    static weak string            g_extension_pointer       ( string              path ) ;
public    static weak string            gconf_get_app_settings_relative ( Program             program,
                                                                    string              subkey ) ;
public    static weak string            gconf_get_gnome_libs_settings_relative ( string              subkey ) ;
public    static bool                   help_display              ( string              file_name,
                                                                    string              link_id ) 
                                                             throws GLib.Error;
public    static bool                   help_display_desktop      ( Program             program,
                                                                    string              doc_id,
                                                                    string              file_name,
                                                                    string              link_id ) 
                                                             throws GLib.Error;
public    static bool                   help_display_desktop_with_env ( Program             program,
                                                                    string              doc_id,
                                                                    string              file_name,
                                                                    string              link_id,
                                                                    weak string         envp ) 
                                                             throws GLib.Error;
public    static bool                   help_display_uri          ( string              help_uri ) 
                                                             throws GLib.Error;
public    static bool                   help_display_uri_with_env ( string              help_uri,
                                                                    weak string         envp ) 
                                                             throws GLib.Error;
public    static bool                   help_display_with_doc_id  ( Program             program,
                                                                    string              doc_id,
                                                                    string              file_name,
                                                                    string              link_id ) 
                                                             throws GLib.Error;
public    static bool                   help_display_with_doc_id_and_env ( Program             program,
                                                                    string              doc_id,
                                                                    string              file_name,
                                                                    string              link_id,
                                                                    weak string         envp ) 
                                                             throws GLib.Error;
public    static GLib.Quark             help_error_quark          (  ) ;
public    static weak ModuleInfo        libgnome_module_info_get  (  ) ;
public    static void                   prepend_terminal_to_vector ( int                 argc,
                                                                    weak string         argv ) ;
public    static int                    setenv                    ( string              name,
                                                                    string              value,
                                                                    bool                overwrite ) ;
public    static int                    sound_connection_get      (  ) ;
public    static void                   sound_init                ( string              hostname ) ;
public    static void                   sound_play                ( string              filename ) ;
public    static int                    sound_sample_load         ( string              sample_name,
                                                                    string              filename ) ;
public    static void                   sound_shutdown            (  ) ;
public    static void                   triggers_add_trigger      ( Trigger             nt ) ;
public    static void                   triggers_do               ( string              msg,
                                                                    string              level ) ;
public    static void                   triggers_vadd_trigger     ( Trigger             nt,
                                                                    string[]            supinfo ) ;
public    static void                   triggers_vdo              ( string              msg,
                                                                    string              level,
                                                                    string[]            supinfo ) ;
public    static void                   unsetenv                  ( string              name ) ;
public    static GLib.Quark             url_error_quark           (  ) ;
public    static bool                   url_show                  ( string              url ) 
                                                             throws GLib.Error;
public    static bool                   url_show_with_env         ( string              url,
                                                                    weak string         envp ) 
                                                             throws GLib.Error;
public    static weak string            user_accels_dir_get       (  ) ;
public    static weak string            user_dir_get              (  ) ;
public    static weak string            user_private_dir_get      (  ) ;
public    static weak string            util_user_shell           (  ) ;

Details

bonobo_module_info_get ()

public    static weak ModuleInfo        bonobo_module_info_get    (  ) ;		

clearenv ()

public    static void                   clearenv                  (  ) ;		

execute_async ()

public    static int                    execute_async             ( string              dir,
                                                                    int                 argc,
                                                                    string[]            argv ) ;		

execute_async_fds ()

public    static int                    execute_async_fds         ( string              dir,
                                                                    int                 argc,
                                                                    string[]            argv,
                                                                    bool                close_fds ) ;		

execute_async_with_env ()

public    static int                    execute_async_with_env    ( string              dir,
                                                                    int                 argc,
                                                                    string[]            argv,
                                                                    int                 envc,
                                                                    string[]            envv ) ;		

execute_async_with_env_fds ()

public    static int                    execute_async_with_env_fds ( string              dir,
                                                                    int                 argc,
                                                                    string[]            argv,
                                                                    int                 envc,
                                                                    string[]            envv,
                                                                    bool                close_fds ) ;		

execute_shell ()

public    static int                    execute_shell             ( string              dir,
                                                                    string              commandline ) ;		

execute_shell_fds ()

public    static int                    execute_shell_fds         ( string              dir,
                                                                    string              commandline,
                                                                    bool                close_fds ) ;		

execute_terminal_shell ()

public    static int                    execute_terminal_shell    ( string              dir,
                                                                    string              commandline ) ;		

execute_terminal_shell_fds ()

public    static int                    execute_terminal_shell_fds ( string              dir,
                                                                    string              commandline,
                                                                    bool                close_fds ) ;		

g_extension_pointer ()

public    static weak string            g_extension_pointer       ( string              path ) ;		

gconf_get_app_settings_relative ()

public    static weak string            gconf_get_app_settings_relative ( Program             program,
                                                                    string              subkey ) ;		

gconf_get_gnome_libs_settings_relative ()

public    static weak string            gconf_get_gnome_libs_settings_relative ( string              subkey ) ;		

help_display ()

public    static bool                   help_display              ( string              file_name,
                                                                    string              link_id ) 
                                                             throws GLib.Error;		

help_display_desktop ()

public    static bool                   help_display_desktop      ( Program             program,
                                                                    string              doc_id,
                                                                    string              file_name,
                                                                    string              link_id ) 
                                                             throws GLib.Error;		

help_display_desktop_with_env ()

public    static bool                   help_display_desktop_with_env ( Program             program,
                                                                    string              doc_id,
                                                                    string              file_name,
                                                                    string              link_id,
                                                                    weak string         envp ) 
                                                             throws GLib.Error;		

help_display_uri ()

public    static bool                   help_display_uri          ( string              help_uri ) 
                                                             throws GLib.Error;		

help_display_uri_with_env ()

public    static bool                   help_display_uri_with_env ( string              help_uri,
                                                                    weak string         envp ) 
                                                             throws GLib.Error;		

help_display_with_doc_id ()

public    static bool                   help_display_with_doc_id  ( Program             program,
                                                                    string              doc_id,
                                                                    string              file_name,
                                                                    string              link_id ) 
                                                             throws GLib.Error;		

help_display_with_doc_id_and_env ()

public    static bool                   help_display_with_doc_id_and_env ( Program             program,
                                                                    string              doc_id,
                                                                    string              file_name,
                                                                    string              link_id,
                                                                    weak string         envp ) 
                                                             throws GLib.Error;		

help_error_quark ()

public    static GLib.Quark             help_error_quark          (  ) ;		

libgnome_module_info_get ()

public    static weak ModuleInfo        libgnome_module_info_get  (  ) ;		

prepend_terminal_to_vector ()

public    static void                   prepend_terminal_to_vector ( int                 argc,
                                                                    weak string         argv ) ;		

setenv ()

public    static int                    setenv                    ( string              name,
                                                                    string              value,
                                                                    bool                overwrite ) ;		

sound_connection_get ()

public    static int                    sound_connection_get      (  ) ;		

sound_init ()

public    static void                   sound_init                ( string              hostname ) ;		

sound_play ()

public    static void                   sound_play                ( string              filename ) ;		

sound_sample_load ()

public    static int                    sound_sample_load         ( string              sample_name,
                                                                    string              filename ) ;		

sound_shutdown ()

public    static void                   sound_shutdown            (  ) ;		

triggers_add_trigger ()

public    static void                   triggers_add_trigger      ( Trigger             nt ) ;		

triggers_do ()

public    static void                   triggers_do               ( string              msg,
                                                                    string              level ) ;		

triggers_vadd_trigger ()

public    static void                   triggers_vadd_trigger     ( Trigger             nt,
                                                                    string[]            supinfo ) ;		

triggers_vdo ()

public    static void                   triggers_vdo              ( string              msg,
                                                                    string              level,
                                                                    string[]            supinfo ) ;		

unsetenv ()

public    static void                   unsetenv                  ( string              name ) ;		

url_error_quark ()

public    static GLib.Quark             url_error_quark           (  ) ;		

url_show ()

public    static bool                   url_show                  ( string              url ) 
                                                             throws GLib.Error;		

url_show_with_env ()

public    static bool                   url_show_with_env         ( string              url,
                                                                    weak string         envp ) 
                                                             throws GLib.Error;		

user_accels_dir_get ()

public    static weak string            user_accels_dir_get       (  ) ;		

user_dir_get ()

public    static weak string            user_dir_get              (  ) ;		

user_private_dir_get ()

public    static weak string            user_private_dir_get      (  ) ;		

util_user_shell ()

public    static weak string            util_user_shell           (  ) ;		


Created by Valadoc