lib: metadata: add missing non-const borrowing accessors
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Mar 2019 22:03:01 +0000 (18:03 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commit8f16d5b732aebca3d417484cb3bfffc0ba8e46a1
tree6f4476845b52943fe9a47452103f52cca5430d4f
parentebf8799677687e8769fdd6a46c49b84827663bda
lib: metadata: add missing non-const borrowing accessors

Add a few missing non-const borrowing accessors in the metadata part of
trace IR. They are not strictly needed for anything written in C
(because since you own the non-const object, you typically don't need to
read a property that you set yourself), but they will help make some
binding wrapper APIs symmetrical.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace/trace-ir/event-class.h
include/babeltrace/trace-ir/field-class.h
include/babeltrace/trace-ir/stream-class.h
lib/trace-ir/event-class.c
lib/trace-ir/field-class.c
lib/trace-ir/stream-class.c
This page took 0.024875 seconds and 5 git commands to generate.