]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cacheiterators.h
* ABI/API change: add "VerIterator::TranslatedDescription()" method to make the life...
[apt.git] / apt-pkg / cacheiterators.h
index f0aafb52df1b7092b36a8544a166958c058c19be..64fa4636ea27fedf612e5f1acba3f1a1eb1d43c8 100644 (file)
@@ -129,6 +129,7 @@ class pkgCache::VerIterator
    inline const char *Arch() const {return Ver->Arch == 0?0:Owner->StrP + Ver->Arch;};
    inline PkgIterator ParentPkg() const {return PkgIterator(*Owner,Owner->PkgP + Ver->ParentPkg);};
    inline DescIterator DescriptionList() const;
+   DescIterator TranslatedDescription() const;
    inline DepIterator DependsList() const;
    inline PrvIterator ProvidesList() const;
    inline VerFileIterator FileList() const;