Enumerations | |
enum | { PROP_0, PROP_APP, PROP_PROGRAM, PROP_CONN_GROUP } |
Functions | |
void | gtask_factory_class_init (GTaskFactoryClass *factory) |
void | gtask_factory_init (GTaskFactory *factory) |
initializes a GTaskFactory | |
void | gtask_factory_dispose (GObject *obj) |
void | gtask_factory_finalize (GObject *obj) |
gchar * | gtask_factory_next_task_id (GTaskFactory *factory) |
determines the next available task id and returns that | |
void | gtask_factory_set_property (GObject *object, guint param_id, const GValue *value, GParamSpec *pspec) |
void | gtask_factory_get_property (GObject *object, guint param_id, GValue *value, GParamSpec *pspec) |
GTaskFactory * | gtask_factory_default (void) |
GType | gtask_factory_get_type () |
GTaskFactory * | gtask_factory_new () |
creates a new GTaskFactory | |
GTaskFactory * | gtask_factory_new_with_resources (GTaskConnectionGroup *conn_group, const gchar *program, const gchar *application) |
creates a new GTaskFactory with passed in application name | |
GTaskGenericTask * | gtask_factory_create_task (GTaskFactory *factory, gchar *task_type) |
creates a new task of the passed in type. The new task will have it's application and task_id fields set by the factory. | |
const gchar * | gtask_factory_get_program (GTaskFactory *factory) |
Returns the program name that is currently set in the passed in GTaskFactory. | |
void | gtask_factory_set_program (GTaskFactory *factory, const char *program) |
Sets the program name for the passed in GTaskFactory. | |
const gchar * | gtask_factory_get_application (GTaskFactory *factory) |
Returns the application name that is currently set in the passed in GTaskFactory. | |
void | gtask_factory_set_application (GTaskFactory *factory, const char *application) |
Sets the application name for the passed in GTaskFactory. | |
GTaskConnectionGroup * | gtask_factory_get_connection_group (GTaskFactory *factory) |
Returns the GTaskConnectionGroup. | |
void | gtask_factory_set_connection_group (GTaskFactory *factory, GTaskConnectionGroup *conn_group) |
Sets the GTaskConnectionGroup for the passed in GTaskFactory. | |
Variables | |
gpointer | parent_class |
GTaskFactory * | default_factory = NULL |
|
Definition at line 9 of file gtask-factory.c. |
|
Definition at line 75 of file gtask-factory.c. |
|
creates a new task of the passed in type. The new task will have it's application and task_id fields set by the factory.
Definition at line 289 of file gtask-factory.c. |
|
Definition at line 225 of file gtask-factory.c. |
|
Definition at line 141 of file gtask-factory.c. |
|
Definition at line 155 of file gtask-factory.c. |
|
Returns the application name that is currently set in the passed in GTaskFactory.
Definition at line 396 of file gtask-factory.c. |
|
Returns the GTaskConnectionGroup.
Definition at line 435 of file gtask-factory.c. |
|
Returns the program name that is currently set in the passed in GTaskFactory.
Definition at line 356 of file gtask-factory.c. |
|
Definition at line 190 of file gtask-factory.c. |
|
Definition at line 49 of file gtask-factory.c. |
|
initializes a GTaskFactory
Definition at line 119 of file gtask-factory.c. |
|
creates a new GTaskFactory
Definition at line 220 of file gtask-factory.c. |
|
creates a new GTaskFactory with passed in application name
Definition at line 254 of file gtask-factory.c. |
|
determines the next available task id and returns that
Definition at line 339 of file gtask-factory.c. |
|
Sets the application name for the passed in GTaskFactory.
Definition at line 412 of file gtask-factory.c. |
|
Sets the GTaskConnectionGroup for the passed in GTaskFactory.
Definition at line 456 of file gtask-factory.c. |
|
Sets the program name for the passed in GTaskFactory.
Definition at line 372 of file gtask-factory.c. |
|
Definition at line 167 of file gtask-factory.c. |
|
Definition at line 17 of file gtask-factory.c. |
|
Definition at line 16 of file gtask-factory.c. |