#ifndef $HEADERGUARD$
#define $HEADERGUARD$

#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>

#include <gdk/gdk.h>
#include <gtk/gtk.h>

$DOC$
typedef struct td_test {
/* TODO: put your data here */
} $CLASSNAME$, *$CLASSNAME$Ptr;


$CLASSNAME$* $CLASSNAME$_new(void);
void $CLASSNAME$_delete($CLASSNAME$* self);
gboolean $CLASSNAME$_init($CLASSNAME$* self);
void $CLASSNAME$_end($CLASSNAME$* self);


#endif
