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

gtask-factory.h File Reference

#include <glib-2.0/glib-object.h>
#include <gtask/gtask-generic-task.h>
#include <gtask/gtask-connection-group.h>

Go to the source code of this file.

Data Structures

struct  _GTaskFactory
struct  _GTaskFactoryClass
struct  _GTaskFactoryPrivate


Define Documentation

#define GTASK_FACTORY obj   ) 
 

Value:

(G_TYPE_CHECK_INSTANCE_CAST( (obj), \
                                     GTASK_FACTORY_TYPE, \
                                     GTaskFactory ))
casts the passed in object to a GTaskFactory

Definition at line 21 of file gtask-factory.h.

#define GTASK_FACTORY_CLASS klass   ) 
 

Value:

(G_TYPE_CHECK_CLASS_CAST( (klass), \
                                       GTASK_FACTORY_TYPE, \
                                       GTaskFactoryClass ))
casts the passed in object to a GTaskFactory

Definition at line 26 of file gtask-factory.h.

#define GTASK_FACTORY_GET_CLASS obj   ) 
 

Value:

(G_TYPE_INSTANCE_GET_CLASS( (obj), \
                                       GTASK_FACTORY_TYPE, \
                                       GTaskFactoryClass ))

Definition at line 44 of file gtask-factory.h.

#define GTASK_FACTORY_TYPE   (gtask_factory_get_type())
 

returns the GType of GTaskFactory

Definition at line 18 of file gtask-factory.h.

#define GTASK_IS_FACTORY obj   ) 
 

Value:

(G_TYPE_CHECK_INSTANCE_TYPE( (obj), \
                                       GTASK_FACTORY_TYPE ))
returns TRUE if the passed in object is a GTaskFactory, FALSE otherwise

Definition at line 34 of file gtask-factory.h.

#define GTASK_IS_FACTORY_CLASS klass   ) 
 

Value:

(G_TYPE_CHECK_CLASS_TYPE( (klass), \
                                       GTASK_FACTORY_TYPE ))
returns TRUE if the passed in object is a GTaskFactoryClass FALSE otherwise

Definition at line 41 of file gtask-factory.h.


Typedef Documentation

typedef struct _GTaskFactory GTaskFactory
 

Definition at line 13 of file gtask-factory.h.

typedef struct _GTaskFactoryClass GTaskFactoryClass
 

Definition at line 15 of file gtask-factory.h.

typedef struct _GTaskFactoryPrivate GTaskFactoryPrivate
 

Definition at line 14 of file gtask-factory.h.


Function Documentation

void gtask_factory_set_application GTaskFactory factory,
const gchar *  application
 

void gtask_factory_set_program GTaskFactory factory,
const gchar *  program
 


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