| Top |
Functions
| gint | ide_project_info_compare () |
| GFile * | ide_project_info_get_file () |
| IdeDoap * | ide_project_info_get_doap () |
| const gchar * | ide_project_info_get_description () |
| GFile * | ide_project_info_get_directory () |
| gboolean | ide_project_info_get_is_recent () |
| gint | ide_project_info_get_priority () |
| GDateTime * | ide_project_info_get_last_modified_at () |
| const gchar * const * | ide_project_info_get_languages () |
| const gchar * | ide_project_info_get_name () |
| void | ide_project_info_set_file () |
| void | ide_project_info_set_description () |
| void | ide_project_info_set_directory () |
| void | ide_project_info_set_is_recent () |
| void | ide_project_info_set_languages () |
| void | ide_project_info_set_name () |
| void | ide_project_info_set_priority () |
Functions
ide_project_info_compare ()
gint ide_project_info_compare (IdeProjectInfo *info1,IdeProjectInfo *info2);
ide_project_info_get_file ()
GFile *
ide_project_info_get_file (IdeProjectInfo *self);
Gets the “file” property. This is the project file (such as configure.ac) of the project.
ide_project_info_get_description ()
const gchar *
ide_project_info_get_description (IdeProjectInfo *self);
ide_project_info_get_directory ()
GFile *
ide_project_info_get_directory (IdeProjectInfo *self);
Gets the “directory” property. This is the directory containing the project (if known).
ide_project_info_get_last_modified_at ()
GDateTime *
ide_project_info_get_last_modified_at (IdeProjectInfo *self);
ide_project_info_get_languages ()
const gchar * const *
ide_project_info_get_languages (IdeProjectInfo *self);
ide_project_info_set_description ()
void ide_project_info_set_description (IdeProjectInfo *self,const gchar *description);
ide_project_info_set_directory ()
void ide_project_info_set_directory (IdeProjectInfo *self,GFile *directory);
ide_project_info_set_is_recent ()
void ide_project_info_set_is_recent (IdeProjectInfo *self,gboolean is_recent);
ide_project_info_set_languages ()
void ide_project_info_set_languages (IdeProjectInfo *self,gchar **languages);
ide_project_info_set_name ()
void ide_project_info_set_name (IdeProjectInfo *self,const gchar *name);
ide_project_info_set_priority ()
void ide_project_info_set_priority (IdeProjectInfo *self,gint priority);
Property Details
The “description” property
“description” gchar *
The project description.
Flags: Read / Write
Default value: NULL
The “last-modified-at” property
“last-modified-at” GDateTime *
Last Modified At.
Flags: Read / Write
The “priority” property
“priority” gint
The priority of the project information type.
Flags: Read / Write
Default value: 0
