update dox to reflext api changes

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=870159
This commit is contained in:
Aaron J. Seigo 2008-10-11 22:36:32 +00:00
parent 0d99586a04
commit 254d4c7107

View File

@ -65,9 +65,9 @@ class ServicePrivate;
* @code
* Plasma::DataEngine *twitter = dataEngine("twitter");
* Plasma::Service *service = twitter.serviceForSource("aseigo");
* KConfigGroup op = service->operationParameters("update");
* KConfigGroup op = service->operationDescription("update");
* op.writeEntry("tweet", "Hacking on plasma!");
* Plasma::ServiceJob *job = service->startOperation(op);
* Plasma::ServiceJob *job = service->startOperationCall(op);
* connect(job, SIGNAL(finished(KJob*)), this, SLOT(jobCompeted()));
* @endcode
*/