Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Key grabber: make grab_keys introspectable

2012-08-22 Thread Simon Schampijer
On 08/22/2012 01:58 PM, Manuel QuiƱones wrote: Great Simon,I tested it in the shell port branch and the keystrokes for changing the zoom level and showing/hiding the frame are back. 2012/8/22 Simon Schampijer : To the grab_keys function we pass a list of strings the key grabber should listen fo

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Key grabber: make grab_keys introspectable

2012-08-22 Thread Manuel QuiƱones
Great Simon,I tested it in the shell port branch and the keystrokes for changing the zoom level and showing/hiding the frame are back. 2012/8/22 Simon Schampijer : > To the grab_keys function we pass a list of strings the key > grabber should listen for. In order to make this > introspectable we n

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Key grabber: make grab_keys introspectable

2012-08-22 Thread Simon Schampijer
To the grab_keys function we pass a list of strings the key grabber should listen for. In order to make this introspectable we need to annotate the function correctly. I followed the instructions for passing arrays [1] and have chosen the type of the array data looking at [2]. A simple example on