guint32 gdk_magick_string_to_version(guchar *version_string)

Convert a version string to an integer representing the version number of the GdkMagick package

Documentation

Convert a version string to an integer representing the version number of the GdkMagick package. The format of the version number is a 32-bit integer with the fields 0xWWXXYYZZ, where WW represents the major version, XX represents the minor version, YY represents the sub-minor release number, and ZZ represents the patch level.

Returns:
32-bit version value
Parameters:
version_string - string representing the version number

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.