| Value | Meaning |
|---|---|
| DirectoryDesktop0 | the user's Desktop directory |
| DirectoryDocuments1 | the user's Documents directory |
| DirectoryDownload2 | the user's Downloads directory |
| DirectoryMusic3 | the user's Music directory |
| DirectoryPictures4 | the user's Pictures directory |
| DirectoryPublicShare5 | the user's shared directory |
| DirectoryTemplates6 | the user's Templates directory |
| DirectoryVideos7 | the user's Movies directory |
| NDirectories8 | the number of enum values |
These are logical ids for special directories which are defined depending on the platform used. You should use glib.global.getUserSpecialDir to retrieve the full path associated to the logical id.
The #GUserDirectory enumeration can be extended at later date. Not every platform has a directory for every logical id in this enumeration.