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>
Fri, 12 Apr 2019 21:26:17 +0000 (17:26 -0400)
commitd2df51575285eb39ba6caa4a6b5cacfbcd35b871
tree7f4b8a5f6975d544686ee485777d11fe101dcb99
parent73df43f4bd0ec00687d7be148bc754f95e67b0d7
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.025808 seconds and 5 git commands to generate.