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
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
>
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