Definition in file pilot-todo.c.
#include <glib.h>
#include <glib/gprintf.h>
#include <qof.h>
#include "pilot-todo.h"
#include "qof-main.h"
#include "pilot-qof.h"
#include "pi-todo.h"
Go to the source code of this file.
Data Structures | |
struct | QofTodo |
Defines | |
#define | TODO_VERSION todo_v1 |
#define | QOF_TODO_DESC "Pilot-Link QOF ToDo" |
Functions | |
static QofTodo * | todo_create (QofBook *book) |
static gint | todo_getLength (QofTodo *t) |
static QofTime * | todo_getTimeDue (QofTodo *t) |
static gint | todo_getPriority (QofTodo *t) |
static gint | todo_getComplete (QofTodo *t) |
static gchar * | todo_getDescription (QofTodo *t) |
static gchar * | todo_getNote (QofTodo *t) |
static gchar * | todo_getCategory (QofTodo *t) |
static void | todo_setLength (QofTodo *t, gint l) |
static void | todo_setTimeDue (QofTodo *t, QofTime *qt) |
static void | todo_setPriority (QofTodo *t, gint p) |
static void | todo_setComplete (QofTodo *t, gint c) |
static void | todo_setDescription (QofTodo *t, gchar *d) |
static void | todo_setNote (QofTodo *t, gchar *n) |
static void | todo_setCategory (QofTodo *t, gchar *n) |
static gint | todo_unpack (QofEntity *ent, gpointer user_data) |
static gint | todo_pack (QofEntity *ent, gpointer user_data) |
static gint | qof_todo_free (QofEntity *ent, gpointer user_data) |
static gint | todo_appinfo_unpack (QofEntity *ent, gpointer user_data) |
static const gchar * | todoPrintable (gpointer instance) |
gboolean | ToDoRegister (void) |
Variables | |
static QofLogModule | log_module = "pilotqof-objects" |
static QofObject | todo_object_def |
static PQPack | todo_pack_def |