# HG changeset patch # User samer # Date 1328006086 0 # Node ID 16c621d40b680c2a2a8c8c8da67ef05704a49b91 # Parent bbd2b1abfb32a839452c53363e5643f671a9faeb DOC: corrected documentation of osc_add_handler_x. diff -r bbd2b1abfb32 -r 16c621d40b68 prolog/plosc.pl --- a/prolog/plosc.pl Wed Jan 11 15:30:21 2012 +0000 +++ b/prolog/plosc.pl Tue Jan 31 10:34:46 2012 +0000 @@ -146,9 +146,10 @@ % Alternatively, Types can be the atom 'any', which will match any % arguments. % -% @param Goal is any term which can be called with call/3 with two further -% arguments, which will be the message Path and the argument list, eg -% call( Goal, '/foo', [int(45),string(bar)]). +% @param Goal is any term which can be called with call/3 with four further +% arguments, which will be the address of the sender, the timestamp of the +% message, message path and the argument list, eg +% call( Goal, SomeOSCAddress, Time, '/foo', [int(45),string(bar)]). osc_add_handler_x(Ref,Path,Types,Goal) :- osc_add_method_x(Ref,Path,Types,Goal).