:right-sidebar: True UserDirectory =================================================================== .. currentmodule:: gi.repository.GLib .. versionadded:: 2.14 .. class:: UserDirectory :no-contents-entry: These are logical ids for special directories which are defined depending on the platform used. You should use :func:`~gi.repository.GLib.get_user_special_dir` to retrieve the full path associated to the logical id. The :obj:`~gi.repository.GLib.UserDirectory` enumeration can be extended at later date. Not every platform has a directory for every logical id in this enumeration. Fields ------ .. rst-class:: interim-class .. class:: UserDirectory :no-index: .. attribute:: DIRECTORY_DESKTOP The user's Desktop directory .. attribute:: DIRECTORY_DOCUMENTS The user's Documents directory .. attribute:: DIRECTORY_DOWNLOAD The user's Downloads directory .. attribute:: DIRECTORY_MUSIC The user's Music directory .. attribute:: DIRECTORY_PICTURES The user's Pictures directory .. attribute:: DIRECTORY_PUBLIC_SHARE The user's shared directory .. attribute:: DIRECTORY_TEMPLATES The user's Templates directory .. attribute:: DIRECTORY_VIDEOS The user's Movies directory .. attribute:: N_DIRECTORIES The number of enum values