Top | ![]() |
![]() |
![]() |
![]() |
GFile * | ide_project_file_get_file () |
GFileInfo * | ide_project_file_get_file_info () |
const gchar * | ide_project_file_get_name () |
const gchar * | ide_project_file_get_path () |
gboolean | ide_project_file_get_is_directory () |
GFile *
ide_project_file_get_file (IdeProjectFile *self
);
Retrieves the underlying GFile represented by file
.
GFileInfo *
ide_project_file_get_file_info (IdeProjectFile *self
);
Retrieves a GFileInfo containing the basic information about file
. This
includes the name, display name, and file type.
gboolean
ide_project_file_get_is_directory (IdeProjectFile *self
);