Top | ![]() |
![]() |
![]() |
![]() |
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 () |
gint ide_project_info_compare (IdeProjectInfo *info1
,IdeProjectInfo *info2
);
GFile *
ide_project_info_get_file (IdeProjectInfo *self
);
Gets the “file” property. This is the project file (such as configure.ac) of the project.
const gchar *
ide_project_info_get_description (IdeProjectInfo *self
);
GFile *
ide_project_info_get_directory (IdeProjectInfo *self
);
Gets the “directory” property. This is the directory containing the project (if known).
GDateTime *
ide_project_info_get_last_modified_at (IdeProjectInfo *self
);
const gchar * const *
ide_project_info_get_languages (IdeProjectInfo *self
);
void ide_project_info_set_description (IdeProjectInfo *self
,const gchar *description
);
void ide_project_info_set_directory (IdeProjectInfo *self
,GFile *directory
);
void ide_project_info_set_is_recent (IdeProjectInfo *self
,gboolean is_recent
);
void ide_project_info_set_languages (IdeProjectInfo *self
,gchar **languages
);
void ide_project_info_set_name (IdeProjectInfo *self
,const gchar *name
);
void ide_project_info_set_priority (IdeProjectInfo *self
,gint priority
);