beaver-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Beaver-devel] Terminal plugin + plans for the future


From: Tobias Heinzen
Subject: Re: [Beaver-devel] Terminal plugin + plans for the future
Date: Mon, 22 Dec 2008 20:40:04 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081124)


Just filepath minus filename, or is there a GTK function to get the current directory?
yup there is


     g_path_get_dirname ()
     
(http://library.gnome.org/devel/glib/stable/glib-Miscellaneous-Utility-Functions.html#g-path-get-dirname)


And how can I launch programs/processes with C or GTK?

glib has something to launch new processes. The documentation is under

http://library.gnome.org/devel/glib/stable/glib-Spawning-Processes.html

But looks like the same parameters as in the c functions.

Greets
Tobias





reply via email to

[Prev in Thread] Current Thread [Next in Thread]