get_egl_version
Description:
[ Version ( deprecated = true , deprecated_since = "4.18" , since = "4.4" ) ]
public bool get_egl_version (out int major, out int minor)
public bool get_egl_version (out int major, out int minor)
Warning: get_egl_version is deprecated since 4.18.
Retrieves the version of the EGL implementation.
Parameters:
this |
a `GdkDisplay` |
major |
return location for the EGL major version |
minor |
return location for the EGL minor version |
Returns:
true if EGL is available |