Top | ![]() |
![]() |
![]() |
![]() |
The xfce-exec module provides functions to execute other applications from within Xfce applications using Startup Notification or executing applications that use the CLI (command line interface) in an X terminal.
gboolean xfce_exec (const char *cmd
,gboolean in_terminal
,gboolean use_sn
,GError **error
);
Use xfce_exec_with_envp if you want to specify the environment.
gboolean xfce_exec_with_envp (const char *cmd
,gboolean in_terminal
,gboolean use_sn
,GError **error
,char **envp
);
See also xfce_exec.