Skip to content

Commit

Permalink
In introspection bindings, export unbind_all as unbind
Browse files Browse the repository at this point in the history
This provides a sensible continuation from old pygtk(2) api to the
exported introspection api -- .unbind() is the same.

That said, there are still major differences in the exported API for
python, like having to call Keybinder.init() manuall and many other
things.
  • Loading branch information
bluss committed May 8, 2011
1 parent 8cff32e commit 1bae536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libkeybinder/bind.c
Expand Up @@ -502,6 +502,8 @@ keybinder_unbind (const char *keystring, KeybinderHandler handler)
*
* @keystring: Accelerator description (gtk_accelerator_parse format)
*
* Rename to: keybinder_unbind
*
* unbind all callbacks for the given keystring
*/
void keybinder_unbind_all (const char *keystring)
Expand Down

0 comments on commit 1bae536

Please sign in to comment.