#include <gre/gre.h>
gr_application_t *gr_context_get_application(
gr_action_context_t *app
);
The gr_context_get_application function is used to obtain the application handle from an action context.
Parameters:
action_context The action context to obtain the application handle from
Returns:
The application handle that is tied to the action context
The gr_context_get_application is used to obtain the application handle from an action context