Added menu_getprop()

This commit is contained in:
OciXCrom 2018-07-27 19:07:46 +02:00 committed by GitHub
parent d8a7ee4cd9
commit b8c540a450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,8 +370,6 @@ native menu_setprop(menu, prop, ...);
/**
* Gets a menu property.
*
* @note MPROP_EXIT requires 2 additional integer parameters to be passed.
*
* @param menu Menu resource identifier.
* @param prop MPROP_ constant.
* @param ... Property parameters.