comment
authorJán Kupec <jkupec@suse.cz>
Thu, 7 Jan 2010 11:42:09 +0000 (12:42 +0100)
committerJán Kupec <jkupec@suse.cz>
Thu, 7 Jan 2010 11:42:09 +0000 (12:42 +0100)
zypp/FileChecker.h

index 65b72b5..579a627 100644 (file)
@@ -99,6 +99,13 @@ namespace zypp
       */
       SignatureFileChecker();
 
+      /**
+       * Set context for this checker.
+       *
+       * Use this method if you're not adding the key (with context) via
+       * one of the addPublicKey methods. The addPublicKey method overwrites
+       * the context.
+       */
       void setKeyContext(const KeyContext & keycontext);
 
       /**