On Thu, 2015-02-12 at 11:22 +0100, Alexander Larsson wrote:
> On ons, 2015-02-11 at 12:17 +0000, Philip Withnall wrote:
> >
> > I understand where you’re coming from; we should not be irritating
> > experienced developers. I completely agree.
> >
> > What do you think of the proposal to use sync gstdio.h for
> > small/local/pseudo-file-system I/O and async GIO for all other I/O?
>
> I don't think this is a great alternative in many cases. The gstdio
> stuff may work fine from C, but the GObjects etc of gio makes such use
> much nicer from language bindings.
True. Wouldn’t the languages typically have their own native gstdio-like
functions for local file I/O though, which would tend to be integrated
nicely?