Re: GDataInputStream API return types

2012-11-28 Thread David King
On 2012-11-28 13:36, Emmanuele Bassi wrote: On 28 November 2012 13:29, Henrique Camargo wrote: Maybe it can be improved to explicitly remind the user that the pointer should be g_free 'd. ... care to file a bug and prepare a documentation patch? those usually get reviewed and applied really

Re: GDataInputStream API return types

2012-11-28 Thread David King
On 2012-11-28 12:38, Henrique Camargo wrote: On Wed, Nov 28, 2012 at 11:56 AM, David King wrote: The "transfer full" annotation is given on the return type, and the title text is "free data after the code is done". I have imagined that the annotation could mean that the

Re: GDataInputStream API return types

2012-12-18 Thread David King
On 2012-12-18 19:30, Henrique Camargo wrote: I've submitted the bug report. Sorry for the delay. The URL for the bug is https://bugzilla.gnome.org/show_bug.cgi?id=690452 I wanted to provide a patch, but looking at the stylesheets that are included in the documentation page, I came to the conclu

Re: Multiple accelerators for one action

2014-04-04 Thread David King
Hi Brian On 2014-04-03 16:28, Brian Marshall wrote: I have an action (zooming in, for example) that needs multiple keyboard accelerators ("plus", "equal", "KP_Add"). I'm using a Gio::Action (gtkmm), with the accelerator added separately to the Gtk::Application. Intuitively, I'd expect multiple