summaryrefslogtreecommitdiff
path: root/doc/man/en/man3/xine_version.3
blob: 3612f4a18e1eaa3e3f4eaa4d633ef8e50a06ba56 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.TH "Version functions" 3 "15 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Version functions \- 
.SS "Functions"

.in +1c
.ti -1c
.RI "char* \fBxine_get_str_version\fP (void)"
.br
.RI "\fIreturn string version, like '0.5.0'.\fP"
.ti -1c
.RI "int \fBxine_get_major_version\fP (void)"
.br
.RI "\fIreturn version information.\fP"
.ti -1c
.RI "int \fBxine_get_minor_version\fP (void)"
.br
.RI "\fIreturn version information.\fP"
.ti -1c
.RI "int \fBxine_get_sub_version\fP (void)"
.br
.RI "\fIreturn version information.\fP"
.ti -1c
.RI "int \fBxine_check_version\fP (int major, int minor, int sub)"
.br
.RI "\fIcheck minimal version.\fP"
.in -1c
.SH "FUNCTION DOCUMENTATION"
.PP 
.SS "int xine_check_version (int major, int minor, int sub)"
.PP
check minimal version.
.PP
\fBParameters: \fP
.in +1c
.TP
\fB\fImajor\fP\fP
major version wanted. 
.TP
\fB\fIminorr\fP\fP
minor version wanted. 
.TP
\fB\fIsub\fP\fP
sub version wanted. 
.PP
\fBReturns: \fP
.in +1c
1 if installed version is >= to desired, otherwise 0
.PP
Compare version numbers with xine installed version. 
.PP
\fBParameters: \fP
.in +1c
.TP
\fB\fImajor\fP\fP
 
.TP
\fB\fIminor\fP\fP
 
.TP
\fB\fIsub\fP\fP
 
.SS "int xine_get_major_version (void)"
.PP
return version information.
.PP
\fBParameters: \fP
.in +1c
.TP
\fB\fINone.\fP\fP
\fBReturns: \fP
.in +1c
major version. 
.SS "int xine_get_minor_version (void)"
.PP
return version information.
.PP
\fBParameters: \fP
.in +1c
.TP
\fB\fINone.\fP\fP
\fBReturns: \fP
.in +1c
minor version. 
.SS "char * xine_get_str_version (void)"
.PP
return string version, like '0.5.0'.
.PP
\fBParameters: \fP
.in +1c
.TP
\fB\fINone.\fP\fP
\fBReturns: \fP
.in +1c
string version 
.SS "int xine_get_sub_version (void)"
.PP
return version information.
.PP
\fBParameters: \fP
.in +1c
.TP
\fB\fINone.\fP\fP
\fBReturns: \fP
.in +1c
sub version.