/usr/share/pygtk/2.0/defs/gdk-2.16.defs is in python-gtk2-dev 2.24.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | ;; -*- scheme -*-
; object definitions ...
;; From gdkkeys.h
(define-method get_caps_lock_state
(of-object "GdkKeymap")
(c-name "gdk_keymap_get_caps_lock_state")
(return-type "gboolean")
)
|