From 403f01979cef7e03b8322ddb870e3959c8de0f77 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 4 Sep 2002 23:31:05 +0000 Subject: merging in the new_api branch ... unfortunately video_out / vo_scale is broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05 --- doc/xine-lib-API/html/group__xine__version.html | 269 ------------------------ 1 file changed, 269 deletions(-) delete mode 100644 doc/xine-lib-API/html/group__xine__version.html (limited to 'doc/xine-lib-API/html/group__xine__version.html') diff --git a/doc/xine-lib-API/html/group__xine__version.html b/doc/xine-lib-API/html/group__xine__version.html deleted file mode 100644 index a8d3b60d5..000000000 --- a/doc/xine-lib-API/html/group__xine__version.html +++ /dev/null @@ -1,269 +0,0 @@ - - -XINE, A Free Video Player Project - API reference -xine logo - - - - -
-Main Page   Modules   Data Structures   File List   Data Fields   Globals  
-

Version functions

- - - - - - - - - - - -

Functions

-char* xine_get_str_version (void)
 return string version, like "0.5.0".

-int xine_get_major_version (void)
 return version information.

-int xine_get_minor_version (void)
 return version information.

-int xine_get_sub_version (void)
 return version information.

-int xine_check_version (int major, int minor, int sub)
 check minimal version.

-

Function Documentation

-

- - - - -
- - - - - - - - - - - - - - -
-int xine_check_version ( - -int major, -
-int minor, -
-int sub ) -
-
- - - - - -
-   - - -

-check minimal version. -

-

-Parameters:
- - - - -
major -major version wanted.
minorr -minor version wanted.
sub -sub version wanted.
-
-Returns:
-1 if installed version is >= to desired, otherwise 0 -

-

Compare version numbers with xine installed version.
-Parameters:
- - - - -
major -
minor -
sub -
-
-

- - - - -
- - - - - - -
-int xine_get_major_version ( - -void ) -
-
- - - - - -
-   - - -

-return version information. -

-

-Parameters:
- - -
None. -
-
-Returns:
-major version.
-

- - - - -
- - - - - - -
-int xine_get_minor_version ( - -void ) -
-
- - - - - -
-   - - -

-return version information. -

-

-Parameters:
- - -
None. -
-
-Returns:
-minor version.
-

- - - - -
- - - - - - -
-char * xine_get_str_version ( - -void ) -
-
- - - - - -
-   - - -

-return string version, like "0.5.0". -

-

-Parameters:
- - -
None. -
-
-Returns:
-string version
-

- - - - -
- - - - - - -
-int xine_get_sub_version ( - -void ) -
-
- - - - - -
-   - - -

-return version information. -

-

-Parameters:
- - -
None. -
-
-Returns:
-sub version.
-


Generated at Mon Oct 15 01:18:07 2001 for XINE, A Free Video Player Project - API reference by - -doxygen1.2.8 written by Dimitri van Heesch, - © 1997-2001
- - -- cgit v1.2.3