Function

GVncutil_check_version

Declaration [src]

gboolean
vnc_util_check_version (
  gint major,
  gint minor,
  gint micro
)

Description [src]

Check whether the library is at least as new as the version (major, minor, micro)

Parameters

major gint
 

The desired major version.

minor gint
 

The desired minor version.

micro gint
 

The desired micro version.

Return value

Returns: gboolean
 

TRUE if the library is at least as new as the requested version.