NMEPluginCalendar.h File Reference
Detailed Description
NME optional plugin for calendar.
- Author:
- Yves Piguet. Copyright 2007-2008, Yves Piguet.
Definition in file NMEPluginCalendar.h.
#include "NME.h"
Go to the source code of this file.
Define Documentation
| #define NMEPluginCalendarEntry |
Function Documentation
Plugin implementation for calendar using table markup (plugin's data: year month).
- Parameters:
-
| [in] | name | plugin name, such as "calendar" |
| [in] | nameLen | length of name |
| [in] | data | data text |
| [in] | dataLen | length of data |
| [in,out] | context | current context |
| [in] | userData | pointer passed from the parser, as specified in NMEPlugin |
- Returns:
- error code (kNMEErrOk for success)
- Test:
Definition at line 13 of file NMEPluginCalendar.c.