Name

Pkg::AddLock — Add a lock to the package manager

Synopsis

boolean AddLock ( map lock );
 

Parameters

map lock

Definition of the lock

Return

boolean

true on success

Description

Add a new lock to the package manager. Input parameter is a map $[ "kind" : list<string>, "install_status":string, "repo_id":list<integer>, "case_sensitive" : boolean, "global_string":list<string> "string_type" : string, "solvable:.*" : list<string> ]

see http://en.opensuse.org/Libzypp/Locksfile for more information