nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NMEPluginCalendar.c File Reference

NME optional plugin for calendar. More...

#include "NMEPluginCalendar.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

Go to the source code of this file.

Functions

NMEErr NMEPluginCalendar (NMEConstText name, NMEInt nameLen, NMEConstText data, NMEInt dataLen, NMEContext *context, void *userData)
 Plugin implementation for calendar using table markup (plugin's data: year month)

Detailed Description

NME optional plugin for calendar.

Author:
Yves Piguet.

Definition in file NMEPluginCalendar.c.


Function Documentation

NMEErr NMEPluginCalendar ( NMEConstText  name,
NMEInt  nameLen,
NMEConstText  data,
NMEInt  dataLen,
NMEContext context,
void *  userData 
)

Plugin implementation for calendar using table markup (plugin's data: year month)

Parameters:
[in]nameplugin name, such as "calendar"
[in]nameLenlength of name
[in]datadata text
[in]dataLenlength of data
[in,out]contextcurrent context
[in]userDatapointer passed from the parser, as specified in NMEPlugin
Returns:
error code (kNMEErrOk for success)
Test:
    << calendar
    2007 4
    >>

Definition at line 15 of file NMEPluginCalendar.c.

Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.