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
Hi,
On Tue, Feb 14, 2017 at 12:25:32PM +, Rúben Rodrigues wrote:
> i'm new on Linux and gtk+. I'm trying to migrate an application make
> with gtk+2.0, and i'm following this tutorial
> https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html
There is also this guide that may be usef
On 12 April 2017 at 13:23, Sébastien Wilmet wrote:
> On Wed, Apr 05, 2017 at 10:24:00AM +0100, jcup...@gmail.com wrote:
>> I'd like to customise the gtk-doc output for my project: I'd like a
>> new header, and some tracker stuff in the footer.
>> xslt and the configure options to gtk-doc?
>
> I do
Hi,
On Wed, Apr 05, 2017 at 10:24:00AM +0100, jcup...@gmail.com wrote:
> I'd like to customise the gtk-doc output for my project: I'd like a
> new header, and some tracker stuff in the footer.
>
> I see glib does this. The online docs here:
>
> https://developer.gnome.org/gobject/unstable/
>
>
Hey Martin,
When I maintained gnome-calculator I ported a bunch of Widgets to use
GtkBuilder templates:
https://blogs.gnome.org/tvb/2013/04/09/announcing-composite-widget-templates/
This allowed me to massively reduce my codebase as I turned the UI into
content, I also used the chance to port man
Hi,
On Mon, Apr 03, 2017 at 01:29:01AM -0400, Martin Owens wrote:
> I'm brining this up in devel mailing list because it might not be
> possible to do well enough, but I'm interested in raising the question
> of moving projects from widget code to glade ui files.
>
> I work on Inkscape. The next
On 14 February 2017 at 12:25, Rúben Rodrigues wrote:
> Hi,It gives me this error:
> 
> I'm sorry for this basic questions for you but i don't see tutorials that
> explains more detailed to understand..
>
>
> i'm new on Linux and gtk+. I'm trying to migrate an application make with
> gtk+2.0, an
Hi Gtk Devs,
I'm brining this up in devel mailing list because it might not be
possible to do well enough, but I'm interested in raising the question
of moving projects from widget code to glade ui files.
I work on Inkscape. The next version of Inkscape (0.93) will be Gtk3
and Gtk2 is now removed
Hi,
I'm looking for someone who can commit my small patch to official repository.
The patch it's a partial solution for this:
https://bugzilla.gnome.org/show_bug.cgi?id=143608
Originally I've made the change as a pull request on GitHub:
https://github.com/GNOME/gdk-pixbuf/pull/2/commits/1cede2503