From 84653c8cfb1f69f94908b4d0b922b14aa269197f Mon Sep 17 00:00:00 2001 From: pbd Date: Mon, 11 Mar 2002 21:16:58 +0000 Subject: [PATCH] change docs on jack_engine_takeover_timebase git-svn-id: svn+ssh://jackaudio.org/trunk/jack@155 0c269be4-1314-0410-8aa9-9f06e86f4224 --- jack/jack.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jack/jack.h b/jack/jack.h index 4c1f0d9..a5ef43d 100644 --- a/jack/jack.h +++ b/jack/jack.h @@ -352,10 +352,8 @@ jack_port_t *jack_port_by_name (jack_client_t *, const char *portname); /* If a client is told (by the user) to become the timebase for the entire system, it calls this function. If it returns zero, then the client has the responsibility to - call jack_update_time() at the end of its process() - callback. Whatever time it provides (in frames since its - reference zero time) becomes the current timebase for the - entire system. + call jack_set_transport_info()) at the end of its process() + callback. */ int jack_engine_takeover_timebase (jack_client_t *);