lib: metadata: add missing non-const borrowing accessors
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Mar 2019 22:03:01 +0000 (18:03 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:38 +0000 (18:19 -0400)
commit909d0a89885e3ca6aea79d061bf5f9c2ac0bec57
treea49d6e4216ae1e306ed9a3b5bcb51fe65846938d
parent58f6d595f244a048c5ca4d83a94e1f67af2e7890
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.02547 seconds and 4 git commands to generate.