Change the API of the keygrabber so only one gdk_sync is neccessary. (ticket #7999)

This commit is contained in:
Benjamin Berg
2008-08-24 14:31:46 +02:00
parent a73cbc351d
commit 3d3e453157
4 changed files with 73 additions and 21 deletions
+3 -3
View File
@@ -102,12 +102,12 @@
(return-type "GType")
)
(define-method grab
(define-method grab_keys
(of-object "SugarKeyGrabber")
(c-name "sugar_key_grabber_grab")
(c-name "sugar_key_grabber_grab_keys")
(return-type "none")
(parameters
'("const-char*" "key")
'("const-char*[]" "keys")
)
)