gr context get event name

#include <gre/gre.h>
char *gr_context_get_event_name(
  gr_action_context_t *action_context
);         

The gr_context_get_event_name function returns the name of the event that the action is associated with.

Parameters: action_context The action context to get the fully qualified name from Returns: The name of the event if there is an event name in the context, null otherwise

The gr_context_get_event_name function will return the name of the event that occured that caused the action to be invoked.

Was this article helpful?
0 out of 0 found this helpful