]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cacheiterators.h
* Swedish translation update. Closes: #592366
[apt.git] / apt-pkg / cacheiterators.h
index 1dcc345329aa3a88922ee657019a039db0ee42f6..0be9368bd7103b6080d800781c073ea479bf0ca6 100644 (file)
@@ -115,8 +115,11 @@ class pkgCache::GrpIterator: public Iterator<Group, GrpIterator> {
        /** \brief find the package with the "best" architecture
 
            The best architecture is either the "native" or the first
        /** \brief find the package with the "best" architecture
 
            The best architecture is either the "native" or the first
-           in the list of Architectures which is not an end-Pointer */
-       PkgIterator FindPreferredPkg() const;
+           in the list of Architectures which is not an end-Pointer
+
+           \param PreferNonVirtual tries to respond with a non-virtual package
+                  and only if this fails returns the best virtual package */
+       PkgIterator FindPreferredPkg(bool const &PreferNonVirtual = true) const;
        PkgIterator NextPkg(PkgIterator const &Pkg) const;
 
        // Constructors
        PkgIterator NextPkg(PkgIterator const &Pkg) const;
 
        // Constructors