KDE TechBase is a Wiki - You can help! Please contribute! Questions?
Please ask development related questions in the KDE Community Forum.
Please ask development related questions in the KDE Community Forum.
Projects/KNS2/CompleteEntry
[edit] The CompleteEntry
It will provide a way to retrive all the information availeable for one entry.
It will look first in the XML shipped by the server, using KNS::Entry and KNS::Author, then, if it is a KNS2 package (so, extension .kns or .plasma), and the package has already been downloaded, it will also use metadata.desktop to retrive additional informations.
[edit] Needed Proprieties
- bool updatable
- bool installed
- QString authorName
- ...
TODO!
[edit] Proposed API
- QString authorName()
- QString authorJabber()
- ...
TODO!
