medit/moo/moopython/mooplugin.defs

17 lines
306 B
Plaintext
Raw Normal View History

2005-11-05 20:49:00 -08:00
(define-function hook
(c-name "moo_python_plugin_hook")
(return-type "guint")
(parameters
'("const-char*" "event")
'("const-char*" "dummy")
)
)
2005-11-06 04:26:19 -08:00
(define-function plugin_register
(c-name "moo_python_plugin_register")
(return-type "none")
(parameters
'("const-char*" "dummy")
)
)