19 lines
383 B
Scheme
19 lines
383 B
Scheme
;; -*- scheme -*-
|
|
|
|
(include "moo-generated.defs")
|
|
|
|
(define-function _window_class_add_action
|
|
(c-name "moo_window_class_add_action")
|
|
(return-type "none")
|
|
)
|
|
|
|
(define-function window_class_find_action
|
|
(c-name "moo_window_class_find_action")
|
|
(return-type "none")
|
|
)
|
|
|
|
(define-function window_class_remove_action
|
|
(c-name "moo_window_class_remove_action")
|
|
(return-type "none")
|
|
)
|