X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=doc%2FAPI.txt;h=5c06198ec1f3a721414fd221cdf089db143ff82c;hp=f1780f0a99f3156a52ed96d09973a01d8e570acf;hb=50052405724a3b901b258c00beb424751c579217;hpb=827b30c103fe5efcc1f4c39ed8a6b8bfa003c5a3 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