Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
List of all members
LibraryInfo Class Reference

Informations about library version and author. More...

error_type LibraryInfo_GetVersionMajor (integer_type *result)
 Get library major version. More...
 
error_type LibraryInfo_GetVersionMinor (integer_type *result)
 Get library minor version. More...
 
error_type LibraryInfo_GetVersionPatch (integer_type *result)
 Get library patch version. More...
 
error_type LibraryInfo_GetVersionBuild (integer_type *result)
 Get library build version. More...
 
error_type LibraryInfo_GetAuthor (string_type *result)
 Get library author name.
 
error_type LibraryInfo_GetBuildDay (integer_type *result)
 Get day of month, when the library was built.
 
error_type LibraryInfo_GetBuildMonth (integer_type *result)
 Get month of the year, when the library was built.
 
error_type LibraryInfo_GetBuildYear (integer_type *result)
 Get year, when the library was built.
 

Detailed Description

Informations about library version and author.

Member Function Documentation

◆ LibraryInfo_GetVersionMajor()

error_type LibraryInfo_GetVersionMajor ( integer_type result)

Get library major version.

A change in the library major version indicates backward incompatibility.

Friends And Related Function Documentation

◆ LibraryInfo_GetVersionMinor()

error_type LibraryInfo_GetVersionMinor ( integer_type result)
related

Get library minor version.

A change in the library minor version indicates backward compatibility, while some new features were added.

◆ LibraryInfo_GetVersionPatch()

error_type LibraryInfo_GetVersionPatch ( integer_type result)
related

Get library patch version.

A change in the library minor version indicates no interface changes, only bugfixes.

◆ LibraryInfo_GetVersionBuild()

error_type LibraryInfo_GetVersionBuild ( integer_type result)
related

Get library build version.

A change in the library build version should not affect any kind of functionality.


The documentation for this class was generated from the following file: