gr_context_get_application
#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
| Parameter | Type | Description |
|---|---|---|
action_context | gr_action_context_t* | The action context to obtain the application handle from. |
Returns
| Type | Description |
|---|---|
gr_application_t* | The application handle that is tied to the action context. |