ngfd-plugin
event.h File Reference
#include <ngf/proplist.h>

Go to the source code of this file.

Typedefs

typedef struct _NEvent NEvent
 Internal event structure.
 

Functions

const char * n_event_get_name (NEvent *event)
 Get event name.
 
const NProplistn_event_get_properties (NEvent *event)
 Get properties associated to event.
 

Typedef Documentation

◆ NEvent

typedef struct _NEvent NEvent

Internal event structure.

Function Documentation

◆ n_event_get_name()

const char * n_event_get_name ( NEvent * event)

Get event name.

Parameters
eventEvent structure.
Returns
Name of the event.

◆ n_event_get_properties()

const NProplist * n_event_get_properties ( NEvent * event)

Get properties associated to event.

Parameters
eventEvent structure.
Returns
Property list.