Property definitions

egl $ EGLContext :: is_ok
	fun is_ok: Bool `{ return self != EGL_NO_CONTEXT; `}
lib/egl/egl.nit:204,2--53