From 2af278a006946c7ef61589c84ed9cc6e9fb33a8b Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Tue, 4 Jun 2013 17:57:16 +0200 Subject: [PATCH] forgot to run run manpage converter... --- doc/libsolv-bindings.3 | 71 +++++++++++++++++++++++++++++++------------------- 1 file changed, 44 insertions(+), 27 deletions(-) diff --git a/doc/libsolv-bindings.3 b/doc/libsolv-bindings.3 index 8a8a9c2..cd56512 100644 --- a/doc/libsolv-bindings.3 +++ b/doc/libsolv-bindings.3 @@ -3427,7 +3427,7 @@ The type of the ruleinfo\&. See the constant section of the solver class for the .RS 4 .\} .nf -\fBId dep;\fR /* read only */ +\fBDep *dep;\fR /* read only */ \fI$ruleinfo\fR\fB\->{\*(Aqdep\*(Aq}\fR \fIruleinfo\fR\fB\&.dep\fR \fIruleinfo\fR\fB\&.dep\fR @@ -3436,7 +3436,22 @@ The type of the ruleinfo\&. See the constant section of the solver class for the .RE .\} .sp -The id of the dependency leading to the creation of the rule, or zero\&. +The dependency leading to the creation of the rule\&. +.sp +.if n \{\ +.RS 4 +.\} +.nf +\fBDep *dep_id;\fR /* read only */ +\fI$ruleinfo\fR\fB\->{\*(Aqdep_id\*(Aq}\fR +\fIruleinfo\fR\fB\&.dep_id\fR +\fIruleinfo\fR\fB\&.dep_id\fR +.fi +.if n \{\ +.RE +.\} +.sp +The Id of the dependency leading to the creation of the rule, or zero\&. .sp .if n \{\ .RS 4 @@ -4150,75 +4165,77 @@ The number of elements in the class\&. .RS 4 .\} .nf -\fBId\fR \fIfromid\fR; -\fI$class\fR\fB\->{\*(Aqfromid\*(Aq}\fR -\fIclass\fR\fB\&.fromid\fR -\fIclass\fR\fB\&.fromid\fR +\fBconst char *\fR\fIfromstr\fR; +\fI$class\fR\fB\->{\*(Aqfromstr\*(Aq}\fR +\fIclass\fR\fB\&.fromstr\fR +\fIclass\fR\fB\&.fromstr\fR .fi .if n \{\ .RE .\} .sp -The id of the old vendor or architecture\&. +The old vendor or architecture\&. .sp .if n \{\ .RS 4 .\} .nf -\fBId\fR \fItoid\fR; -\fI$class\fR\fB\->{\*(Aqtoid\*(Aq}\fR -\fIclass\fR\fB\&.toid\fR -\fIclass\fR\fB\&.toid\fR +\fBconst char *\fR\fItostr\fR; +\fI$class\fR\fB\->{\*(Aqtostr\*(Aq}\fR +\fIclass\fR\fB\&.tostr\fR +\fIclass\fR\fB\&.tostr\fR .fi .if n \{\ .RE .\} .sp -The id of the new vendor or architecture\&. -.SS "METHODS" +The new vendor or architecture\&. .sp .if n \{\ .RS 4 .\} .nf -\fBvoid solvables()\fR; -my \fI@solvables\fR \fB=\fR \fI$class\fR\fB\->solvables()\fR; -\fIsolvables\fR \fB=\fR \fIclass\fR\fB\&.solvables()\fR -\fIsolvables\fR \fB=\fR \fIclass\fR\fB\&.solvables()\fR +\fBId\fR \fIfromid\fR; +\fI$class\fR\fB\->{\*(Aqfromid\*(Aq}\fR +\fIclass\fR\fB\&.fromid\fR +\fIclass\fR\fB\&.fromid\fR .fi .if n \{\ .RE .\} .sp -Return the solvables for all transaction elements in the class\&. +The id of the old vendor or architecture\&. .sp .if n \{\ .RS 4 .\} .nf -\fBDep *fromdep()\fR; -my \fI$from\fR \fB=\fR \fI$class\fR\fB\->fromdep()\fR; -\fIfrom\fR \fB=\fR \fIclass\fR\fB\&.fromdep()\fR; -\fIfrom\fR \fB=\fR \fIclass\fR\fB\&.fromdep()\fR; +\fBId\fR \fItoid\fR; +\fI$class\fR\fB\->{\*(Aqtoid\*(Aq}\fR +\fIclass\fR\fB\&.toid\fR +\fIclass\fR\fB\&.toid\fR .fi .if n \{\ .RE .\} .sp +The id of the new vendor or architecture\&. +.SS "METHODS" +.sp .if n \{\ .RS 4 .\} .nf -\fBDep *todep()\fR; -my \fI$from\fR \fB=\fR \fI$class\fR\fB\->todep()\fR; -\fIfrom\fR \fB=\fR \fIclass\fR\fB\&.todep()\fR; -\fIfrom\fR \fB=\fR \fIclass\fR\fB\&.todep()\fR; +\fBvoid solvables()\fR; +my \fI@solvables\fR \fB=\fR \fI$class\fR\fB\->solvables()\fR; +\fIsolvables\fR \fB=\fR \fIclass\fR\fB\&.solvables()\fR +\fIsolvables\fR \fB=\fR \fIclass\fR\fB\&.solvables()\fR .fi .if n \{\ .RE .\} .sp -The id of the vendor or architecture in Dep object form\&. +Return the solvables for all transaction elements in the class\&. .SH "CHECKSUMS" .sp Checksums (also called hashes) are used to make sure that downloaded data is not corrupt and also as a fingerprint mechanism to check if data has changed\&. -- 2.7.4