Data Structures | |
| struct | _GTaskFile |
| struct | _GTaskFileClass |
| struct | _GTaskFilePrivate |
Defines | |
| #define | GTASK_FILE_TYPE (gtask_file_get_type()) |
| #define | GTASK_FILE(obj) |
| #define | GTASK_FILE_CLASS(klass) |
| #define | GTASK_IS_FILE(obj) |
| #define | GTASK_IS_FILE_CLASS(klass) |
| #define | GTASK_FILE_GET_CLASS(obj) |
Typedefs | |
| typedef _GTaskFile | GTaskFile |
| typedef _GTaskFilePrivate | GTaskFilePrivate |
| typedef _GTaskFileClass | GTaskFileClass |
Enumerations | |
| enum | { C_PROP_0, C_PROP_URI, C_PROP_MIME_TYPE, C_PROP_THUMBNAIL_URI, C_PROP_DESCRIPTION, C_PROP_COMPLETED } |
Functions | |
| void | gtask_file_class_init (GTaskFileClass *klass) |
| void | gtask_file_init (GTaskFile *gtask) |
| void | gtask_file_finalize (GObject *obj) |
| void | gtask_file_set_property (GObject *object, guint param_id, const GValue *value, GParamSpec *pspec) |
| void | gtask_file_get_property (GObject *object, guint param_id, GValue *value, GParamSpec *pspec) |
| GType | gtask_file_get_type () |
| GTaskFile * | gtask_file_new () |
| creates a new GTaskFile | |
| GTaskFile * | gtask_file_new_with_properties (const char *uri, const char *mime_type, const char *thumbnail_uri, const char *description) |
| creates a new GTaskFile with some happy properties. | |
| void | gtask_file_set_uri (GTaskFile *file, const char *uri) |
| Sets the uri of the GTaskFile. | |
| const char * | gtask_file_get_uri (GTaskFile *file) |
| Gets the uri of the GTaskFile. | |
| void | gtask_file_set_thumbnail_uri (GTaskFile *file, const char *thumbnail_uri) |
| Sets the thumbnail uri of the GTaskFile. | |
| const char * | gtask_file_get_thumbnail_uri (GTaskFile *file) |
| Gets the thumbnail uri of the GTaskFile. | |
| void | gtask_file_set_mime_type (GTaskFile *file, const char *mime_type) |
| Sets the mime type of the GTaskFile. | |
| const char * | gtask_file_get_mime_type (GTaskFile *file) |
| Gets the mime type of the GTaskFile. | |
| void | gtask_file_set_description (GTaskFile *file, const char *description) |
| Sets the description of the GTaskFile. This should generally be a short title, no lengthy orations please. | |
| const char * | gtask_file_get_description (GTaskFile *file) |
| Gets the description of the GTaskFile. | |
| void | gtask_file_set_completed (GTaskFile *file, gboolean completed) |
| Sets whether or not the GTaskFile is completed. | |
| gboolean | gtask_file_get_completed (GTaskFile *file) |
| Gets whether or not the GTaskFile is completed. | |
Variables | |
| gpointer | parent_class |
|
|
Value: (G_TYPE_CHECK_INSTANCE_CAST( (obj), \
GTASK_FILE_TYPE, \
GTaskFile))
Definition at line 19 of file gtask-file.h. |
|
|
Value: (G_TYPE_CHECK_CLASS_CAST( (klass), \
GTASK_FILE_TYPE, \
GTaskFileClass ))
Definition at line 24 of file gtask-file.h. |
|
|
Value: (G_TYPE_INSTANCE_GET_CLASS( (obj), \
GTASK_FILE_TYPE, \
GTaskGenericClass ))
Definition at line 42 of file gtask-file.h. |
|
|
returns a GType of GTaskFile Definition at line 16 of file gtask-file.h. |
|
|
Value: (G_TYPE_CHECK_INSTANCE_TYPE( (obj), \
GTASK_FILE_TYPE ))
Definition at line 32 of file gtask-file.h. |
|
|
Value: (G_TYPE_CHECK_CLASS_TYPE( (klass), \
GTASK_FILE_TYPE ))
Definition at line 39 of file gtask-file.h. |
|
|
Definition at line 11 of file gtask-file.h. |
|
|
Definition at line 13 of file gtask-file.h. |
|
|
Definition at line 12 of file gtask-file.h. |
|
|
Definition at line 9 of file gtask-file.c. |
|
|
Definition at line 81 of file gtask-file.c. |
|
|
Definition at line 133 of file gtask-file.c. |
|
|
Gets whether or not the GTaskFile is completed.
Definition at line 403 of file gtask-file.c. |
|
|
Gets the description of the GTaskFile.
Definition at line 374 of file gtask-file.c. |
|
|
Gets the mime type of the GTaskFile.
Definition at line 341 of file gtask-file.c. |
|
||||||||||||||||||||
|
Definition at line 181 of file gtask-file.c. |
|
|
Gets the thumbnail uri of the GTaskFile.
Definition at line 309 of file gtask-file.c. |
|
|
Definition at line 42 of file gtask-file.c. |
|
|
Gets the uri of the GTaskFile.
Definition at line 277 of file gtask-file.c. |
|
|
Definition at line 68 of file gtask-file.c. |
|
|
creates a new GTaskFile
Definition at line 219 of file gtask-file.c. |
|
||||||||||||||||||||
|
creates a new GTaskFile with some happy properties.
Definition at line 236 of file gtask-file.c. |
|
||||||||||||
|
Sets whether or not the GTaskFile is completed.
Definition at line 387 of file gtask-file.c. |
|
||||||||||||
|
Sets the description of the GTaskFile. This should generally be a short title, no lengthy orations please.
Definition at line 355 of file gtask-file.c. |
|
||||||||||||
|
Sets the mime type of the GTaskFile.
Definition at line 322 of file gtask-file.c. |
|
||||||||||||||||||||
|
Definition at line 152 of file gtask-file.c. |
|
||||||||||||
|
Sets the thumbnail uri of the GTaskFile.
Definition at line 290 of file gtask-file.c. |
|
||||||||||||
|
Sets the uri of the GTaskFile.
Definition at line 258 of file gtask-file.c. |
|
|
Definition at line 18 of file gtask-file.c. |
1.3.4