diff options
Diffstat (limited to 'bindings/python/ibus-virtual-methods.defs')
-rw-r--r-- | bindings/python/ibus-virtual-methods.defs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/bindings/python/ibus-virtual-methods.defs b/bindings/python/ibus-virtual-methods.defs new file mode 100644 index 0000000..542f0b4 --- /dev/null +++ b/bindings/python/ibus-virtual-methods.defs @@ -0,0 +1,23 @@ +;; For GikEngine class +;; (define-virtual filter_keypress +;; (of-object "GikEngine") +;; (return-type "gboolean") +;; (parameters +;; '("GikEventKey*" "key") +;; ) +;; ) +;; +;; (define-virtual focus_in +;; (of-object "GikEngine") +;; (return-type "none") +;; ) +;; +;; (define-virtual focus_out +;; (of-object "GikEngine") +;; (return-type "none") +;; ) +;; +;; (define-virtual reset +;; (of-object "GikEngine") +;; (return-type "none") +;; ) |