Python-bindings: Refactor the FieldDecl and EventDecl classes
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 21 Nov 2013 03:15:43 +0000 (22:15 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 23 Nov 2013 06:07:28 +0000 (01:07 -0500)
commitcb1fcc68fd8c397ad94691ced4a70b3307f7a86b
tree7256107d749d41d24f99eeb055bca5314fd29869
parente404272a241b2ec786e2c6f036f30c3b467316b6
Python-bindings: Refactor the FieldDecl and EventDecl classes

Renamed the FieldDecl and EventDecl classes to FieldDeclaration and
EventDeclaration. Getters are now exposed as properties.

Fixed an out of bounds array access.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/babeltrace.i.in
bindings/python/examples/example-api-test.py
bindings/python/examples/sequence_test.py
This page took 0.023945 seconds and 4 git commands to generate.