From: Stanislav Visnovsky Date: Wed, 26 Apr 2006 08:45:15 +0000 (+0000) Subject: update docu a bit X-Git-Tag: 6.6.0~3597 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caccb1760e12f881e60bfdeec93233e2fadd35c9;p=platform%2Fupstream%2Flibzypp.git update docu a bit --- diff --git a/zypp/ZYpp.h b/zypp/ZYpp.h index 20bb18946..48991a4e9 100644 --- a/zypp/ZYpp.h +++ b/zypp/ZYpp.h @@ -123,7 +123,9 @@ namespace zypp typedef std::set 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 ); /** */