| 
IAnjutaTodo
IAnjutaTodo — Task manager interface |  | 
Stability Level
Unstable, unless otherwise indicated
 
Object Hierarchy
  GInterface
   +----IAnjutaTodo
 
Prerequisites
IAnjutaTodo requires
 GObject.
 
Details
IANJUTA_TODO_ERROR
#define IANJUTA_TODO_ERROR ianjuta_todo_error_quark()
 
IAnjutaTodo
typedef struct _IAnjutaTodo IAnjutaTodo;
 
IAnjutaTodoIface
typedef struct {
	GTypeInterface g_iface;
	
	void (*load) (IAnjutaTodo *obj, const gchar *uri, GError **err);
} IAnjutaTodoIface;
 
ianjuta_todo_error_quark ()
GQuark              ianjuta_todo_error_quark            (void);
 
ianjuta_todo_load ()
void                ianjuta_todo_load                   (IAnjutaTodo *obj,
                                                         const gchar *uri,
                                                         GError **err);