Property definitions

egl $ EGLDisplay :: terminate
	fun terminate: Bool `{
		return eglTerminate(self) == EGL_TRUE;
	`}
lib/egl/egl.nit:117,2--119,3