From 6ab2209724e0bdd1a5f915eb804525d3351803ba Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Thu, 23 Aug 2012 22:04:04 -0400 Subject: [PATCH] Documentation: update API doc with enum functions Signed-off-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers --- doc/API.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/API.txt b/doc/API.txt index f1780f0a..5c06198e 100644 --- a/doc/API.txt +++ b/doc/API.txt @@ -162,7 +162,9 @@ These functions give access to the value associated with a field : * bt_ctf_get_uint64(); * bt_ctf_get_int64(); * bt_ctf_get_char_array(); - * bt_ctf_get_string(). + * bt_ctf_get_string(); + * bt_ctf_get_enum_int(); + * bt_ctf_get_enum_str(). If the field does not exist or is not of the type requested, the value returned with these four functions is undefined. To check if an error occured, use the -- 2.34.1