hnm_Status_findDisplayEvent()

Find the named event in the display list.

Synopsis:

#include <hnm/status.h>
 
hnm_DisplayEvent* hnm_Status_findDisplayEvent(hnm_Status *self, const char *event_name)

Arguments:

self

A pointer to the hnm_Status structure that represents the recipient object of the method invocation.

event_name

The name of the event being sought in the display list.

Library:

libhnm

Description:

The hnm_Status_findDisplayEvent() function walks the display list associated with the specified Status object until either an event with the specified name is found or the end of the list is reached.

Returns:

A pointer to an hnm_DisplayEvent whose name matches event_name. If no such event is found, this function returns NULL.