Documentation: update API doc with enum functions
authorJulien Desfossez <jdesfossez@efficios.com>
Fri, 24 Aug 2012 02:04:04 +0000 (22:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Aug 2012 02:04:04 +0000 (22:04 -0400)
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/API.txt

index f1780f0a99f3156a52ed96d09973a01d8e570acf..5c06198ec1f3a721414fd221cdf089db143ff82c 100644 (file)
@@ -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
This page took 0.024833 seconds and 4 git commands to generate.