The types of files a GNOME application needs to access.
Syntax
[GLib.GType(typeof(Gnome.FileDomainGType))]
public enum FileDomain
Remarks
Many of the files that a GNOME application needs to access will be installed in standard locations.
For example, GNOME help files will be in one location, while help files specific to the current
application might be in another location.
The different types of files are given in this enum. User applications make use of the
App* types, which specify locations relative to AppDatadir.
Members
| Member Name | Description |
|---|
| Unknown | An unknown file domain (should never be used). |
| Libdir | Libraries in the main GNOME installation. |
| Datadir | Data files in the main GNOME installation. |
| Sound | Sound files in the main GNOME installation. |
| Pixmap | Pixmap files in the main GNOME installation. |
| Config | Config files in the main GNOME installation. |
| Help | Help files in the main GNOME installation. |
| AppLibdir | Application specific libraries. |
| AppDatadir | Application specific data files. |
| AppSound | Application specific sound files. |
| AppPixmap | Application specific pixmap files. |
| AppConfig | Application specific config files. |
| AppHelp | Application specific help files. |
Requirements
Namespace: Gnome
Assembly: gnome-sharp (in gnome-sharp.dll)
Assembly Versions: 2.20.0.0