From kde-core-devel Wed Oct 31 01:26:21 2001 From: Waldo Bastian Date: Wed, 31 Oct 2001 01:26:21 +0000 To: kde-core-devel Subject: DCOP Just got better. X-MARC-Message: https://marc.info/?l=kde-core-devel&m=100449158108893 The "dcop" command tool can now also handle lists. Lists need to be delimited with either "[" and "]" or "(" and ")", or a delimiter of your choice. Examples (lines are wrapped): dcop klauncher klauncher 'start_service_by_desktop_name(QString,QStringList)' kate [ file1.txt file2.txt ] dcop klauncher klauncher 'start_service_by_desktop_name(QString,QStringList)' kate '(' file1.txt file2.txt ')' dcop klauncher klauncher 'start_service_by_desktop_name(QString,QStringList)' kate $ file1.txt file2.txt $ Cheers, Waldo -- bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com