GLib.UserDirectory
These are logical ids for special directories which are defined depending on the platform used. You should use GLib.get_user_special_dir to retrieve the full path associated to the logical id.
The GLib.UserDirectory enumeration can be extended at later date. Not every platform has a directory for every logical id in this enumeration.
Since 2.14
- UserDirectory.DIRECTORY_DESKTOP
- the user's Desktop directory 
- UserDirectory.DIRECTORY_DOCUMENTS
- the user's Documents directory 
- UserDirectory.DIRECTORY_DOWNLOAD
- the user's Downloads directory 
- UserDirectory.DIRECTORY_MUSIC
- the user's Music directory 
- UserDirectory.DIRECTORY_PICTURES
- the user's Pictures directory 
- UserDirectory.DIRECTORY_PUBLIC_SHARE
- the user's shared directory 
- UserDirectory.DIRECTORY_TEMPLATES
- the user's Templates directory 
- UserDirectory.DIRECTORY_VIDEOS
- the user's Movies directory 
- UserDirectory.N_DIRECTORIES
- the number of enum values