Re: [Vala] GIO, GVfs, custom isolated URI handler

2016-08-30 Thread Daniel Espinosa
May you need https://developer.gnome.org/gio/stable/GMount.html And if you are planning multi platform development, use file:// Uri instead El 19 jul. 2016 3:17 a. m., "mar...@saepia.net" escribió: > Hello, > > isn't what you are planning an overkill? Are you sure you need

Re: [Vala] GIO, GVfs, custom isolated URI handler

2016-07-13 Thread Aaron Andersen
Hi Aleksandr, Maybe what you're looking for is PhysicsFS: https://icculus.org/physfs/ I'm not sure if there is a Vala binding already, but creating one would be fairly trivial. I don't believe PhysicsFS will do the priority search for you, but it wouldn't require much code to implement

Re: [Vala] GIO, GVfs, custom isolated URI handler

2016-07-13 Thread mar...@saepia.net
Hello, isn't what you are planning an overkill? Are you sure you need a filesystem abstraction layer for something that is basically, calling stat() a few times? You may also think about using GResource for compiling all resources and linking statically with the app (that makes sense if they are

[Vala] GIO, GVfs, custom isolated URI handler

2016-07-13 Thread Aleksandr Palamar
Hi, everyone. I'm kind of new to GLib in general, but already have some basic understanding of how it works. I'm planning to make a game using Vala (which means GLib, GObject and GIO). One of the first things is to make isolated VFS with different mount points on file system, each of has it's own