Mercurial > audlegacy
diff libaudacious/beepctrl.c @ 2060:53a3d5db6b58 trunk
[svn] - finish documenting the libaudacious API
| author | nenolod |
|---|---|
| date | Mon, 04 Dec 2006 19:24:14 -0800 |
| parents | 0985452d1962 |
| children | f18a5b617c34 |
line wrap: on
line diff
--- a/libaudacious/beepctrl.c Mon Dec 04 18:30:58 2006 -0800 +++ b/libaudacious/beepctrl.c Mon Dec 04 19:24:14 2006 -0800 @@ -1375,6 +1375,7 @@ /** * xmms_remote_playqueue_add: * @session: Legacy XMMS-style session identifier. + * @pos: The playlist position to add to the queue. * * Tells audacious to add a playlist entry to the playqueue. **/ @@ -1387,6 +1388,7 @@ /** * xmms_remote_playqueue_remove: * @session: Legacy XMMS-style session identifier. + * @pos: The playlist position to remove from the queue. * * Tells audacious to remove a playlist entry from the playqueue. **/
