| GNOME Desktop Library Reference Manual | ||||
|---|---|---|---|---|
#include <libgnome/gnome-desktop-utils.h>void gnome_desktop_prepend_terminal_to_vector (int *argc,char ***argv);
void gnome_desktop_prepend_terminal_to_vector (int *argc,char ***argv);
Prepends a terminal (either the one configured as default in
the user's GNOME setup, or one of the common xterm emulators) to the passed
in vector, modifying it in the process. The vector should be allocated with
argc points to is negative, the
size will first be computed. Also note that passing in pointers to a vector
that is empty, will just create a new vector for you.
|
a pointer to the vector size |
|
a pointer to the vector |