Merge lp://staging/~bratsche/libgrope/single-callback into lp://staging/libgrope
Proposed by
Cody Russell
Status: | Merged |
---|---|
Merged at revision: | 7 |
Proposed branch: | lp://staging/~bratsche/libgrope/single-callback |
Merge into: | lp://staging/libgrope |
Diff against target: |
432 lines (+163/-107) 5 files modified
example/gesture.c (+46/-61) example/python/example.py (+48/-0) example/python/pygrope-gestures.xml (+16/-0) src/gropegesturemanager.c (+45/-43) src/gropegesturemanager.h (+8/-3) |
To merge this branch: | bzr merge lp://staging/~bratsche/libgrope/single-callback |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stephen M. Webb (community) | Approve | ||
Review via email: mp+41006@code.staging.launchpad.net |
Description of the change
The Python binding stuff doesn't seem to like having multiple callback functions register in one place, for some reason. So this branch switches to having a single callback function.
To post a comment you must log in.
Look OK to me.