Key binding functions

darcs-hash:20050920234200-ac50b-3895a97cb024368258cd1562bdcc9fda2c84f521.gz
This commit is contained in:
axel
2005-09-21 09:42:00 +10:00
parent 3a60fc5206
commit e3ce01d685
12 changed files with 123 additions and 58 deletions

View File

@@ -19,7 +19,8 @@ void function_destroy();
*/
void function_add( const wchar_t *name,
const wchar_t *val,
const wchar_t *desc );
const wchar_t *desc,
int is_binding );
/**
Remove the function with the specified name.