summaryrefslogtreecommitdiffstats
path: root/doc/man3/alpm_dep.3
blob: 49eaf0a111ca2e7669618cfe1f374bfe3036b2a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.TH "Dependency Functions" 3 "16 Oct 2006" "libalpm" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Dependency Functions \- Functions to get informations about a libalpm dependency.  

.PP
.SS "Functions"

.in +1c
.ti -1c
.RI "void * \fBalpm_dep_getinfo\fP (pmdepmissing_t *miss, unsigned char parm)"
.br
.ti -1c
.RI "void * \fBalpm_conflict_getinfo\fP (pmconflict_t *conflict, unsigned char parm)"
.br
.in -1c
.SH "Detailed Description"
.PP 
Functions to get informations about a libalpm dependency. 
.PP
.SH "Function Documentation"
.PP 
.SS "void* alpm_conflict_getinfo (pmconflict_t * conflict, unsigned char parm)"
.PP
Get informations about a file conflict. 
.PP
\fBParameters:\fP
.RS 4
\fIconflict\fP database conflict structure 
.br
\fIparm\fP name of the info to get 
.RE
.PP
\fBReturns:\fP
.RS 4
a char* on success (the value), NULL on error 
.RE
.PP

.SS "void* alpm_dep_getinfo (pmdepmissing_t * miss, unsigned char parm)"
.PP
Get informations about a dependency. 
.PP
\fBParameters:\fP
.RS 4
\fImiss\fP dependency pointer 
.br
\fIparm\fP name of the info to get 
.RE
.PP
\fBReturns:\fP
.RS 4
a char* on success (the value), NULL on error 
.RE
.PP