File: __init__.py

package info (click to toggle)
gnome-python-desktop 2.32.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,548 kB
  • sloc: sh: 10,214; xml: 8,851; ansic: 3,428; python: 1,457; makefile: 664
file content (35 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
from _gnomedesktop import *

KEY_ENCODING="Encoding" # string
KEY_VERSION="Version"  # numeric
KEY_NAME="Name" # localestring
KEY_GENERIC_NAME="GenericName" # localestring
KEY_TYPE="Type" # string
KEY_FILE_PATTERN="FilePattern" # regexp(s)
KEY_TRY_EXEC="TryExec" # string
KEY_NO_DISPLAY="NoDisplay" # boolean
KEY_COMMENT="Comment" # localestring
KEY_EXEC="Exec" # string
KEY_ACTION="Actions" # strings
KEY_ICON="Icon" # string
KEY_MINI_ICON="MiniIcon" # string
KEY_HIDDEN="Hidden" # boolean
KEY_PATH="Path" # string
KEY_TERMINAL="Terminal" # boolean
KEY_TERMINAL_OPTIONS="TerminalOptions" # string
KEY_SWALLOW_TITLE="SwallowTitle" # string
KEY_SWALLOW_EXEC="SwallowExec" # string
KEY_MIME_TYPE="MimeType" # regexp(s)
KEY_PATTERNS="Patterns" # regexp(s)
KEY_DEFAULT_APP="DefaultApp" # string
KEY_DEV="Dev" # string
KEY_FS_TYPE="FSType" # string
KEY_MOUNT_POINT="MountPoint" # string
KEY_READ_ONLY="ReadOnly" # boolean
KEY_UNMOUNT_ICON="UnmountIcon" # string
KEY_SORT_ORDER="SortOrder" # strings
KEY_URL="URL" # string
KEY_DOC_PATH="X-GNOME-DocPath" # string

KEY_CATEGORIES="Categories" # string
KEY_ONLY_SHOW_IN="OnlyShowIn" # string