update docu a bit
authorStanislav Visnovsky <visnov@suse.cz>
Wed, 26 Apr 2006 08:45:15 +0000 (08:45 +0000)
committerStanislav Visnovsky <visnov@suse.cz>
Wed, 26 Apr 2006 08:45:15 +0000 (08:45 +0000)
zypp/ZYpp.h

index 20bb18946d30468e6a7f456732ea157a26167733..48991a4e9b1deb1c9c9a8556b1570861492224d7 100644 (file)
@@ -123,7 +123,9 @@ namespace zypp
     typedef std::set<Locale> LocaleSet;
     /** Set the requested locales.
      * Languages to be supported by the system, e.g. language specific
-     * packages to be installed.
+     * packages to be installed. This function operates on the pool,
+     * so only the locales that are available as resolvables
+     * are marked as requested. The rest is ignored.
     */
     void setRequestedLocales( const LocaleSet & locales_r );
     /** */