lib: introduce bt_message_iterator_class
[babeltrace.git] / CONTRIBUTING.adoc
index be9688a313beeb2c256c066a9ae25cd8c132a374..0eeb43ecd4432c77dc8c7270473c6469eb470afa 100644 (file)
@@ -689,6 +689,10 @@ The available format specifiers are:
 |Message
 |`+const struct bt_message *+`
 
+|`I`
+|Message iterator class
+|`struct bt_message_iterator_class *`
+
 |`i`
 |Message iterator
 |`struct bt_message_iterator *`
@@ -1489,8 +1493,7 @@ loads libbabeltrace2, use:
 
 ----
 $ G_SLICE=always-malloc G_DEBUG=gc-friendly PYTHONMALLOC=malloc \
-  LIBBABELTRACE2_NO_DLCLOSE=1 valgrind --leak-check=full \
-  --suppressions=/path/to/babeltrace/extras/valgrind/popt.supp app
+  LIBBABELTRACE2_NO_DLCLOSE=1 valgrind --leak-check=full app
 ----
 
 `G_SLICE=always-malloc` and `G_DEBUG=gc-friendly` is for GLib and
This page took 0.022884 seconds and 4 git commands to generate.