[yast-commit] r58210 - /trunk/yast2/library/packages/src/PackageLock.ycp

Author: jsuchome Date: Thu Jul 30 09:36:45 2009 New Revision: 58210 URL: http://svn.opensuse.org/viewcvs/yast?rev=58210&view=rev Log: function comment Modified: trunk/yast2/library/packages/src/PackageLock.ycp Modified: trunk/yast2/library/packages/src/PackageLock.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/packages/src/Packag... ============================================================================== --- trunk/yast2/library/packages/src/PackageLock.ycp (original) +++ trunk/yast2/library/packages/src/PackageLock.ycp Thu Jul 30 09:36:45 2009 @@ -66,7 +66,8 @@ * Tries to acquire the packager (zypp) lock. * Reports an error if another process has the lock already. * Will only report once even if called multiple times. - * @return true if we can continue + * @param show_continue_button show option to continue without access + * @return map with lock status and user reaction */ global map<string,any> Connect(boolean show_continue_button) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org