diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-27 08:39:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-27 08:39:53 +0000 |
| commit | c645416035d64cc959d1dd0e937b31b07489e54b (patch) | |
| tree | c8a3487cefe3c97e66c641ccc9cc51a713c3fc6a /src/openbox.i | |
| parent | 2c908c308df721762fef7c5dca0fcc465f474fd4 (diff) | |
add an unregister_all for python callbacks
Diffstat (limited to 'src/openbox.i')
| -rw-r--r-- | src/openbox.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openbox.i b/src/openbox.i index 20c8ea06..4d11507c 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -55,6 +55,7 @@ %rename(register) ob::python_register; %rename(preregister) ob::python_preregister; %rename(unregister) ob::python_unregister; +%rename(unregister_all) ob::python_unregister_all; %ignore ob::OBScreen::clients; %{ |
