Property definitions

egl $ EGLDisplay :: destroy_context
	fun destroy_context(context: EGLContext): Bool `{
		return eglDestroyContext(self, context);
	`}
lib/egl/egl.nit:147,2--149,3