Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

gtask.h

Go to the documentation of this file.
00001 #ifndef GTASK_H
00002 #define GTASK_H
00003 
00004 #include <gtask/gtask-connection.h>
00005 #include <gtask/gtask-connection-group.h>
00006 #include <gtask/gtask-generic-task.h>
00007 #include <gtask/gtask-stream-parser.h>
00008 
00009 #include <gtask/gtask-packet.h>
00010 #include <gtask/gtask-error-packet.h>
00011 #include <gtask/gtask-task-packet.h>
00012 #include <gtask/gtask-query-packet.h>
00013 #include <gtask/gtask-watch-packet.h>
00014 #include <gtask/gtask-remove-watch-packet.h>
00015 
00016 //#include <gtask/gtask-role-packet.h>
00017 
00018 #include <gtask/gtask-factory.h>
00019 #include <gtask/gtask-event-dispatcher.h>
00020 
00021 void
00022 gtask_init( int *argc, char ***argv, GTaskRole role );
00023 
00024 /*
00025 static GTaskFactory *
00026 gtask_factory_default( void );
00027 */
00028 
00029 #endif

Generated on Mon Feb 2 21:26:14 2004 for libgtask by doxygen 1.3.4