#include <libpackman/types.h>
#include <libpackman/batch.h>
#include <libpackman/package.h>
Go to the source code of this file.
Functions | |
PmStatus | pmCheckDeps (PmDatabase *db, PmPackage *package, PmDependency **errorList, unsigned int *errorCount) |
Determines if the necessary dependencies are installed for a package. | |
PmStatus | pmCheckBatchDeps (PmDatabase *db, PmBatch *batch, PmDependency **errorList, unsigned int *errorCount) |
Determines if the necessary dependencies are installed for all packages in a batch. |
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
Determines if the necessary dependencies are installed for all packages in a batch. If a file conflicts, it will show up in the list.
|
|
Determines if the necessary dependencies are installed for a package. If a file conflicts, it will show up in the list.
|