X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fcallbacks.h;h=597d4b17c00479d2e48d2d510bcd9424facc90ea;hp=328762ca14c3e968b10aa62a5c8a26ff202ad73d;hb=7f89ddce05f0a5c985d6333fbe70a992da4bd244;hpb=09349576c27925daab50630bff7d219eebc8df98 diff --git a/include/babeltrace/ctf/callbacks.h b/include/babeltrace/ctf/callbacks.h index 328762ca..597d4b17 100644 --- a/include/babeltrace/ctf/callbacks.h +++ b/include/babeltrace/ctf/callbacks.h @@ -58,13 +58,13 @@ void babeltrace_dependencies_destroy(struct bt_dependencies *dep); * * @callback: function pointer to call * @depends: struct bt_dependency detailing the required computation results. - * Ends with 0. + * Ends with 0. NULL is accepted as empty dependency. * @weak_depends: struct bt_dependency detailing the optional computation * results that can be optionally consumed by this - * callback. + * callback. NULL is accepted as empty dependency. * @provides: struct bt_dependency detailing the computation results * provided by this callback. - * Ends with 0. + * Ends with 0. NULL is accepted as empty dependency. * * "depends", "weak_depends" and "provides" memory is handled by the * babeltrace library after this call succeeds or fails. These objects