Re: gio enhancement.

2017-04-13 Thread Philip Withnall
Hi, On Thu, 2017-04-13 at 10:14 +0200, Bruggemann Eddie wrote: > Hi to everybody, > > Some ideas for enhance GIO. > > --- > > Why not include encrypting into GIO per example a function: > > ```C > > GFile *g_file_encrypt(GFile *file, GEnryptAlgo algorithm) ; > > ``` > > --- > > Or For mult

Re: gio enhancement.

2017-04-13 Thread Sébastien Wilmet
Hi, On Thu, Apr 13, 2017 at 10:14:08AM +0200, Bruggemann Eddie wrote: > Or For multimedia files (Video, Music, Image) providing a way to access the > meta-data: > > in a type like this: > > GMediaFileInfo > > --- > > Else because Gtk has a library for the font (pango) for drawing (cairo) for >

gio enhancement.

2017-04-12 Thread Bruggemann Eddie
Hi to everybody, Some ideas for enhance GIO. --- Why not include encrypting into GIO per example a function: ```C GFile *g_file_encrypt(GFile *file, GEnryptAlgo algorithm) ; ``` --- Or For multimedia files (Video, Music, Image) providing a way to access the meta-data: in a type like thi