#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 |
|
Value: (G_TYPE_CHECK_INSTANCE_CAST( (obj), \ GTASK_FACTORY_TYPE, \ GTaskFactory )) Definition at line 21 of file gtask-factory.h. |
|
Value: (G_TYPE_CHECK_CLASS_CAST( (klass), \ GTASK_FACTORY_TYPE, \ GTaskFactoryClass )) Definition at line 26 of file gtask-factory.h. |
|
Value: (G_TYPE_INSTANCE_GET_CLASS( (obj), \ GTASK_FACTORY_TYPE, \ GTaskFactoryClass )) Definition at line 44 of file gtask-factory.h. |
|
returns the GType of GTaskFactory Definition at line 18 of file gtask-factory.h. |
|
Value: (G_TYPE_CHECK_INSTANCE_TYPE( (obj), \ GTASK_FACTORY_TYPE )) Definition at line 34 of file gtask-factory.h. |
|
Value: (G_TYPE_CHECK_CLASS_TYPE( (klass), \ GTASK_FACTORY_TYPE )) Definition at line 41 of file gtask-factory.h. |
|
Definition at line 13 of file gtask-factory.h. |
|
Definition at line 15 of file gtask-factory.h. |
|
Definition at line 14 of file gtask-factory.h. |
|
|
|
|