From: Julien Desfossez Date: Fri, 24 Aug 2012 02:04:04 +0000 (-0400) Subject: Documentation: update API doc with enum functions X-Git-Tag: v1.0.0-rc5~6 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=6ab2209724e0bdd1a5f915eb804525d3351803ba Documentation: update API doc with enum functions Signed-off-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers --- 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