Property definitions

android $ ALooper :: defaultinit
# Android NDK's structure to handle events synchronously
extern class ALooper `{ ALooper* `}
	# Returns the looper associated with the calling thread, or NULL if there is not one
	new for_thread `{ return ALooper_forThread(); `}
end
lib/android/native_app_glue.nit:384,1--388,3