diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-09-18 13:06:00 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-09-18 13:06:00 +0000 |
commit | 8d18634017e968c9d3cdf2b5ecfd7fb0f3299dcc (patch) | |
tree | 89f98396e630b9cbbebdbe78fc51d08da5850361 /src | |
parent | e4c8c7561674413cf2b9d79453c32cadcd131ab6 (diff) |
fixed doc
svn path=/trunk/externals/iem/iemguts/; revision=10300
Diffstat (limited to 'src')
-rw-r--r-- | src/canvasconnections.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/canvasconnections.c b/src/canvasconnections.c index 3c2bc90..4ba7858 100644 --- a/src/canvasconnections.c +++ b/src/canvasconnections.c @@ -5,7 +5,7 @@ * * copyleft (c) IOhannes m zmölnig * - * 2007:forum::für::umläute:2007 + * 2008:forum::für::umläute:2008 * * institute of electronic music and acoustics (iem) * @@ -20,7 +20,7 @@ * this object provides a way to send messages to upstream canvases * by default it sends messages to the containing canvas, but you can give the * "depth" as argument; - * e.g. [canvasconnections 1] will send messages to the parent of the containing canvas + * e.g. [canvasconnections 1] will query the parent of the containing canvas */ #include "m_pd.h" |