ngfd-plugin
|
#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 NProplist * | n_event_get_properties (NEvent *event) |
Get properties associated to event. | |
typedef struct _NEvent NEvent |
Internal event structure.
const char * n_event_get_name | ( | NEvent * | event | ) |
Get event name.
event | Event structure. |