I was wondering if there is a convenient way in ruby/gtk2 to move a file
to user trash. Maybe ruby/gnomevfs implement this behavior but I did not
find the correct method in the documentation. I would prefer to require
only gtk2 (a Gtk or GLib method).
I was wondering if there is a convenient way in ruby/gtk2 to move a file
to user trash. Maybe ruby/gnomevfs implement this behavior but I did not
find the correct method in the documentation. I would prefer to require
only gtk2 (a Gtk or GLib method).
In [email protected]
“[ruby-gnome2-devel-en] Delete a file and trash” on Fri, 23 Jan 2009
06:40:46 +0100,
Vincent C. [email protected] wrote:
I was wondering if there is a convenient way in ruby/gtk2 to move a file
to user trash. Maybe ruby/gnomevfs implement this behavior but I did not
find the correct method in the documentation. I would prefer to require
only gtk2 (a Gtk or GLib method).
We don’t have GIO bindings for now because we don’t have
human resources to develop them. We need help!
gnomevfs is deprecated, look also for gvfs
I am going to take a look at gvfs. Do you know where i can find
documentation on ruby/gvfs.
Kouhei S. wrote:
We don’t have GIO bindings for now because we don’t have
human resources to develop them. We need help!
Sorry but I cannot write GIO bindings. I am currently writting my first
application. I choose ruby to learn coding. I do not know (yet) howt to
bind c code.