!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.9~svn20110310	//
-cover-package	Makefile	/^	nosetests --with-coverage --cover-package=lutris --cover-html --cover-html-dir=tests\/coverage$/;"	m
API_KEY_FILE_PATH	lutris/api.py	/^API_KEY_FILE_PATH = os.path.join(settings.CACHE_DIR, 'auth-token')$/;"	v
APP_STATE_FLAGS	lutris/services/steam.py	/^APP_STATE_FLAGS = [$/;"	v
ARTISTS	lutris/settings.py	/^ARTISTS = ["Ludovic Soulié <contact@ludal.net>"]$/;"	v
AUTHORS	lutris/settings.py	/^AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",$/;"	v
AboutDialog	lutris/gui/dialogs.py	/^class AboutDialog(GtkBuilderDialog):$/;"	c
AddGameDialog	lutris/gui/config_dialogs.py	/^class AddGameDialog(Dialog, GameDialogCommon):$/;"	c
AppManifest	lutris/services/steam.py	/^class AppManifest:$/;"	c
Application	lutris/gui/application.py	/^class Application(Gtk.Application):$/;"	c
AsyncCall	lutris/util/jobs.py	/^class AsyncCall(threading.Thread):$/;"	c
BANNER	lutris/util/resources.py	/^BANNER = "banner"$/;"	v
BANNER_PATH	lutris/settings.py	/^BANNER_PATH = os.path.join(DATA_DIR, 'banners')$/;"	v
BANNER_SIZE	lutris/gui/widgets/utils.py	/^BANNER_SIZE = (184, 69)$/;"	v
BANNER_SMALL_SIZE	lutris/gui/widgets/utils.py	/^BANNER_SMALL_SIZE = (120, 45)$/;"	v
BANNER_URL	lutris/settings.py	/^BANNER_URL = SITE_URL + '\/games\/banner\/%s.jpg'$/;"	v
CACHE_DIR	lutris/settings.py	/^CACHE_DIR = os.path.join(GLib.get_user_cache_dir(), 'lutris')$/;"	v
CACHE_DIR	lutris/util/log.py	/^CACHE_DIR = os.path.realpath($/;"	v
COL_ARCH	lutris/gui/runnerinstalldialog.py	/^    COL_ARCH = 1$/;"	v	class:RunnerInstallDialog
COL_INSTALLED	lutris/gui/runnerinstalldialog.py	/^    COL_INSTALLED = 3$/;"	v	class:RunnerInstallDialog
COL_PROGRESS	lutris/gui/runnerinstalldialog.py	/^    COL_PROGRESS = 4$/;"	v	class:RunnerInstallDialog
COL_URL	lutris/gui/runnerinstalldialog.py	/^    COL_URL = 2$/;"	v	class:RunnerInstallDialog
COL_VER	lutris/gui/runnerinstalldialog.py	/^    COL_VER = 0$/;"	v	class:RunnerInstallDialog
CONFIG_DIR	lutris/settings.py	/^CONFIG_DIR = os.path.join(GLib.get_user_config_dir(), 'lutris')$/;"	v
CONFIG_FILE	lutris/settings.py	/^CONFIG_FILE = os.path.join(CONFIG_DIR, "lutris.conf")$/;"	v
COPYRIGHT	lutris/settings.py	/^COPYRIGHT = "(c) 2010-2017 Lutris Gaming Platform"$/;"	v
Callback	lutris/gui/gi_composites.py	/^    def Callback(f):$/;"	m	class:_GtkTemplate
CellRendererButton	lutris/gui/widgets/cellrenderers.py	/^class CellRendererButton(Gtk.CellRenderer):$/;"	c
Child	lutris/gui/gi_composites.py	/^    Child = _Child$/;"	v	class:_GtkTemplate
ClientLoginDialog	lutris/gui/dialogs.py	/^class ClientLoginDialog(GtkBuilderDialog):$/;"	c
ClientUpdateDialog	lutris/gui/dialogs.py	/^class ClientUpdateDialog(GtkBuilderDialog):$/;"	c
CommandsMixin	lutris/installer/commands.py	/^class CommandsMixin(object):$/;"	c
ConfigBox	lutris/gui/config_boxes.py	/^class ConfigBox(VBox):$/;"	c
ContextualMenu	lutris/gui/gameviews.py	/^class ContextualMenu(Gtk.Menu):$/;"	c
ContextualMenu	lutris/gui/sidebar.py	/^class ContextualMenu(Gtk.Menu):$/;"	c
ControllerMapping	lutris/util/gamecontrollerdb.py	/^class ControllerMapping():$/;"	c
DATA_DIR	lutris/settings.py	/^DATA_DIR = os.path.join(GLib.get_user_data_dir(), 'lutris')$/;"	v
DATA_TYPES	lutris/util/wineregistry.py	/^DATA_TYPES = {$/;"	v
DB_RETRIES	lutris/util/sql.py	/^DB_RETRIES = 5$/;"	v
DEFAULT_BANNER	lutris/gui/widgets/utils.py	/^DEFAULT_BANNER = os.path.join(datapath.get(), 'media\/default_banner.png')$/;"	v
DEFAULT_ICON	lutris/gui/widgets/utils.py	/^DEFAULT_ICON = os.path.join(datapath.get(), 'media\/default_icon.png')$/;"	v
DEFAULT_ICON	lutris/runners/web.py	/^DEFAULT_ICON = os.path.join(datapath.get(), 'media\/default_icon.png')$/;"	v
DIALOG_HEIGHT	lutris/gui/config_dialogs.py	/^DIALOG_HEIGHT = 560$/;"	v
DIALOG_WIDTH	lutris/gui/config_dialogs.py	/^DIALOG_WIDTH = 780$/;"	v
DISPLAYS	lutris/sysoptions.py	/^DISPLAYS = None$/;"	v
DXVKManager	lutris/util/dxvk.py	/^class DXVKManager:$/;"	c
DatabaseTester	tests/test_pga.py	/^class DatabaseTester(unittest.TestCase):$/;"	c
Dialog	lutris/gui/widgets/dialogs.py	/^class Dialog(Gtk.Dialog):$/;"	c
DirectoryDialog	lutris/gui/dialogs.py	/^class DirectoryDialog(Gtk.FileChooserDialog):$/;"	c
DownloadDialog	lutris/gui/dialogs.py	/^class DownloadDialog(Gtk.Dialog):$/;"	c
DownloadDialogBenchmark	tests/benchmark_download.py	/^class DownloadDialogBenchmark(DownloadDialog):$/;"	c
DownloadProgressBox	lutris/gui/widgets/download_progress.py	/^class DownloadProgressBox(Gtk.VBox):$/;"	c
Downloader	lutris/util/downloader.py	/^class Downloader():$/;"	c
EXCLUDED_PROCESSES	lutris/thread.py	/^EXCLUDED_PROCESSES = [$/;"	v
EXIT	lutris/gui/dialogs.py	/^    EXIT = 4$/;"	v	class:NoInstallerDialog
EditGameConfigDialog	lutris/gui/config_dialogs.py	/^class EditGameConfigDialog(Dialog, GameDialogCommon):$/;"	c
EditableGrid	lutris/gui/widgets/common.py	/^class EditableGrid(Gtk.Grid):$/;"	c
ErrorDialog	lutris/gui/dialogs.py	/^class ErrorDialog(Gtk.MessageDialog):$/;"	c
EvilConfigParser	lutris/util/fileio.py	/^class EvilConfigParser(RawConfigParser):$/;"	c
FIXTURES_PATH	tests/test_registry.py	/^FIXTURES_PATH = os.path.join(os.path.dirname(__file__), 'fixtures')$/;"	v
FLOWBOX_SUPPORTED	lutris/gui/flowbox.py	/^    FLOWBOX_SUPPORTED = False$/;"	v
FLOWBOX_SUPPORTED	lutris/gui/flowbox.py	/^    FLOWBOX_SUPPORTED = True$/;"	v
FileChooserEntry	lutris/gui/widgets/common.py	/^class FileChooserEntry(Gtk.Box):$/;"	c
FileDialog	lutris/gui/dialogs.py	/^class FileDialog(Gtk.FileChooserDialog):$/;"	c
FlowBox	lutris/gui/flowbox.py	/^    FlowBox = Gtk.FlowBox$/;"	v
FlowBox	lutris/gui/flowbox.py	/^    FlowBox = object$/;"	v
GAME_CONFIG_DIR	lutris/settings.py	/^GAME_CONFIG_DIR = os.path.join(CONFIG_DIR, 'games')$/;"	v
GAME_URL	lutris/settings.py	/^GAME_URL = SITE_URL + '\/games\/%s\/'$/;"	v
GAME_VIEW	lutris/settings.py	/^GAME_VIEW = 'grid'$/;"	v
Game	lutris/game.py	/^class Game(object):$/;"	c
GameBox	lutris/gui/config_boxes.py	/^class GameBox(ConfigBox):$/;"	c
GameControllerDB	lutris/util/gamecontrollerdb.py	/^class GameControllerDB():$/;"	c
GameDialogCommon	lutris/gui/config_dialogs.py	/^class GameDialogCommon(object):$/;"	c
GameFlowBox	lutris/gui/flowbox.py	/^class GameFlowBox(FlowBox):$/;"	c
GameGridView	lutris/gui/gameviews.py	/^class GameGridView(Gtk.IconView, GameView):$/;"	c
GameItem	lutris/gui/flowbox.py	/^class GameItem(Gtk.VBox):$/;"	c
GameListView	lutris/gui/gameviews.py	/^class GameListView(Gtk.TreeView, GameView):$/;"	c
GameStore	lutris/gui/gameviews.py	/^class GameStore(GObject.Object):$/;"	c
GameView	lutris/gui/gameviews.py	/^class GameView(object):$/;"	c
GridViewCellRendererText	lutris/gui/widgets/cellrenderers.py	/^class GridViewCellRendererText(Gtk.CellRendererText):$/;"	c
GtkBuilderDialog	lutris/gui/dialogs.py	/^class GtkBuilderDialog(GObject.Object):$/;"	c
GtkTemplate	lutris/gui/gi_composites.py	/^GtkTemplate = _GtkTemplate$/;"	v
GtkTemplateWarning	lutris/gui/gi_composites.py	/^class GtkTemplateWarning(UserWarning):$/;"	c
HEARTBEAT_DELAY	lutris/thread.py	/^HEARTBEAT_DELAY = 2000  # Number of milliseconds between each heartbeat$/;"	v
ICON	lutris/gui/sidebar.py	/^ICON = 2$/;"	v
ICON	lutris/util/resources.py	/^ICON = "icon"$/;"	v
ICON_PATH	lutris/settings.py	/^ICON_PATH = os.path.join(GLib.get_user_data_dir(),$/;"	v
ICON_SIZE	lutris/gui/widgets/utils.py	/^ICON_SIZE = (32, 32)$/;"	v
ICON_SMALL_SIZE	lutris/gui/widgets/utils.py	/^ICON_SMALL_SIZE = (20, 20)$/;"	v
ICON_TYPE_GRIDVIEW	lutris/settings.py	/^ICON_TYPE_GRIDVIEW = 'banner'$/;"	v
ICON_TYPE_LISTVIEW	lutris/settings.py	/^ICON_TYPE_LISTVIEW = 'icon'$/;"	v
ICON_URL	lutris/settings.py	/^ICON_URL = SITE_URL + '\/games\/icon\/%s.png'$/;"	v
IGNORED_CATEGORIES	lutris/services/xdg.py	/^IGNORED_CATEGORIES = ($/;"	v
IGNORED_EXECUTABLES	lutris/services/xdg.py	/^IGNORED_EXECUTABLES = ($/;"	v
IGNORED_GAMES	lutris/services/xdg.py	/^IGNORED_GAMES = ($/;"	v
IMAGE_SIZES	lutris/gui/widgets/utils.py	/^IMAGE_SIZES = {$/;"	v
INSTALLED_TERMINALS	lutris/util/system.py	/^INSTALLED_TERMINALS = []$/;"	v
INSTALLER_REVISION_URL	lutris/settings.py	/^INSTALLER_REVISION_URL = SITE_URL + '\/api\/installers\/games\/%s\/revisions\/%s'$/;"	v
INSTALLER_SLUG	lutris/services/scummvm.py	/^INSTALLER_SLUG = 'system-scummvm'$/;"	v
INSTALLER_SLUG	lutris/services/xdg.py	/^INSTALLER_SLUG = 'desktopapp'$/;"	v
INSTALLER_URL	lutris/settings.py	/^INSTALLER_URL = SITE_URL + '\/api\/installers\/%s'$/;"	v
ImportRunnerTest	tests/test_runners.py	/^class ImportRunnerTest(DatabaseTester):$/;"	c
InstallOrPlayDialog	lutris/gui/dialogs.py	/^class InstallOrPlayDialog(Gtk.Dialog):$/;"	c
InstallerDialog	lutris/gui/installerwindow.py	/^class InstallerDialog(Gtk.Window):$/;"	c
InvalidPid	lutris/util/process.py	/^class InvalidPid(Exception):$/;"	c
InvalidRunner	lutris/runners/__init__.py	/^class InvalidRunner(Exception):$/;"	c
LABEL	lutris/gui/sidebar.py	/^LABEL = 3$/;"	v
LIBRETRO_CORES	lutris/runners/libretro.py	/^LIBRETRO_CORES = [$/;"	v
LOGGER	tests/test_runners.py	/^LOGGER = logging.getLogger(__name__)$/;"	v
LOGGER	tests/test_snes9x.py	/^LOGGER = logging.getLogger(__name__)$/;"	v
LOG_FILENAME	lutris/util/log.py	/^LOG_FILENAME = os.path.join(CACHE_DIR, "lutris.log")$/;"	v
Label	lutris/gui/widgets/common.py	/^class Label(Gtk.Label):$/;"	c
LogTextView	lutris/gui/logwindow.py	/^class LogTextView(Gtk.TextView):$/;"	c
LogWindow	lutris/gui/logwindow.py	/^class LogWindow(Dialog):$/;"	c
LutrisConfig	lutris/config.py	/^class LutrisConfig(object):$/;"	c
LutrisThread	lutris/thread.py	/^class LutrisThread(threading.Thread):$/;"	c
LutrisWindow	lutris/gui/lutriswindow.py	/^class LutrisWindow(Gtk.ApplicationWindow):$/;"	c
MANUAL_CONF	lutris/gui/dialogs.py	/^    MANUAL_CONF = 1$/;"	v	class:NoInstallerDialog
MAX_CYCLES_WITHOUT_CHILDREN	lutris/thread.py	/^MAX_CYCLES_WITHOUT_CHILDREN = 20$/;"	v
MIGRATIONS	lutris/migrations/__init__.py	/^MIGRATIONS = []$/;"	v
MIGRATION_VERSION	lutris/migrations/__init__.py	/^MIGRATION_VERSION = 4$/;"	v
MIN_SAFE_VERSION	lutris/runners/wine.py	/^MIN_SAFE_VERSION = '3.0'  # Wine installers must run with at least this version$/;"	v
MockInterpreter	tests/test_installer.py	/^class MockInterpreter(ScriptInterpreter):$/;"	c
MultiOrderedDict	lutris/util/fileio.py	/^class MultiOrderedDict(OrderedDict):$/;"	c
NAME	lutris/services/scummvm.py	/^NAME = "ScummVM"$/;"	v
NAME	lutris/services/steam.py	/^NAME = 'Steam'$/;"	v
NAME	lutris/services/winesteam.py	/^NAME = 'Steam for Windows'$/;"	v
NAME	lutris/services/xdg.py	/^NAME = "Desktop games"$/;"	v
NEW_INSTALLER	lutris/gui/dialogs.py	/^    NEW_INSTALLER = 2$/;"	v	class:NoInstallerDialog
NO	lutris/gui/dialogs.py	/^    NO = Gtk.ResponseType.NO$/;"	v	class:QuestionDialog
NoInstallerDialog	lutris/gui/dialogs.py	/^class NoInstallerDialog(Gtk.MessageDialog):$/;"	c
NonInstallableRunnerError	lutris/runners/__init__.py	/^class NonInstallableRunnerError(Exception):$/;"	c
NoticeDialog	lutris/gui/dialogs.py	/^class NoticeDialog(Gtk.MessageDialog):$/;"	c
NumberEntry	lutris/gui/widgets/common.py	/^class NumberEntry(Gtk.Entry, Gtk.Editable):$/;"	c
PGA_DB	lutris/pga.py	/^PGA_DB = settings.PGA_DB$/;"	v
PGA_DB	lutris/settings.py	/^PGA_DB = sio.read_setting('pga_path') or os.path.join(DATA_DIR, 'pga.db')$/;"	v
PREFIXES_PATH	tests/check_prefixes.py	/^PREFIXES_PATH = os.path.expanduser("~\/Games\/wine\/prefixes")$/;"	v
PROJECT	lutris/settings.py	/^PROJECT = "Lutris"$/;"	v
PYBUILD_NAME	debian/rules	/^export PYBUILD_NAME=lutris$/;"	m
PgaSourceDialog	lutris/gui/dialogs.py	/^class PgaSourceDialog(GtkBuilderDialog):$/;"	c
Process	lutris/util/process.py	/^class Process(object):$/;"	c
QuestionDialog	lutris/gui/dialogs.py	/^class QuestionDialog(Gtk.MessageDialog):$/;"	c
RESIDUALVM_CONFIG_FILE	lutris/runners/residualvm.py	/^RESIDUALVM_CONFIG_FILE = os.path.join(os.path.expanduser("~"), ".residualvmrc")$/;"	v
RUNNER_DIR	lutris/settings.py	/^RUNNER_DIR = os.path.join(DATA_DIR, "runners")$/;"	v
RUNTIME_DIR	lutris/settings.py	/^RUNTIME_DIR = os.path.join(DATA_DIR, "runtime")$/;"	v
RUNTIME_DISABLED	lutris/runtime.py	/^RUNTIME_DISABLED = os.environ.get('LUTRIS_RUNTIME', '').lower() in ('0', 'off')$/;"	v
RUNTIME_URL	lutris/settings.py	/^RUNTIME_URL = "https:\/\/lutris.net\/api\/runtime"$/;"	v
Request	lutris/util/http.py	/^class Request(object):$/;"	c
RetroConfig	lutris/util/libretro.py	/^class RetroConfig:$/;"	c
Runner	lutris/runners/runner.py	/^class Runner:$/;"	c
RunnerBox	lutris/gui/config_boxes.py	/^class RunnerBox(ConfigBox):$/;"	c
RunnerConfigDialog	lutris/gui/config_dialogs.py	/^class RunnerConfigDialog(Dialog, GameDialogCommon):$/;"	c
RunnerInstallDialog	lutris/gui/runnerinstalldialog.py	/^class RunnerInstallDialog(Dialog):$/;"	c
RunnerInstallationError	lutris/runners/__init__.py	/^class RunnerInstallationError(Exception):$/;"	c
RunnersDialog	lutris/gui/runnersdialog.py	/^class RunnersDialog(Gtk.Window):$/;"	c
RuntimeUpdateDialog	lutris/gui/dialogs.py	/^class RuntimeUpdateDialog(Gtk.Dialog):$/;"	c
RuntimeUpdater	lutris/runtime.py	/^class RuntimeUpdater:$/;"	c
SCUMMVM_CONFIG_FILE	lutris/services/scummvm.py	/^SCUMMVM_CONFIG_FILE = os.path.join(os.path.expanduser("~\/.config\/scummvm"), "scummvm.ini")$/;"	v
SITE_URL	lutris/settings.py	/^SITE_URL = sio.read_setting("website") or "https:\/\/lutris.net"$/;"	v
SLUG	lutris/gui/sidebar.py	/^SLUG = 1$/;"	v
SNES9X_DIR	lutris/runners/snes9x.py	/^SNES9X_DIR = os.path.join(settings.DATA_DIR, "runners\/snes9x")$/;"	v
STANDARD_CODES	lutris/services/tosec.py	/^STANDARD_CODES = {$/;"	v
STATE_IDLE	lutris/game.py	/^    STATE_IDLE = 'idle'$/;"	v	class:Game
STATE_RUNNING	lutris/game.py	/^    STATE_RUNNING = 'running'$/;"	v	class:Game
STATE_STOPPED	lutris/game.py	/^    STATE_STOPPED = 'stopped'$/;"	v	class:Game
STEAM_INSTALLER_URL	lutris/runners/winesteam.py	/^STEAM_INSTALLER_URL = "http:\/\/lutris.net\/files\/runners\/SteamInstall.msi"$/;"	v
ScriptInterpreter	lutris/installer/interpreter.py	/^class ScriptInterpreter(CommandsMixin):$/;"	c
ScriptingError	lutris/installer/errors.py	/^class ScriptingError(Exception):$/;"	c
ServiceSyncRow	lutris/gui/sync.py	/^class ServiceSyncRow(Gtk.HBox):$/;"	c
SettingsIO	lutris/util/settings.py	/^class SettingsIO(object):$/;"	c
SidebarTreeView	lutris/gui/sidebar.py	/^class SidebarTreeView(Gtk.TreeView):$/;"	c
SlugEntry	lutris/gui/widgets/common.py	/^class SlugEntry(Gtk.Entry, Gtk.Editable):$/;"	c
SteamWatcher	lutris/util/steam.py	/^class SteamWatcher:$/;"	c
SyncServiceDialog	lutris/gui/sync.py	/^class SyncServiceDialog(Gtk.Dialog):$/;"	c
SystemBox	lutris/gui/config_boxes.py	/^class SystemBox(ConfigBox):$/;"	c
SystemConfigDialog	lutris/gui/config_dialogs.py	/^class SystemConfigDialog(Dialog, GameDialogCommon):$/;"	c
TEMP_CONFIG	lutris/config.py	/^TEMP_CONFIG = 'TEMP_CONFIG'$/;"	v
TERMINAL_CANDIDATES	lutris/util/system.py	/^TERMINAL_CANDIDATES = [$/;"	v
TEST_FILE_SIZE	tests/benchmark_download.py	/^TEST_FILE_SIZE = 4582508$/;"	v
TEST_INSTALLER	tests/test_installer.py	/^TEST_INSTALLER = {$/;"	v
TEST_PGA_PATH	tests/test_dialogs.py	/^TEST_PGA_PATH = os.path.join(os.path.dirname(__file__), 'pga.db')$/;"	v
TEST_PGA_PATH	tests/test_pga.py	/^TEST_PGA_PATH = os.path.join(os.path.dirname(__file__), 'pga.db')$/;"	v
TEST_URL	tests/benchmark_download.py	/^TEST_URL = "https:\/\/lutris.net\/releases\/lutris_0.3.0.tar.gz"$/;"	v
TMP_PATH	lutris/settings.py	/^TMP_PATH = os.path.join(CACHE_DIR, 'tmp')$/;"	v
TOSEC	lutris/services/tosec.py	/^class TOSEC:$/;"	c
TYPE	lutris/gui/sidebar.py	/^TYPE = 0$/;"	v
TestDbCreator	tests/test_pga.py	/^class TestDbCreator(DatabaseTester):$/;"	c
TestDllOverrides	tests/test_wine.py	/^class TestDllOverrides(TestCase):$/;"	c
TestEvilConfigParser	tests/test_utils.py	/^class TestEvilConfigParser(TestCase):$/;"	c
TestFileUtils	tests/test_utils.py	/^class TestFileUtils(TestCase):$/;"	c
TestGameDialog	tests/test_dialogs.py	/^class TestGameDialog(TestCase):$/;"	c
TestGameDialogCommon	tests/test_dialogs.py	/^class TestGameDialogCommon(TestCase):$/;"	c
TestInstallerUrls	tests/test_resources.py	/^class TestInstallerUrls(TestCase):$/;"	c
TestMigration	tests/test_pga.py	/^class TestMigration(DatabaseTester):$/;"	c
TestPersonnalGameArchive	tests/test_pga.py	/^class TestPersonnalGameArchive(DatabaseTester):$/;"	c
TestScriptInterpreter	tests/test_installer.py	/^class TestScriptInterpreter(TestCase):$/;"	c
TestSnes9x	tests/test_snes9x.py	/^class TestSnes9x(TestCase):$/;"	c
TestSteamUtils	tests/test_utils.py	/^class TestSteamUtils(TestCase):$/;"	c
TestStringUtils	tests/test_utils.py	/^class TestStringUtils(TestCase):$/;"	c
TestSubstitute	tests/test_utils.py	/^class TestSubstitute(TestCase):$/;"	c
TestUnpackDependencies	tests/test_utils.py	/^class TestUnpackDependencies(TestCase):$/;"	c
TestVersionSort	tests/test_utils.py	/^class TestVersionSort(TestCase):$/;"	c
TestWineRegistry	tests/test_registry.py	/^class TestWineRegistry(TestCase):$/;"	c
TestWineRegistryKey	tests/test_registry.py	/^class TestWineRegistryKey(TestCase):$/;"	c
UNAVAILABLE_GAME_OVERLAY	lutris/gui/widgets/utils.py	/^UNAVAILABLE_GAME_OVERLAY = os.path.join(datapath.get(),$/;"	v
UninstallGameDialog	lutris/gui/uninstallgamedialog.py	/^class UninstallGameDialog(GtkBuilderDialog):$/;"	c
VBox	lutris/gui/widgets/common.py	/^class VBox(Gtk.VBox):$/;"	c
VERSION	Makefile	/^VERSION=`grep "VERSION" lutris\/settings.py | cut -d" " -f 3 | sed 's|"\\(.*\\)"|\\1|'`$/;"	m
VERSION	lutris/settings.py	/^VERSION = "0.4.14"$/;"	v
WARMUP_TIME	lutris/thread.py	/^WARMUP_TIME = 5 * 60$/;"	v
WINE_DIR	lutris/runners/wine.py	/^WINE_DIR = os.path.join(settings.RUNNER_DIR, "wine")$/;"	v
WINE_PATHS	lutris/runners/wine.py	/^WINE_PATHS = {$/;"	v
WindowsFileTime	lutris/util/wineregistry.py	/^class WindowsFileTime:$/;"	c
WinePrefixManager	lutris/util/wineprefix.py	/^class WinePrefixManager:$/;"	c
WineRegistry	lutris/util/wineregistry.py	/^class WineRegistry(object):$/;"	c
WineRegistryKey	lutris/util/wineregistry.py	/^class WineRegistryKey(object):$/;"	c
X360ce	lutris/util/x360ce.py	/^class X360ce():$/;"	c
YES	lutris/gui/dialogs.py	/^    YES = Gtk.ResponseType.YES$/;"	v	class:QuestionDialog
_Child	lutris/gui/gi_composites.py	/^class _Child(object):$/;"	c
_GtkTemplate	lutris/gui/gi_composites.py	/^class _GtkTemplate(object):$/;"	c
__all__	lutris/gui/gi_composites.py	/^__all__ = ['GtkTemplate']$/;"	v
__all__	lutris/platforms.py	/^__all__ = defaultdict(list)$/;"	v
__all__	lutris/runners/__init__.py	/^__all__ = ($/;"	v
__all__	lutris/services/__init__.py	/^__all__ = ['steam', 'winesteam', 'xdg', 'scummvm']$/;"	v
__call__	lutris/gui/gi_composites.py	/^    def __call__(self, cls):$/;"	m	class:_GtkTemplate	file:
__del__	lutris/services/tosec.py	/^    def __del__(self):$/;"	m	class:TOSEC	file:
__enter__	lutris/services/tosec.py	/^    def __enter__(self):$/;"	m	class:TOSEC	file:
__enter__	lutris/util/sql.py	/^    def __enter__(self):$/;"	m	class:db_cursor	file:
__exit__	lutris/services/tosec.py	/^    def __exit__(self, type, value, traceback):$/;"	m	class:TOSEC	file:
__exit__	lutris/util/sql.py	/^    def __exit__(self, type, value, traceback):$/;"	m	class:db_cursor	file:
__getitem__	lutris/util/gamecontrollerdb.py	/^    def __getitem__(self, value):$/;"	m	class:GameControllerDB	file:
__getitem__	lutris/util/libretro.py	/^    def __getitem__(self, key):$/;"	m	class:RetroConfig	file:
__gsignals__	lutris/gui/dialogs.py	/^    __gsignals__ = {$/;"	v	class:ClientLoginDialog
__gsignals__	lutris/gui/flowbox.py	/^    __gsignals__ = {$/;"	v	class:GameFlowBox
__gsignals__	lutris/gui/gameviews.py	/^    __gsignals__ = GameView.__gsignals__$/;"	v	class:GameGridView
__gsignals__	lutris/gui/gameviews.py	/^    __gsignals__ = GameView.__gsignals__$/;"	v	class:GameListView
__gsignals__	lutris/gui/gameviews.py	/^    __gsignals__ = {$/;"	v	class:GameStore
__gsignals__	lutris/gui/gameviews.py	/^    __gsignals__ = {$/;"	v	class:GameView
__gsignals__	lutris/gui/runnersdialog.py	/^    __gsignals__ = {$/;"	v	class:RunnersDialog
__gsignals__	lutris/gui/widgets/common.py	/^    __gsignals__ = {$/;"	v	class:EditableGrid
__gsignals__	lutris/gui/widgets/download_progress.py	/^    __gsignals__ = {$/;"	v	class:DownloadProgressBox
__gtype_name__	lutris/gui/lutriswindow.py	/^    __gtype_name__ = 'LutrisWindow'$/;"	v	class:LutrisWindow
__init__	lutris/config.py	/^    def __init__(self, runner_slug=None, game_config_id=None, level=None):$/;"	m	class:LutrisConfig
__init__	lutris/game.py	/^    def __init__(self, id=None):$/;"	m	class:Game
__init__	lutris/gui/application.py	/^    def __init__(self):$/;"	m	class:Application
__init__	lutris/gui/config_boxes.py	/^    def __init__(self, game=None):$/;"	m	class:ConfigBox
__init__	lutris/gui/config_boxes.py	/^    def __init__(self, lutris_config):$/;"	m	class:RunnerBox
__init__	lutris/gui/config_boxes.py	/^    def __init__(self, lutris_config):$/;"	m	class:SystemBox
__init__	lutris/gui/config_boxes.py	/^    def __init__(self, lutris_config, game):$/;"	m	class:GameBox
__init__	lutris/gui/config_dialogs.py	/^    def __init__(self, parent, game, callback):$/;"	m	class:EditGameConfigDialog
__init__	lutris/gui/config_dialogs.py	/^    def __init__(self, parent, game=None, runner=None, callback=None):$/;"	m	class:AddGameDialog
__init__	lutris/gui/config_dialogs.py	/^    def __init__(self, parent=None):$/;"	m	class:SystemConfigDialog
__init__	lutris/gui/config_dialogs.py	/^    def __init__(self, runner, parent=None):$/;"	m	class:RunnerConfigDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self):$/;"	m	class:PgaSourceDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, game_name):$/;"	m	class:InstallOrPlayDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, message, parent=None):$/;"	m	class:DirectoryDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, message, parent=None):$/;"	m	class:NoticeDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, message, secondary=None, parent=None):$/;"	m	class:ErrorDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, message=None, default_path=None):$/;"	m	class:FileDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, parent):$/;"	m	class:ClientLoginDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, parent=None):$/;"	m	class:NoInstallerDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, parent=None):$/;"	m	class:RuntimeUpdateDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, parent=None, **kwargs):$/;"	m	class:GtkBuilderDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, settings):$/;"	m	class:QuestionDialog
__init__	lutris/gui/dialogs.py	/^    def __init__(self, url=None, dest=None, title=None, label=None,$/;"	m	class:DownloadDialog
__init__	lutris/gui/flowbox.py	/^    def __init__(self, game, parent, icon_type='banner'):$/;"	m	class:GameItem
__init__	lutris/gui/flowbox.py	/^    def __init__(self, game_list, icon_type='banner', filter_installed=False):$/;"	m	class:GameFlowBox
__init__	lutris/gui/gameviews.py	/^    def __init__(self, games, icon_type, filter_installed):$/;"	m	class:GameStore
__init__	lutris/gui/gameviews.py	/^    def __init__(self, main_entries):$/;"	m	class:ContextualMenu
__init__	lutris/gui/gameviews.py	/^    def __init__(self, store):$/;"	m	class:GameGridView
__init__	lutris/gui/gameviews.py	/^    def __init__(self, store):$/;"	m	class:GameListView
__init__	lutris/gui/gi_composites.py	/^    def __init__(self, ui):$/;"	m	class:_GtkTemplate
__init__	lutris/gui/installerwindow.py	/^    def __init__(self, game_slug=None, installer_file=None, revision=None, parent=None):$/;"	m	class:InstallerDialog
__init__	lutris/gui/logwindow.py	/^    def __init__(self, buffer):$/;"	m	class:LogTextView
__init__	lutris/gui/logwindow.py	/^    def __init__(self, title, buffer, parent):$/;"	m	class:LogWindow
__init__	lutris/gui/lutriswindow.py	/^    def __init__(self, application, **kwargs):$/;"	m	class:LutrisWindow
__init__	lutris/gui/runnerinstalldialog.py	/^    def __init__(self, title, parent, runner):$/;"	m	class:RunnerInstallDialog
__init__	lutris/gui/runnersdialog.py	/^    def __init__(self):$/;"	m	class:RunnersDialog
__init__	lutris/gui/sidebar.py	/^    def __init__(self):$/;"	m	class:ContextualMenu
__init__	lutris/gui/sidebar.py	/^    def __init__(self):$/;"	m	class:SidebarTreeView
__init__	lutris/gui/sync.py	/^    def __init__(self, parent=None):$/;"	m	class:SyncServiceDialog
__init__	lutris/gui/sync.py	/^    def __init__(self, service):$/;"	m	class:ServiceSyncRow
__init__	lutris/gui/widgets/cellrenderers.py	/^    def __init__(self, layout):$/;"	m	class:CellRendererButton
__init__	lutris/gui/widgets/cellrenderers.py	/^    def __init__(self, width, *args, **kwargs):$/;"	m	class:GridViewCellRendererText
__init__	lutris/gui/widgets/common.py	/^    def __init__(self):$/;"	m	class:NumberEntry
__init__	lutris/gui/widgets/common.py	/^    def __init__(self):$/;"	m	class:SlugEntry
__init__	lutris/gui/widgets/common.py	/^    def __init__(self):$/;"	m	class:VBox
__init__	lutris/gui/widgets/common.py	/^    def __init__(self, data, columns):$/;"	m	class:EditableGrid
__init__	lutris/gui/widgets/common.py	/^    def __init__(self, message=None):$/;"	m	class:Label
__init__	lutris/gui/widgets/common.py	/^    def __init__(self, title='Select file', action=Gtk.FileChooserAction.OPEN,$/;"	m	class:FileChooserEntry
__init__	lutris/gui/widgets/dialogs.py	/^    def __init__(self, title=None, parent=None, flags=0, buttons=None):$/;"	m	class:Dialog
__init__	lutris/gui/widgets/download_progress.py	/^    def __init__(self, params, cancelable=True, downloader=None):$/;"	m	class:DownloadProgressBox
__init__	lutris/installer/commands.py	/^    def __init__(self):$/;"	m	class:CommandsMixin
__init__	lutris/installer/errors.py	/^    def __init__(self, message, faulty_data=None):$/;"	m	class:ScriptingError
__init__	lutris/installer/interpreter.py	/^    def __init__(self, installer, parent):$/;"	m	class:ScriptInterpreter
__init__	lutris/runners/__init__.py	/^    def __init__(self, message):$/;"	m	class:InvalidRunner
__init__	lutris/runners/__init__.py	/^    def __init__(self, message):$/;"	m	class:NonInstallableRunnerError
__init__	lutris/runners/__init__.py	/^    def __init__(self, message):$/;"	m	class:RunnerInstallationError
__init__	lutris/runners/linux.py	/^    def __init__(self, config=None):$/;"	m	class:linux
__init__	lutris/runners/reicast.py	/^    def __init__(self, config=None):$/;"	m	class:reicast
__init__	lutris/runners/runner.py	/^    def __init__(self, config=None):$/;"	m	class:Runner
__init__	lutris/runners/steam.py	/^    def __init__(self, config=None):$/;"	m	class:steam
__init__	lutris/runners/wine.py	/^    def __init__(self, config=None):$/;"	m	class:wine
__init__	lutris/runners/winesteam.py	/^    def __init__(self, config=None):$/;"	m	class:winesteam
__init__	lutris/services/steam.py	/^    def __init__(self, appmanifest_path):$/;"	m	class:AppManifest
__init__	lutris/services/tosec.py	/^    def __init__(self, directory):$/;"	m	class:TOSEC
__init__	lutris/thread.py	/^    def __init__(self, command, runner=None, env={}, rootpid=None, term=None,$/;"	m	class:LutrisThread
__init__	lutris/util/downloader.py	/^    def __init__(self, url, dest, overwrite=False, referer=None):$/;"	m	class:Downloader
__init__	lutris/util/dxvk.py	/^    def __init__(self, prefix, arch='win64', version=None):$/;"	m	class:DXVKManager
__init__	lutris/util/gamecontrollerdb.py	/^    def __init__(self):$/;"	m	class:GameControllerDB
__init__	lutris/util/gamecontrollerdb.py	/^    def __init__(self, guid, name, mapping):$/;"	m	class:ControllerMapping
__init__	lutris/util/http.py	/^    def __init__(self, url, timeout=30, stop_request=None,$/;"	m	class:Request
__init__	lutris/util/jobs.py	/^    def __init__(self, function, callback=None, *args, **kwargs):$/;"	m	class:AsyncCall
__init__	lutris/util/libretro.py	/^    def __init__(self, config_path):$/;"	m	class:RetroConfig
__init__	lutris/util/process.py	/^    def __init__(self, pid, parent=None):$/;"	m	class:Process
__init__	lutris/util/settings.py	/^    def __init__(self, config_file):$/;"	m	class:SettingsIO
__init__	lutris/util/sql.py	/^    def __init__(self, db_path):$/;"	m	class:db_cursor
__init__	lutris/util/steam.py	/^    def __init__(self, steamapps_paths, callback=None):$/;"	m	class:SteamWatcher
__init__	lutris/util/wineprefix.py	/^    def __init__(self, path):$/;"	m	class:WinePrefixManager
__init__	lutris/util/wineregistry.py	/^    def __init__(self, key_def=None, path=None):$/;"	m	class:WineRegistryKey
__init__	lutris/util/wineregistry.py	/^    def __init__(self, reg_filename=None):$/;"	m	class:WineRegistry
__init__	lutris/util/wineregistry.py	/^    def __init__(self, timestamp=None):$/;"	m	class:WindowsFileTime
__init__	lutris/util/x360ce.py	/^    def __init__(self, path=None):$/;"	m	class:X360ce
__lt__	lutris/runners/runner.py	/^    def __lt__(self, other):$/;"	m	class:Runner	file:
__repr__	lutris/config.py	/^    def __repr__(self):$/;"	m	class:LutrisConfig	file:
__repr__	lutris/game.py	/^    def __repr__(self):$/;"	m	class:Game	file:
__repr__	lutris/installer/errors.py	/^    def __repr__(self):$/;"	m	class:ScriptingError	file:
__repr__	lutris/runners/winesteam.py	/^    def __repr__(self):$/;"	m	class:winesteam	file:
__repr__	lutris/services/steam.py	/^    def __repr__(self):$/;"	m	class:AppManifest	file:
__repr__	lutris/util/process.py	/^    def __repr__(self):$/;"	m	class:Process	file:
__repr__	lutris/util/wineregistry.py	/^    def __repr__(self):$/;"	m	class:WindowsFileTime	file:
__setitem__	lutris/util/fileio.py	/^    def __setitem__(self, key, value):$/;"	m	class:MultiOrderedDict	file:
__setitem__	lutris/util/libretro.py	/^    def __setitem__(self, key, value):$/;"	m	class:RetroConfig	file:
__slots__	lutris/gui/gi_composites.py	/^    __slots__ = []$/;"	v	class:_Child
__str__	lutris/installer/errors.py	/^    def __str__(self):$/;"	m	class:ScriptingError	file:
__str__	lutris/util/gamecontrollerdb.py	/^    def __str__(self):$/;"	m	class:ControllerMapping	file:
__str__	lutris/util/gamecontrollerdb.py	/^    def __str__(self):$/;"	m	class:GameControllerDB	file:
__str__	lutris/util/process.py	/^    def __str__(self):$/;"	m	class:Process	file:
__str__	lutris/util/wineregistry.py	/^    def __str__(self):$/;"	m	class:WineRegistryKey	file:
__ui_path__	lutris/gui/gi_composites.py	/^    __ui_path__ = None$/;"	v	class:_GtkTemplate
__unicode__	lutris/game.py	/^    def __unicode__(self):$/;"	m	class:Game	file:
_add_notebook_tab	lutris/gui/config_dialogs.py	/^    def _add_notebook_tab(self, widget, label):$/;"	m	class:GameDialogCommon
_append_steam_data_to_files	lutris/installer/interpreter.py	/^    def _append_steam_data_to_files(self, runner_class):$/;"	m	class:ScriptInterpreter
_build_game_tab	lutris/gui/config_dialogs.py	/^    def _build_game_tab(self):$/;"	m	class:GameDialogCommon
_build_info_tab	lutris/gui/config_dialogs.py	/^    def _build_info_tab(self):$/;"	m	class:GameDialogCommon
_build_runner_tab	lutris/gui/config_dialogs.py	/^    def _build_runner_tab(self, config_level):$/;"	m	class:GameDialogCommon
_build_system_tab	lutris/gui/config_dialogs.py	/^    def _build_system_tab(self, config_level):$/;"	m	class:GameDialogCommon
_check_binary_dependencies	lutris/installer/interpreter.py	/^    def _check_binary_dependencies(self):$/;"	m	class:ScriptInterpreter
_check_dependency	lutris/installer/interpreter.py	/^    def _check_dependency(self):$/;"	m	class:ScriptInterpreter
_check_required_params	lutris/installer/commands.py	/^    def _check_required_params(self, params, command_data, command_name):$/;"	m	class:CommandsMixin
_connect_func	lutris/gui/gi_composites.py	/^def _connect_func(builder, obj, signal_name, handler_name,$/;"	f
_create_label	lutris/gui/installerwindow.py	/^        def _create_label(text):$/;"	f	function:InstallerDialog.choose_installer
_do_extract	lutris/util/extract.py	/^def _do_extract(archive, dest, opener, mode=None, extractor=None):$/;"	f
_download_file	lutris/installer/interpreter.py	/^    def _download_file(self, game_file):$/;"	m	class:ScriptInterpreter
_download_steam_data	lutris/installer/interpreter.py	/^    def _download_steam_data(self, file_uri, file_id):$/;"	m	class:ScriptInterpreter
_entry_changed	lutris/gui/widgets/common.py	/^    def _entry_changed(self, widget):$/;"	m	class:FileChooserEntry
_escape_text	lutris/gui/installerwindow.py	/^    def _escape_text(text):$/;"	m	class:InstallerDialog
_excepthook	lutris/installer/errors.py	/^_excepthook = sys.excepthook$/;"	v
_fill_store_generator	lutris/gui/flowbox.py	/^    def _fill_store_generator(self, games, step=50):$/;"	m	class:GameFlowBox
_fill_store_generator	lutris/gui/gameviews.py	/^    def _fill_store_generator(self, games, batch=100):$/;"	m	class:GameStore
_find_matching_disc	lutris/installer/commands.py	/^    def _find_matching_disc(self, widget, requires, extra_path=None):$/;"	m	class:CommandsMixin
_finish_install	lutris/installer/interpreter.py	/^    def _finish_install(self):$/;"	m	class:ScriptInterpreter
_get_banner_box	lutris/gui/config_dialogs.py	/^    def _get_banner_box(self):$/;"	m	class:GameDialogCommon
_get_command_name_and_params	lutris/installer/interpreter.py	/^    def _get_command_name_and_params(self, command_data):$/;"	m	class:ScriptInterpreter
_get_current_game_id	lutris/gui/lutriswindow.py	/^    def _get_current_game_id(self):$/;"	m	class:LutrisWindow
_get_file	lutris/installer/commands.py	/^    def _get_file(self, fileid):$/;"	m	class:CommandsMixin
_get_game_launcher	lutris/installer/interpreter.py	/^    def _get_game_launcher(self):$/;"	m	class:ScriptInterpreter
_get_installed_dependency	lutris/installer/interpreter.py	/^    def _get_installed_dependency(self, dependency):$/;"	m	class:ScriptInterpreter
_get_last_content_log	lutris/util/steam.py	/^def _get_last_content_log(steam_data_dir):$/;"	f
_get_last_user_input	lutris/installer/interpreter.py	/^    def _get_last_user_input(self):$/;"	m	class:ScriptInterpreter
_get_move_paths	lutris/installer/commands.py	/^    def _get_move_paths(self, params):$/;"	m	class:CommandsMixin
_get_name_box	lutris/gui/config_dialogs.py	/^    def _get_name_box(self):$/;"	m	class:GameDialogCommon
_get_runner_box	lutris/gui/config_dialogs.py	/^    def _get_runner_box(self):$/;"	m	class:GameDialogCommon
_get_runner_dropdown	lutris/gui/config_dialogs.py	/^    def _get_runner_dropdown(self):$/;"	m	class:GameDialogCommon
_get_runner_liststore	lutris/gui/config_dialogs.py	/^    def _get_runner_liststore():$/;"	m	class:GameDialogCommon
_get_runner_version	lutris/installer/commands.py	/^    def _get_runner_version(self):$/;"	m	class:CommandsMixin
_get_slug_box	lutris/gui/config_dialogs.py	/^    def _get_slug_box(self):$/;"	m	class:GameDialogCommon
_get_steam_game_path	lutris/installer/interpreter.py	/^    def _get_steam_game_path(self, runner_class=None):$/;"	m	class:ScriptInterpreter
_get_steam_runner	lutris/installer/interpreter.py	/^    def _get_steam_runner(self, runner_class=None):$/;"	m	class:ScriptInterpreter
_get_task_runner_and_name	lutris/installer/commands.py	/^    def _get_task_runner_and_name(self, task_name):$/;"	m	class:CommandsMixin
_get_year_box	lutris/gui/config_dialogs.py	/^    def _get_year_box(self):$/;"	m	class:GameDialogCommon
_init_actions	lutris/gui/lutriswindow.py	/^    def _init_actions(self):$/;"	m	class:LutrisWindow
_init_platforms	lutris/platforms.py	/^def _init_platforms():$/;"	f
_init_template	lutris/gui/gi_composites.py	/^def _init_template(self, cls, base_init_template):$/;"	f
_iter_commands	lutris/installer/interpreter.py	/^    def _iter_commands(self, result=None, exception=None):$/;"	m	class:ScriptInterpreter
_iter_dxvk_dlls	lutris/util/dxvk.py	/^    def _iter_dxvk_dlls(self):$/;"	m	class:DXVKManager
_iter_runtimes	lutris/runtime.py	/^    def _iter_runtimes(self):$/;"	m	class:RuntimeUpdater
_killable_process	lutris/installer/commands.py	/^    def _killable_process(self, func, *args, **kwargs):$/;"	m	class:CommandsMixin
_listbox_header_func	lutris/gui/runnersdialog.py	/^    def _listbox_header_func(row, before):$/;"	m	class:RunnersDialog
_map_command	lutris/installer/interpreter.py	/^    def _map_command(self, command_data):$/;"	m	class:ScriptInterpreter
_monitor_steam_game_install	lutris/installer/interpreter.py	/^    def _monitor_steam_game_install(self):$/;"	m	class:ScriptInterpreter
_monitor_task	lutris/installer/commands.py	/^    def _monitor_task(self, thread):$/;"	m	class:CommandsMixin
_on_directory_changed	lutris/util/steam.py	/^    def _on_directory_changed(self, monitor, _file, other_file, event_type):$/;"	m	class:SteamWatcher
_on_input_menu_validated	lutris/installer/commands.py	/^    def _on_input_menu_validated(self, widget, *args):$/;"	m	class:CommandsMixin
_on_steam_game_installed	lutris/installer/interpreter.py	/^    def _on_steam_game_installed(self, *args):$/;"	m	class:ScriptInterpreter
_open_filechooser	lutris/gui/widgets/common.py	/^    def _open_filechooser(self, widget, default_path):$/;"	m	class:FileChooserEntry
_prepare_commands	lutris/installer/interpreter.py	/^    def _prepare_commands(self):$/;"	m	class:ScriptInterpreter
_print	lutris/gui/application.py	/^    def _print(command_line, string):$/;"	m	class:Application
_progress	lutris/gui/widgets/download_progress.py	/^    def _progress(self):$/;"	m	class:DownloadProgressBox
_rebuild_tabs	lutris/gui/config_dialogs.py	/^    def _rebuild_tabs(self):$/;"	m	class:GameDialogCommon
_register_template	lutris/gui/gi_composites.py	/^def _register_template(cls, template_bytes):$/;"	f
_select_file	lutris/gui/widgets/common.py	/^    def _select_file(self, dialog, response):$/;"	m	class:FileChooserEntry
_set_advanced_options_visible	lutris/gui/config_dialogs.py	/^    def _set_advanced_options_visible(self, value):$/;"	m	class:GameDialogCommon
_set_icon_image	lutris/gui/config_dialogs.py	/^    def _set_icon_image(self):$/;"	m	class:GameDialogCommon
_set_image	lutris/gui/config_dialogs.py	/^    def _set_image(self, image_format):$/;"	m	class:GameDialogCommon
_set_text	lutris/gui/widgets/download_progress.py	/^    def _set_text(self, text):$/;"	m	class:DownloadProgressBox
_substitute	lutris/installer/interpreter.py	/^    def _substitute(self, template_string):$/;"	m	class:ScriptInterpreter
_substitute_config	lutris/installer/interpreter.py	/^    def _substitute_config(self, script_config):$/;"	m	class:ScriptInterpreter
_update_runner_dropdown	lutris/gui/config_dialogs.py	/^    def _update_runner_dropdown(self, _widget):$/;"	m	class:GameDialogCommon
_wrapped	tests/benchmark_download.py	/^    def _wrapped(*args, **kwargs):$/;"	f	function:timed
_write_config	lutris/installer/interpreter.py	/^    def _write_config(self):$/;"	m	class:ScriptInterpreter
add_arguments	lutris/gui/application.py	/^    def add_arguments(self):$/;"	m	class:Application
add_button	lutris/gui/installerwindow.py	/^    def add_button(self, label, handler=None):$/;"	m	class:InstallerDialog
add_field	lutris/util/sql.py	/^def add_field(db_path, tablename, field):$/;"	f
add_files_to_treeview	lutris/gui/config_boxes.py	/^    def add_files_to_treeview(self, dialog, option, wrapper):$/;"	m	class:ConfigBox
add_game	lutris/gui/flowbox.py	/^    def add_game(self, game):$/;"	m	class:GameFlowBox
add_game	lutris/gui/gameviews.py	/^    def add_game(self, game):$/;"	m	class:GameStore
add_game	lutris/pga.py	/^def add_game(name, **game_data):$/;"	f
add_game_by_id	lutris/gui/flowbox.py	/^    def add_game_by_id(self, game_id):$/;"	m	class:GameFlowBox
add_game_by_id	lutris/gui/gameviews.py	/^    def add_game_by_id(self, game_id):$/;"	m	class:GameStore
add_game_by_id	lutris/gui/gameviews.py	/^    def add_game_by_id(self, game_id):$/;"	m	class:GameView
add_game_to_view	lutris/gui/lutriswindow.py	/^    def add_game_to_view(self, game_id, async=True):$/;"	m	class:LutrisWindow
add_games_bulk	lutris/pga.py	/^def add_games_bulk(games):$/;"	f
add_menuitems	lutris/gui/gameviews.py	/^    def add_menuitems(self, entries):$/;"	m	class:ContextualMenu
add_menuitems	lutris/gui/sidebar.py	/^    def add_menuitems(self, entries):$/;"	m	class:ContextualMenu
add_meta	lutris/util/wineregistry.py	/^    def add_meta(self, meta_line):$/;"	m	class:WineRegistryKey
add_or_update	lutris/pga.py	/^def add_or_update(**params):$/;"	f
add_platform	lutris/gui/sidebar.py	/^    def add_platform(self, name):$/;"	m	class:SidebarTreeView
add_runner	lutris/gui/sidebar.py	/^    def add_runner(self, slug):$/;"	m	class:SidebarTreeView
add_source	lutris/pga.py	/^def add_source(uri):$/;"	f
add_spinner	lutris/gui/installerwindow.py	/^    def add_spinner(self):$/;"	m	class:InstallerDialog
add_to_last	lutris/util/wineregistry.py	/^    def add_to_last(self, line):$/;"	m	class:WineRegistryKey
add_url_tags	lutris/util/strings.py	/^def add_url_tags(text):$/;"	f
ags	lutris/runners/ags.py	/^class ags(Runner):$/;"	c
app_state	lutris/services/steam.py	/^    def app_state(self):$/;"	m	class:AppManifest
appid	lutris/runners/steam.py	/^    def appid(self):$/;"	m	class:steam
appid	lutris/runners/winesteam.py	/^    def appid(self):$/;"	m	class:winesteam
apply_environment	lutris/thread.py	/^    def apply_environment(self):$/;"	m	class:LutrisThread
ask_for_disc	lutris/gui/installerwindow.py	/^    def ask_for_disc(self, message, callback, requires):$/;"	m	class:InstallerDialog
ask_user_for_file	lutris/gui/installerwindow.py	/^    def ask_user_for_file(self, message):$/;"	m	class:InstallerDialog
async_download	lutris/util/downloader.py	/^    def async_download(self, url, queue, stop_request=None):$/;"	m	class:Downloader
atari800	lutris/runners/atari800.py	/^class atari800(Runner):$/;"	c
attach_logger	lutris/gui/installerwindow.py	/^    def attach_logger(self, thread):$/;"	m	class:InstallerDialog
attach_thread	lutris/thread.py	/^    def attach_thread(self, thread):$/;"	m	class:LutrisThread
author	setup.py	/^    author='Mathieu Comandon',$/;"	v
author_email	setup.py	/^    author_email='strider@strycore.com',$/;"	v
autoscroll	lutris/gui/logwindow.py	/^    def autoscroll(self, *args):$/;"	m	class:LogTextView
backupCount	lutris/util/log.py	/^                                                  backupCount=5)$/;"	v
base_dir	lutris/util/dxvk.py	/^    base_dir = os.path.join(RUNTIME_DIR, 'dxvk')$/;"	v	class:DXVKManager
base_url	lutris/util/dxvk.py	/^    base_url = "https:\/\/github.com\/doitsujin\/dxvk\/releases\/download\/v{}\/dxvk-{}.tar.gz"$/;"	v	class:DXVKManager
beat	lutris/game.py	/^    def beat(self):$/;"	m	class:Game
bios_checksums	lutris/runners/atari800.py	/^    bios_checksums = {$/;"	v	class:atari800
bios_choices	lutris/runners/o2em.py	/^    bios_choices = [$/;"	v	class:o2em
bios_path	lutris/runners/o2em.py	/^    bios_path = os.path.expanduser("~\/.o2em\/bios")$/;"	v	class:o2em
bios_url	lutris/runners/atari800.py	/^    bios_url = ($/;"	v	class:atari800
blurb	lutris/gui/widgets/cellrenderers.py	/^        blurb='what data to render',$/;"	v	class:CellRendererButton
browse_dir	lutris/runners/runner.py	/^    def browse_dir(self):$/;"	m	class:Runner
browse_dir	lutris/runners/steam.py	/^    def browse_dir(self):$/;"	m	class:steam
browse_dir	lutris/runners/winesteam.py	/^    def browse_dir(self):$/;"	m	class:winesteam
browser	lutris/runners/browser.py	/^class browser(Runner):$/;"	c
build_action_area	lutris/gui/config_dialogs.py	/^    def build_action_area(self, button_callback, callback2=None):$/;"	m	class:GameDialogCommon
build_notebook	lutris/gui/config_dialogs.py	/^    def build_notebook(self):$/;"	m	class:GameDialogCommon
build_scrolled_window	lutris/gui/config_dialogs.py	/^    def build_scrolled_window(widget):$/;"	m	class:GameDialogCommon
build_tabs	lutris/gui/config_dialogs.py	/^    def build_tabs(self, config_level):$/;"	m	class:GameDialogCommon
cache_path	lutris/installer/interpreter.py	/^    def cache_path(self):$/;"	m	class:ScriptInterpreter
call_widget_generator	lutris/gui/config_boxes.py	/^    def call_widget_generator(self, option, option_key, value, default):$/;"	m	class:ConfigBox
cancel	lutris/gui/widgets/download_progress.py	/^    def cancel(self, _widget=None):$/;"	m	class:DownloadProgressBox
cancel	lutris/util/downloader.py	/^    def cancel(self):$/;"	m	class:Downloader
cancel_install	lutris/gui/runnerinstalldialog.py	/^    def cancel_install(self, row):$/;"	m	class:RunnerInstallDialog
cancellables	lutris/runtime.py	/^    cancellables = []$/;"	v	class:RuntimeUpdater
change_game_slug	lutris/gui/config_dialogs.py	/^    def change_game_slug(self):$/;"	m	class:GameDialogCommon
change_resolution	lutris/util/display.py	/^def change_resolution(resolution):$/;"	f
check_config	lutris/config.py	/^def check_config(force_wipe=False):$/;"	f
check_download_progress	lutris/runtime.py	/^    def check_download_progress(self, downloader):$/;"	m	class:RuntimeUpdater
check_for_file	lutris/pga.py	/^def check_for_file(game, file_id):$/;"	f
check_joysticks	lutris/util/input.py	/^def check_joysticks():$/;"	f
check_md5	lutris/installer/commands.py	/^    def check_md5(self, data):$/;"	m	class:CommandsMixin
check_progress	lutris/util/downloader.py	/^    def check_progress(self):$/;"	m	class:Downloader
check_registry	tests/check_prefixes.py	/^def check_registry(registry_path):$/;"	f
check_runner_install	lutris/installer/interpreter.py	/^    def check_runner_install(self):$/;"	m	class:ScriptInterpreter
check_shutdown	lutris/runners/steam.py	/^        def check_shutdown(is_running, times=10):$/;"	f	function:steam.prelaunch
check_shutdown	lutris/runners/winesteam.py	/^        def check_shutdown(is_running, times=10):$/;"	f	function:winesteam.prelaunch
check_update	lutris/gui/lutriswindow.py	/^    def check_update():$/;"	m	class:LutrisWindow
checkbox_toggle	lutris/gui/config_boxes.py	/^    def checkbox_toggle(self, widget, option_name):$/;"	m	class:ConfigBox
checksums	lutris/runners/o2em.py	/^    checksums = {$/;"	v	class:o2em
chmodx	lutris/installer/commands.py	/^    def chmodx(self, filename):$/;"	m	class:CommandsMixin
choose_installer	lutris/gui/installerwindow.py	/^    def choose_installer(self):$/;"	m	class:InstallerDialog
citra	lutris/runners/citra.py	/^class citra(Runner):$/;"	c
classifiers	setup.py	/^    classifiers=[$/;"	v
clean_widgets	lutris/gui/installerwindow.py	/^    def clean_widgets(self):$/;"	m	class:InstallerDialog
cleanup	lutris/installer/interpreter.py	/^    def cleanup(self):$/;"	m	class:ScriptInterpreter
clear_key	lutris/util/wineregistry.py	/^    def clear_key(self, path):$/;"	m	class:WineRegistry
clear_registry_key	lutris/util/wineprefix.py	/^    def clear_registry_key(self, key):$/;"	m	class:WinePrefixManager
close	lutris/gui/installerwindow.py	/^    def close(self, _widget):$/;"	m	class:InstallerDialog
cmdline	lutris/util/process.py	/^    def cmdline(self):$/;"	m	class:Process
config_dir	lutris/runners/mame.py	/^    def config_dir(self):$/;"	m	class:mame
configure_joypads	lutris/util/wineprefix.py	/^    def configure_joypads(self):$/;"	m	class:WinePrefixManager
connect	lutris/api.py	/^def connect(username, password):$/;"	f
connect_link	lutris/gui/lutriswindow.py	/^    connect_link = GtkTemplate.Child()$/;"	v	class:LutrisWindow
connect_signals	lutris/gui/gameviews.py	/^    def connect_signals(self):$/;"	m	class:GameView
connect_signals	lutris/gui/lutriswindow.py	/^    def connect_signals(self):$/;"	m	class:LutrisWindow
connection_label	lutris/gui/lutriswindow.py	/^    connection_label = GtkTemplate.Child()$/;"	v	class:LutrisWindow
console	lutris/util/log.py	/^console = logging.StreamHandler()$/;"	v
context_menu_entries	lutris/runners/runner.py	/^    context_menu_entries = []$/;"	v	class:Runner
contextual_menu	lutris/gui/gameviews.py	/^    contextual_menu = None$/;"	v	class:GameView
controller_choices	lutris/runners/o2em.py	/^    controller_choices = [$/;"	v	class:o2em
convert_sdl_key	lutris/util/x360ce.py	/^    def convert_sdl_key(self, sdl_key):$/;"	m	class:X360ce
core_processes	lutris/runners/wine.py	/^    core_processes = ($/;"	v	class:wine
create_desktop_shortcut	lutris/gui/lutriswindow.py	/^    def create_desktop_shortcut(self, *args):$/;"	m	class:LutrisWindow
create_folder	lutris/util/system.py	/^def create_folder(path):$/;"	f
create_launcher	lutris/services/xdg.py	/^def create_launcher(game_slug, game_id, game_name, desktop=False, menu=False):$/;"	f
create_menu_shortcut	lutris/gui/lutriswindow.py	/^    def create_menu_shortcut(self, *args):$/;"	m	class:LutrisWindow
create_prefix	lutris/runners/wine.py	/^def create_prefix(prefix, wine_path=None, arch='win32', overrides={},$/;"	f
create_prefix	lutris/runners/winesteam.py	/^    def create_prefix(self, prefix_dir, arch=None):$/;"	m	class:winesteam
create_prefix	lutris/runners/winesteam.py	/^create_prefix = wine.create_prefix$/;"	v
create_shortcuts	lutris/gui/installerwindow.py	/^    def create_shortcuts(self, *args):$/;"	m	class:InstallerDialog
create_table	lutris/pga.py	/^def create_table(name, schema):$/;"	f
create_table	tests/test_pga.py	/^    def create_table(self):$/;"	m	class:TestMigration
creates_game_folder	lutris/installer/interpreter.py	/^    def creates_game_folder(self):$/;"	m	class:ScriptInterpreter
current_path	lutris/gui/gameviews.py	/^    current_path = None$/;"	v	class:GameView
current_updates	lutris/runtime.py	/^    current_updates = 0$/;"	v	class:RuntimeUpdater
current_view_type	lutris/gui/lutriswindow.py	/^    def current_view_type(self):$/;"	m	class:LutrisWindow
cursor_execute	lutris/util/sql.py	/^def cursor_execute(cursor, query, params=None):$/;"	f
cwd	lutris/util/process.py	/^    def cwd(self):$/;"	m	class:Process
dashrepl	lutris/util/system.py	/^    def dashrepl(matchobj):$/;"	f	function:python_identifier
data_files	setup.py	/^    data_files=data_files,$/;"	v
data_files	setup.py	/^data_files = []$/;"	v
datefromiso	lutris/services/tosec.py	/^def datefromiso(isoformat):$/;"	f
db_cursor	lutris/util/sql.py	/^class db_cursor(object):$/;"	c
db_delete	lutris/util/sql.py	/^def db_delete(db_path, table, field, value):$/;"	f
db_insert	lutris/util/sql.py	/^def db_insert(db_path, table, fields):$/;"	f
db_path	lutris/util/gamecontrollerdb.py	/^    db_path = os.path.join(datapath.get(), 'controllers\/gamecontrollerdb.txt')$/;"	v	class:GameControllerDB
db_query	lutris/util/sql.py	/^def db_query(db_path, query, params=()):$/;"	f
db_select	lutris/util/sql.py	/^def db_select(db_path, table, fields=None, condition=None):$/;"	f
db_update	lutris/util/sql.py	/^def db_update(db_path, table, updated_fields, where):$/;"	f
debug_output	lutris/thread.py	/^    debug_output = True$/;"	v	class:LutrisThread
decompress_gz	lutris/util/extract.py	/^def decompress_gz(file_path, dest_path=None):$/;"	f
default_arch	lutris/runners/winesteam.py	/^    default_arch = 'win64'$/;"	v	class:winesteam
default_config	lutris/runners/runner.py	/^    def default_config(self):$/;"	m	class:Runner
default_controller	lutris/util/x360ce.py	/^    default_controller = OrderedDict([$/;"	v	class:X360ce
default_options	lutris/util/x360ce.py	/^    default_options = OrderedDict([$/;"	v	class:X360ce
default_path	lutris/runners/runner.py	/^    def default_path(self):$/;"	m	class:Runner
delete_game	lutris/pga.py	/^def delete_game(id):$/;"	f
delete_registry_key	lutris/runners/wine.py	/^def delete_registry_key(key, wine_path=None, prefix=None, arch='win32'):$/;"	f
delete_registry_key	lutris/runners/winesteam.py	/^delete_registry_key = wine.delete_registry_key$/;"	v
delete_source	lutris/pga.py	/^def delete_source(uri):$/;"	f
depends_on	lutris/runners/runner.py	/^    depends_on = None$/;"	v	class:Runner
depends_on	lutris/runners/winesteam.py	/^    depends_on = wine.wine$/;"	v	class:winesteam
description	lutris/runners/ags.py	/^    description = "Graphics adventure engine"$/;"	v	class:ags
description	lutris/runners/atari800.py	/^    description = "Atari 400,800 and XL emulator"$/;"	v	class:atari800
description	lutris/runners/atari800.py	/^    description = "Runs Atari 8bit games"$/;"	v	class:atari800
description	lutris/runners/browser.py	/^    description = "Runs browser games"$/;"	v	class:browser
description	lutris/runners/browser.py	/^    description = "Runs games in the browser"$/;"	v	class:browser
description	lutris/runners/citra.py	/^    description = 'Nintendo 3DS emulator'$/;"	v	class:citra
description	lutris/runners/desmume.py	/^    description = 'Nintendo DS emulator'$/;"	v	class:desmume
description	lutris/runners/dgen.py	/^    description = "Sega Genesis emulator"$/;"	v	class:dgen
description	lutris/runners/dolphin.py	/^    description = "Gamecube and Wii emulator"$/;"	v	class:dolphin
description	lutris/runners/dosbox.py	/^    description = "DOS Emulator"$/;"	v	class:dosbox
description	lutris/runners/dosbox.py	/^    description = "MS-Dos emulator"$/;"	v	class:dosbox
description	lutris/runners/frotz.py	/^    description = "Z-code emulator for text adventure games such as Zork."$/;"	v	class:frotz
description	lutris/runners/fsuae.py	/^    description = "Amiga emulator"$/;"	v	class:fsuae
description	lutris/runners/hatari.py	/^    description = "Atari ST computers emulator"$/;"	v	class:hatari
description	lutris/runners/higan.py	/^    description = ("Multi-system emulator including NES, GB(A), PC Engine "$/;"	v	class:higan
description	lutris/runners/jzintv.py	/^    description = "Intellivision Emulator"$/;"	v	class:jzintv
description	lutris/runners/libretro.py	/^    description = "Multi system emulator"$/;"	v	class:libretro
description	lutris/runners/linux.py	/^    description = "Runs native games"$/;"	v	class:linux
description	lutris/runners/mame.py	/^    description = "Arcade game emulator"$/;"	v	class:mame
description	lutris/runners/mednafen.py	/^    description = ("Multi-system emulator including NES, GB(A), PC Engine "$/;"	v	class:mednafen
description	lutris/runners/mess.py	/^    description = "Multi-system (consoles and computers) emulator"$/;"	v	class:mess
description	lutris/runners/mupen64plus.py	/^    description = "Nintendo 64 emulator"$/;"	v	class:mupen64plus
description	lutris/runners/o2em.py	/^    description = "Magnavox Osyssey² Emulator"$/;"	v	class:o2em
description	lutris/runners/openmsx.py	/^    description = "MSX computer emulator"$/;"	v	class:openmsx
description	lutris/runners/osmose.py	/^    description = "Sega Master System Emulator"$/;"	v	class:osmose
description	lutris/runners/pcsx2.py	/^    description = "PlayStation 2 emulator"$/;"	v	class:pcsx2
description	lutris/runners/ppsspp.py	/^    description = "Sony PSP emulator"$/;"	v	class:ppsspp
description	lutris/runners/redream.py	/^    description = "Sega Dreamcast emulator"$/;"	v	class:redream
description	lutris/runners/reicast.py	/^    description = "Sega Dreamcast emulator"$/;"	v	class:reicast
description	lutris/runners/residualvm.py	/^    description = ("Runs various 3D point-and-click adventure games, "$/;"	v	class:residualvm
description	lutris/runners/rpcs3.py	/^    description = "PlayStation 3 emulator"$/;"	v	class:rpcs3
description	lutris/runners/runner.py	/^    def description(self):$/;"	m	class:Runner
description	lutris/runners/runner.py	/^    def description(self, value):$/;"	m	class:Runner
description	lutris/runners/scummvm.py	/^    description = "Runs various 2D point-and-click adventure games."$/;"	v	class:scummvm
description	lutris/runners/snes9x.py	/^    description = "Super Nintendo emulator"$/;"	v	class:snes9x
description	lutris/runners/steam.py	/^    description = "Runs Steam for Linux games"$/;"	v	class:steam
description	lutris/runners/stella.py	/^    description = "Atari 2600 emulator"$/;"	v	class:stella
description	lutris/runners/vice.py	/^    description = "Commodore Emulator"$/;"	v	class:vice
description	lutris/runners/virtualjaguar.py	/^    description = "Atari Jaguar emulator"$/;"	v	class:virtualjaguar
description	lutris/runners/web.py	/^    description = "Runs web based games"$/;"	v	class:web
description	lutris/runners/wine.py	/^    description = "Runs Windows games"$/;"	v	class:wine
description	lutris/runners/winesteam.py	/^    description = "Runs Steam for Windows games"$/;"	v	class:winesteam
description	lutris/runners/zdoom.py	/^    description = "ZDoom DOOM Game Engine"$/;"	v	class:zdoom
description	setup.py	/^    description='Install and play any video game on Linux',$/;"	v
deserialize_value	lutris/util/libretro.py	/^    def deserialize_value(self, value):$/;"	m	class:RetroConfig
desktop_folders	lutris/util/wineprefix.py	/^desktop_folders = ["Desktop", "My Documents", "My Music", "My Videos", "My Pictures"]$/;"	v
desktop_integration	lutris/util/wineprefix.py	/^    def desktop_integration(self, desktop_dir=None):$/;"	m	class:WinePrefixManager
desktop_launcher_exists	lutris/services/xdg.py	/^def desktop_launcher_exists(game_slug, game_id):$/;"	f
desmume	lutris/runners/desmume.py	/^class desmume(Runner):$/;"	c
dest	setup.py	/^    dest = directory[6:]$/;"	v
detect_arch	lutris/runners/wine.py	/^def detect_arch(prefix_path=None, wine_path=None):$/;"	f
detect_prefix_arch	lutris/runners/wine.py	/^def detect_prefix_arch(prefix_path=None):$/;"	f
dgen	lutris/runners/dgen.py	/^class dgen(Runner):$/;"	c
dialog_object	lutris/gui/dialogs.py	/^    dialog_object = "about_dialog"$/;"	v	class:AboutDialog
dialog_object	lutris/gui/dialogs.py	/^    dialog_object = "client_update_dialog"$/;"	v	class:ClientUpdateDialog
dialog_object	lutris/gui/dialogs.py	/^    dialog_object = 'lutris-login'$/;"	v	class:ClientLoginDialog
dialog_object	lutris/gui/dialogs.py	/^    dialog_object = 'pga_dialog'$/;"	v	class:PgaSourceDialog
dialog_object	lutris/gui/uninstallgamedialog.py	/^    dialog_object = 'uninstall-game-dialog'$/;"	v	class:UninstallGameDialog
disable	lutris/util/dxvk.py	/^    def disable(self):$/;"	m	class:DXVKManager
disable_dxvk_dll	lutris/util/dxvk.py	/^    def disable_dxvk_dll(self, system_dir, dxvk_arch, dll):$/;"	m	class:DXVKManager
disconnect	lutris/api.py	/^def disconnect():$/;"	f
do_activate	lutris/gui/application.py	/^    def do_activate(self):$/;"	m	class:Application
do_add_game	lutris/gui/lutriswindow.py	/^        def do_add_game():$/;"	f	function:LutrisWindow.add_game_to_view
do_command_line	lutris/gui/application.py	/^    def do_command_line(self, command_line):$/;"	m	class:Application
do_droid	share/lutris/bin/winetricks	/^do_droid() {$/;"	f
do_get_size	lutris/gui/widgets/cellrenderers.py	/^    def do_get_size(self, widget, cell_area=None):$/;"	m	class:CellRendererButton
do_insert_text	lutris/gui/widgets/common.py	/^    def do_insert_text(self, new_text, length, position):$/;"	m	class:NumberEntry
do_insert_text	lutris/gui/widgets/common.py	/^    def do_insert_text(self, new_text, length, position):$/;"	m	class:SlugEntry
do_play	lutris/game.py	/^    def do_play(self, prelaunched, _error=None):$/;"	m	class:Game
do_remove_game	lutris/gui/lutriswindow.py	/^        def do_remove_game():$/;"	f	function:LutrisWindow.remove_game_from_view
do_render	lutris/gui/widgets/cellrenderers.py	/^    def do_render(self, cr, widget, bg_area, cell_area, flags):$/;"	m	class:CellRendererButton
do_shutdown	lutris/gui/application.py	/^    def do_shutdown(self):$/;"	m	class:Application
do_startup	lutris/gui/application.py	/^    def do_startup(self):$/;"	m	class:Application
dolphin	lutris/runners/dolphin.py	/^class dolphin(Runner):$/;"	c
dosbox	lutris/runners/dosbox.py	/^class dosbox(Runner):$/;"	c
dosexec	lutris/runners/dosbox.py	/^def dosexec(config_file=None, executable=None, args=None, exit=True,$/;"	f
download	lutris/util/dxvk.py	/^    def download(self):$/;"	m	class:DXVKManager
download_and_extract	lutris/runners/runner.py	/^    def download_and_extract(self, url, dest=None, **opts):$/;"	m	class:Runner
download_cancelled	lutris/gui/dialogs.py	/^    def download_cancelled(self, _widget, data):$/;"	m	class:DownloadDialog
download_complete	lutris/gui/dialogs.py	/^    def download_complete(self, _widget, _data):$/;"	m	class:DownloadDialog
download_complete	tests/benchmark_download.py	/^    def download_complete(self, _widget, _data):$/;"	m	class:DownloadDialogBenchmark
download_media	lutris/util/resources.py	/^def download_media(url, dest, overwrite=False):$/;"	f
download_progress	lutris/gui/installerwindow.py	/^    download_progress = None$/;"	v	class:InstallerDialog
download_runtime	lutris/runtime.py	/^    def download_runtime(self, runtime):$/;"	m	class:RuntimeUpdater
dxvk_dlls	lutris/util/dxvk.py	/^    dxvk_dlls = ('dxgi', 'd3d11')$/;"	v	class:DXVKManager
dxvk_path	lutris/util/dxvk.py	/^    def dxvk_path(self):$/;"	m	class:DXVKManager
eject_disc	lutris/runners/wine.py	/^def eject_disc(wine_path, prefix):$/;"	f
eject_wine_disc	lutris/installer/interpreter.py	/^    def eject_wine_disc(self):$/;"	m	class:ScriptInterpreter
enable	lutris/util/dxvk.py	/^    def enable(self):$/;"	m	class:DXVKManager
enable_dxvk_dll	lutris/util/dxvk.py	/^    def enable_dxvk_dll(self, system_dir, dxvk_arch, dll):$/;"	m	class:DXVKManager
entry_changed	lutris/gui/config_boxes.py	/^    def entry_changed(self, entry, option_name):$/;"	m	class:ConfigBox
epoch_delta	lutris/util/wineregistry.py	/^    epoch_delta = 11644473600  # 3600 * 24 * ((1970 - 1601) * 365 + 89)$/;"	v	class:WindowsFileTime
error_handler	lutris/installer/errors.py	/^def error_handler(error_type, value, traceback):$/;"	f
evdev	lutris/util/joypad.py	/^    evdev = None$/;"	v
exec_in_thread	lutris/thread.py	/^def exec_in_thread(command):$/;"	f
execute	lutris/installer/commands.py	/^    def execute(self, data):$/;"	m	class:CommandsMixin
execute	lutris/util/system.py	/^def execute(command, env=None, cwd=None, log_errors=False, quiet=False):$/;"	f
execute_command	lutris/gui/application.py	/^    def execute_command(self, command):$/;"	m	class:Application
execute_command	share/lutris/bin/winetricks	/^execute_command()$/;"	f
execute_process	lutris/thread.py	/^    def execute_process(self, command, env=None):$/;"	m	class:LutrisThread
extract	lutris/gui/runnerinstalldialog.py	/^    def extract(self, src, dst, row):$/;"	m	class:RunnerInstallDialog
extract	lutris/installer/commands.py	/^    def extract(self, data):$/;"	m	class:CommandsMixin
extract	lutris/runners/runner.py	/^    def extract(self, archive=None, dest=None, merge_single=None,$/;"	m	class:Runner
extract_7zip	lutris/util/extract.py	/^def extract_7zip(path, dest, archive_type=None):$/;"	f
extract_archive	lutris/util/extract.py	/^def extract_archive(path, to_directory='.', merge_single=True, extractor=None):$/;"	f
fake_yaml_reader	tests/test_runners.py	/^        def fake_yaml_reader(path):$/;"	f	function:ImportRunnerTest.test_game_config_overrides_all
fake_yaml_reader	tests/test_runners.py	/^        def fake_yaml_reader(path):$/;"	f	function:ImportRunnerTest.test_get_system_config
fake_yaml_reader	tests/test_runners.py	/^        def fake_yaml_reader(path):$/;"	f	function:ImportRunnerTest.test_runner_config_overrides_system_config
fake_yaml_reader	tests/test_runners.py	/^        def fake_yaml_reader(path):$/;"	f	function:ImportRunnerTest.test_system_config_with_no_system_yml
fetch_icons	lutris/util/resources.py	/^def fetch_icons(game_slugs, callback=None):$/;"	f
fetch_script	lutris/installer/interpreter.py	/^def fetch_script(game_slug, revision=None):$/;"	f
field_to_string	lutris/pga.py	/^def field_to_string($/;"	f
file_selected	lutris/installer/interpreter.py	/^    def file_selected(self, file_path):$/;"	m	class:ScriptInterpreter
filename	setup.py	/^            filename = os.path.join(directory, filename)$/;"	v
files	setup.py	/^        files = []$/;"	v
fill_store	lutris/gui/gameviews.py	/^    def fill_store(self, games):$/;"	m	class:GameStore
filter_func	lutris/gui/flowbox.py	/^    def filter_func(self, child):$/;"	m	class:GameFlowBox
filter_rule	lutris/gui/sidebar.py	/^    def filter_rule(self, model, iter, data):$/;"	m	class:SidebarTreeView
filter_view	lutris/gui/gameviews.py	/^    def filter_view(self, model, _iter, filter_data=None):$/;"	m	class:GameStore
find_executable	lutris/util/system.py	/^def find_executable(exec_name, quiet=False):$/;"	f
find_good_bioses	lutris/runners/atari800.py	/^    def find_good_bioses(self, bios_path):$/;"	m	class:atari800
find_joysticks	lutris/runners/mednafen.py	/^    def find_joysticks(self):$/;"	m	class:mednafen
fix_path_case	lutris/util/system.py	/^def fix_path_case(path):$/;"	f
flags	lutris/gui/widgets/cellrenderers.py	/^        flags=(GObject.PARAM_READWRITE | GObject.PARAM_CONSTRUCT))$/;"	v	class:CellRendererButton
fmt	lutris/util/log.py	/^fmt = '%(levelname)-8s %(asctime)s [%(module)s]:%(message)s'$/;"	v
formatter	lutris/util/log.py	/^formatter = logging.Formatter(fmt)$/;"	v
from_hex	lutris/util/wineregistry.py	/^    def from_hex(cls, hexvalue):$/;"	m	class:WindowsFileTime
from_unix_timestamp	lutris/util/wineregistry.py	/^    def from_unix_timestamp(cls, timestamp):$/;"	m	class:WindowsFileTime
frotz	lutris/runners/frotz.py	/^class frotz(Runner):$/;"	c
fsuae	lutris/runners/fsuae.py	/^class fsuae(Runner):$/;"	c
game_config	lutris/runners/runner.py	/^    def game_config(self):$/;"	m	class:Runner
game_config_path	lutris/config.py	/^    def game_config_path(self):$/;"	m	class:LutrisConfig
game_dir	lutris/gui/installerwindow.py	/^    game_dir = None$/;"	v	class:InstallerDialog
game_exe	lutris/runners/linux.py	/^    def game_exe(self):$/;"	m	class:linux
game_exe	lutris/runners/wine.py	/^    def game_exe(self):$/;"	m	class:wine
game_options	lutris/runners/ags.py	/^    game_options = [{$/;"	v	class:ags
game_options	lutris/runners/atari800.py	/^    game_options = [$/;"	v	class:atari800
game_options	lutris/runners/browser.py	/^    game_options = [$/;"	v	class:browser
game_options	lutris/runners/citra.py	/^    game_options = [{$/;"	v	class:citra
game_options	lutris/runners/desmume.py	/^    game_options = [{$/;"	v	class:desmume
game_options	lutris/runners/dgen.py	/^    game_options = [{$/;"	v	class:dgen
game_options	lutris/runners/dolphin.py	/^    game_options = [$/;"	v	class:dolphin
game_options	lutris/runners/dosbox.py	/^    game_options = [$/;"	v	class:dosbox
game_options	lutris/runners/frotz.py	/^    game_options = [$/;"	v	class:frotz
game_options	lutris/runners/fsuae.py	/^    game_options = [$/;"	v	class:fsuae
game_options	lutris/runners/hatari.py	/^    game_options = [$/;"	v	class:hatari
game_options	lutris/runners/higan.py	/^    game_options = [$/;"	v	class:higan
game_options	lutris/runners/jzintv.py	/^    game_options = [{$/;"	v	class:jzintv
game_options	lutris/runners/libretro.py	/^    game_options = [$/;"	v	class:libretro
game_options	lutris/runners/linux.py	/^    game_options = [$/;"	v	class:linux
game_options	lutris/runners/mame.py	/^    game_options = [$/;"	v	class:mame
game_options	lutris/runners/mednafen.py	/^    game_options = [$/;"	v	class:mednafen
game_options	lutris/runners/mess.py	/^    game_options = [$/;"	v	class:mess
game_options	lutris/runners/mupen64plus.py	/^    game_options = [{$/;"	v	class:mupen64plus
game_options	lutris/runners/o2em.py	/^    game_options = [{$/;"	v	class:o2em
game_options	lutris/runners/openmsx.py	/^    game_options = [$/;"	v	class:openmsx
game_options	lutris/runners/osmose.py	/^    game_options = [$/;"	v	class:osmose
game_options	lutris/runners/pcsx2.py	/^    game_options = [$/;"	v	class:pcsx2
game_options	lutris/runners/ppsspp.py	/^    game_options = [$/;"	v	class:ppsspp
game_options	lutris/runners/redream.py	/^    game_options = [$/;"	v	class:redream
game_options	lutris/runners/reicast.py	/^    game_options = [{$/;"	v	class:reicast
game_options	lutris/runners/residualvm.py	/^    game_options = [$/;"	v	class:residualvm
game_options	lutris/runners/rpcs3.py	/^    game_options = [$/;"	v	class:rpcs3
game_options	lutris/runners/runner.py	/^    game_options = []$/;"	v	class:Runner
game_options	lutris/runners/scummvm.py	/^    game_options = [$/;"	v	class:scummvm
game_options	lutris/runners/snes9x.py	/^    game_options = [$/;"	v	class:snes9x
game_options	lutris/runners/steam.py	/^    game_options = [$/;"	v	class:steam
game_options	lutris/runners/stella.py	/^    game_options = [$/;"	v	class:stella
game_options	lutris/runners/vice.py	/^    game_options = [{$/;"	v	class:vice
game_options	lutris/runners/virtualjaguar.py	/^    game_options = [$/;"	v	class:virtualjaguar
game_options	lutris/runners/web.py	/^    game_options = [$/;"	v	class:web
game_options	lutris/runners/wine.py	/^    game_options = [$/;"	v	class:wine
game_options	lutris/runners/winesteam.py	/^    game_options = [$/;"	v	class:winesteam
game_options	lutris/runners/zdoom.py	/^    game_options = [$/;"	v	class:zdoom
game_path	lutris/runners/residualvm.py	/^    def game_path(self):$/;"	m	class:residualvm
game_path	lutris/runners/runner.py	/^    def game_path(self):$/;"	m	class:Runner
game_path	lutris/runners/scummvm.py	/^    def game_path(self):$/;"	m	class:scummvm
game_path	lutris/runners/steam.py	/^    def game_path(self):$/;"	m	class:steam
game_path	lutris/runners/winesteam.py	/^    def game_path(self):$/;"	m	class:winesteam
game_selection_changed	lutris/gui/lutriswindow.py	/^    def game_selection_changed(self, _widget):$/;"	m	class:LutrisWindow
gamecontroller_map	lutris/util/x360ce.py	/^    gamecontroller_map = {$/;"	v	class:X360ce
games_scrollwindow	lutris/gui/lutriswindow.py	/^    games_scrollwindow = GtkTemplate.Child()$/;"	v	class:LutrisWindow
generate_checkbox	lutris/gui/config_boxes.py	/^    def generate_checkbox(self, option, value=None):$/;"	m	class:ConfigBox
generate_combobox	lutris/gui/config_boxes.py	/^    def generate_combobox(self, option_name, choices, label,$/;"	m	class:ConfigBox
generate_directory_chooser	lutris/gui/config_boxes.py	/^    def generate_directory_chooser(self, option_name, label_text, value=None):$/;"	m	class:ConfigBox
generate_editable_grid	lutris/gui/config_boxes.py	/^    def generate_editable_grid(self, option_name, label, value=None):$/;"	m	class:ConfigBox
generate_entry	lutris/gui/config_boxes.py	/^    def generate_entry(self, option_name, label, value=None):$/;"	m	class:ConfigBox
generate_file_chooser	lutris/gui/config_boxes.py	/^    def generate_file_chooser(self, option, path=None):$/;"	m	class:ConfigBox
generate_label	lutris/gui/config_boxes.py	/^    def generate_label(self, text):$/;"	m	class:ConfigBox
generate_multiple_file_chooser	lutris/gui/config_boxes.py	/^    def generate_multiple_file_chooser(self, option_name, label, value=None):$/;"	m	class:ConfigBox
generate_range	lutris/gui/config_boxes.py	/^    def generate_range(self, option_name, min_val, max_val, label, value=None):$/;"	m	class:ConfigBox
generate_top_info_box	lutris/gui/config_boxes.py	/^    def generate_top_info_box(self, text):$/;"	m	class:ConfigBox
generate_widgets	lutris/gui/config_boxes.py	/^    def generate_widgets(self, config_section):$/;"	m	class:ConfigBox
get	lutris/util/datapath.py	/^def get():$/;"	f
get	lutris/util/http.py	/^    def get(self, data=None):$/;"	m	class:Request
get_all_pids	lutris/util/system.py	/^def get_all_pids():$/;"	f
get_app_log	lutris/util/steam.py	/^def get_app_log(steam_data_dir, appid, start_time=None):$/;"	f
get_app_state_log	lutris/util/steam.py	/^def get_app_state_log(steam_data_dir, appid, start_time=None):$/;"	f
get_appid_list	lutris/runners/winesteam.py	/^    def get_appid_list(self):$/;"	m	class:winesteam
get_appmanifest_from_appid	lutris/services/steam.py	/^def get_appmanifest_from_appid(steamapps_path, appid):$/;"	f
get_appmanifests	lutris/services/steam.py	/^def get_appmanifests(steamapps_path):$/;"	f
get_arch	lutris/runners/runner.py	/^def get_arch():$/;"	f
get_average_time_left	lutris/util/downloader.py	/^    def get_average_time_left(self):$/;"	m	class:Downloader
get_banner_path	lutris/util/datapath.py	/^def get_banner_path(slug):$/;"	f
get_browse_dir	lutris/game.py	/^    def get_browse_dir(self):$/;"	m	class:Game
get_buttons	tests/test_dialogs.py	/^    def get_buttons(self):$/;"	m	class:TestGameDialog
get_child	lutris/gui/flowbox.py	/^    def get_child(self, game_item):$/;"	m	class:GameFlowBox
get_children	lutris/util/process.py	/^    def get_children(self):$/;"	m	class:Process
get_children_pids_of_thread	lutris/util/process.py	/^    def get_children_pids_of_thread(self, tid):$/;"	m	class:Process
get_command	lutris/runners/scummvm.py	/^    def get_command(self):$/;"	m	class:scummvm
get_command_line	lutris/util/system.py	/^def get_command_line(pid):$/;"	f
get_config_file	lutris/runners/libretro.py	/^    def get_config_file(self):$/;"	m	class:libretro
get_config_id	lutris/gui/config_dialogs.py	/^    def get_config_id(self):$/;"	m	class:AddGameDialog
get_controller_mappings	lutris/util/joypad.py	/^def get_controller_mappings():$/;"	f
get_core_choices	lutris/runners/libretro.py	/^def get_core_choices():$/;"	f
get_core_path	lutris/runners/libretro.py	/^    def get_core_path(self, core):$/;"	m	class:libretro
get_created_at	lutris/runtime.py	/^    def get_created_at(self, name):$/;"	m	class:RuntimeUpdater
get_credentials	lutris/gui/dialogs.py	/^    def get_credentials(self):$/;"	m	class:ClientLoginDialog
get_current_resolution	lutris/util/display.py	/^def get_current_resolution(monitor=0):$/;"	f
get_data	lutris/gui/widgets/common.py	/^    def get_data(self):$/;"	m	class:EditableGrid
get_default_acf	lutris/util/steam.py	/^def get_default_acf(appid, name):$/;"	f
get_default_assets_directory	lutris/runners/libretro.py	/^def get_default_assets_directory():$/;"	f
get_default_config_path	lutris/runners/libretro.py	/^def get_default_config_path():$/;"	f
get_default_cores_directory	lutris/runners/libretro.py	/^def get_default_cores_directory():$/;"	f
get_default_info_directory	lutris/runners/libretro.py	/^def get_default_info_directory():$/;"	f
get_default_prefix	lutris/runners/winesteam.py	/^    def get_default_prefix(self, arch=None):$/;"	m	class:winesteam
get_default_steamapps_path	lutris/runners/steam.py	/^    def get_default_steamapps_path(self):$/;"	m	class:steam
get_default_steamapps_path	lutris/runners/winesteam.py	/^    def get_default_steamapps_path(self):$/;"	m	class:winesteam
get_default_target	lutris/installer/interpreter.py	/^    def get_default_target(self):$/;"	m	class:ScriptInterpreter
get_default_terminal	lutris/util/system.py	/^def get_default_terminal():$/;"	f
get_default_version	lutris/runners/wine.py	/^def get_default_version():$/;"	f
get_defaults	lutris/config.py	/^    def get_defaults(self, options_type):$/;"	m	class:LutrisConfig
get_dest_path	lutris/gui/runnerinstalldialog.py	/^    def get_dest_path(self, row):$/;"	m	class:RunnerInstallDialog
get_devices	lutris/util/joypad.py	/^def get_devices():$/;"	f
get_displays	lutris/sysoptions.py	/^def get_displays():$/;"	f
get_dll_overrides	lutris/runners/wine.py	/^    def get_dll_overrides(self):$/;"	m	class:wine
get_dri_prime	lutris/sysoptions.py	/^def get_dri_prime():$/;"	f
get_env	lutris/runners/runner.py	/^    def get_env(self, os_env=False):$/;"	m	class:Runner
get_env	lutris/runners/steam.py	/^    def get_env(self):$/;"	m	class:steam
get_env	lutris/runners/web.py	/^    def get_env(self, os_env=True):$/;"	m	class:web
get_env	lutris/runners/wine.py	/^    def get_env(self, os_env=True):$/;"	m	class:wine
get_env	lutris/runtime.py	/^def get_env():$/;"	f
get_executable	lutris/runners/browser.py	/^    def get_executable(self):$/;"	m	class:browser
get_executable	lutris/runners/runner.py	/^    def get_executable(self):$/;"	m	class:Runner
get_executable	lutris/runners/steam.py	/^    def get_executable(self):$/;"	m	class:steam
get_executable	lutris/runners/vice.py	/^    def get_executable(self, machine=None):$/;"	m	class:vice
get_executable	lutris/runners/wine.py	/^    def get_executable(self, version=None, fallback=True):$/;"	m	class:wine
get_executable	lutris/runners/zdoom.py	/^    def get_executable(self):$/;"	m	class:zdoom
get_game_box	tests/test_dialogs.py	/^    def get_game_box(self):$/;"	m	class:TestGameDialog
get_game_by_field	lutris/pga.py	/^def get_game_by_field(value, field='slug'):$/;"	f
get_game_ids	lutris/pga.py	/^def get_game_ids():$/;"	f
get_game_list	lutris/runners/residualvm.py	/^    def get_game_list(self):$/;"	m	class:residualvm
get_game_list	lutris/runners/scummvm.py	/^    def get_game_list(self):$/;"	m	class:scummvm
get_game_path_from_appid	lutris/runners/steam.py	/^    def get_game_path_from_appid(self, appid):$/;"	m	class:steam
get_game_path_from_appid	lutris/runners/winesteam.py	/^    def get_game_path_from_appid(self, appid):$/;"	m	class:winesteam
get_game_title	lutris/services/tosec.py	/^    def get_game_title(self, rom):$/;"	m	class:TOSEC
get_games	lutris/api.py	/^def get_games(game_slugs=None, page=1):$/;"	f
get_games	lutris/pga.py	/^def get_games(name_filter=None, filter_installed=False, filter_runner=None, select='*'):$/;"	f
get_games	lutris/services/xdg.py	/^def get_games():$/;"	f
get_games_from_words	lutris/services/tosec.py	/^def get_games_from_words(words):$/;"	f
get_games_where	lutris/pga.py	/^def get_games_where(**conditions):$/;"	f
get_icon_path	lutris/util/datapath.py	/^def get_icon_path(slug):$/;"	f
get_icon_path	lutris/util/resources.py	/^def get_icon_path(game, icon_type):$/;"	f
get_ids	lutris/gui/gameviews.py	/^    def get_ids(self):$/;"	m	class:GameStore
get_image	lutris/gui/flowbox.py	/^    def get_image(self):$/;"	m	class:GameItem
get_install_path	lutris/services/steam.py	/^    def get_install_path(self):$/;"	m	class:AppManifest
get_installed	lutris/runners/__init__.py	/^def get_installed(sort=True):$/;"	f
get_joydevs	lutris/runners/vice.py	/^    def get_joydevs(self, machine):$/;"	m	class:vice
get_joypads	lutris/runners/reicast.py	/^    def get_joypads(self):$/;"	m	class:reicast
get_joypads	lutris/util/joypad.py	/^def get_joypads():$/;"	f
get_key_path	lutris/util/wineprefix.py	/^    def get_key_path(self, key):$/;"	m	class:WinePrefixManager
get_label	lutris/gui/flowbox.py	/^    def get_label(self):$/;"	m	class:GameItem
get_launcher_path	lutris/services/xdg.py	/^def get_launcher_path(game_slug, game_id):$/;"	f
get_library	lutris/api.py	/^def get_library():$/;"	f
get_lutris_action	lutris/gui/application.py	/^    def get_lutris_action(self, url):$/;"	m	class:Application
get_md5_hash	lutris/util/system.py	/^def get_md5_hash(filename):$/;"	f
get_menu_launcher_path	lutris/services/xdg.py	/^def get_menu_launcher_path(game_slug, game_id):$/;"	f
get_meta	lutris/util/wineregistry.py	/^    def get_meta(self, name):$/;"	m	class:WineRegistryKey
get_migration_module	lutris/migrations/__init__.py	/^def get_migration_module(migration_name):$/;"	f
get_mounted_discs	lutris/util/disks.py	/^def get_mounted_discs():$/;"	f
get_notebook	tests/test_dialogs.py	/^    def get_notebook(self):$/;"	m	class:TestGameDialog
get_open_command	lutris/runners/winesteam.py	/^    def get_open_command(self, registry):$/;"	m	class:winesteam
get_option_prefix	lutris/runners/vice.py	/^    def get_option_prefix(self, machine):$/;"	m	class:vice
get_or_create_default_prefix	lutris/runners/winesteam.py	/^    def get_or_create_default_prefix(self, arch=None):$/;"	m	class:winesteam
get_output_choices	lutris/sysoptions.py	/^def get_output_choices():$/;"	f
get_output_list	lutris/sysoptions.py	/^def get_output_list():$/;"	f
get_output_names	lutris/util/display.py	/^def get_output_names():$/;"	f
get_outputs	lutris/util/display.py	/^def get_outputs():$/;"	f
get_overlay	lutris/gui/widgets/utils.py	/^def get_overlay(size):$/;"	f
get_overrides_env	lutris/runners/wine.py	/^def get_overrides_env(overrides):$/;"	f
get_params	lutris/runners/fsuae.py	/^    def get_params(self):$/;"	m	class:fsuae
get_path_for_version	lutris/runners/wine.py	/^    def get_path_for_version(self, version):$/;"	m	class:wine
get_path_from_appmanifest	lutris/services/steam.py	/^def get_path_from_appmanifest(steamapps_path, appid):$/;"	f
get_paths	lutris/runtime.py	/^def get_paths():$/;"	f
get_pid	lutris/util/system.py	/^def get_pid(program, multiple=False):$/;"	f
get_pids	lutris/runners/wine.py	/^    def get_pids(self, wine_path=None):$/;"	m	class:wine
get_pids_using_file	lutris/util/system.py	/^def get_pids_using_file(path):$/;"	f
get_pixbuf	lutris/gui/widgets/utils.py	/^def get_pixbuf(image, default_image, size):$/;"	f
get_pixbuf_for_game	lutris/gui/widgets/utils.py	/^def get_pixbuf_for_game(game_slug, icon_type, is_installed=True):$/;"	f
get_platform	lutris/runners/dolphin.py	/^    def get_platform(self):$/;"	m	class:dolphin
get_platform	lutris/runners/fsuae.py	/^    def get_platform(self):$/;"	m	class:fsuae
get_platform	lutris/runners/libretro.py	/^    def get_platform(self):$/;"	m	class:libretro
get_platform	lutris/runners/mednafen.py	/^    def get_platform(self):$/;"	m	class:mednafen
get_platform	lutris/runners/mess.py	/^    def get_platform(self):$/;"	m	class:mess
get_platform	lutris/runners/o2em.py	/^    def get_platform(self):$/;"	m	class:o2em
get_platform	lutris/runners/runner.py	/^    def get_platform(self):$/;"	m	class:Runner
get_platform	lutris/runners/vice.py	/^    def get_platform(self):$/;"	m	class:vice
get_platform	lutris/services/steam.py	/^    def get_platform(self):$/;"	m	class:AppManifest
get_processes	lutris/thread.py	/^    def get_processes(self):$/;"	m	class:LutrisThread
get_progress	lutris/gui/runnerinstalldialog.py	/^    def get_progress(self, downloader, row):$/;"	m	class:RunnerInstallDialog
get_providers	lutris/util/display.py	/^def get_providers():$/;"	f
get_raw_registry	lutris/util/wineregistry.py	/^    def get_raw_registry(self, reg_filename):$/;"	m	class:WineRegistry
get_real_executable	lutris/runners/wine.py	/^def get_real_executable(windows_executable, working_dir=None):$/;"	f
get_registries	tests/check_prefixes.py	/^def get_registries():$/;"	f
get_registry_path	lutris/util/wineprefix.py	/^    def get_registry_path(self, key):$/;"	m	class:WinePrefixManager
get_relative_exe	lutris/runners/linux.py	/^    def get_relative_exe(self):$/;"	m	class:linux
get_residualvm_data_dir	lutris/runners/residualvm.py	/^    def get_residualvm_data_dir(self):$/;"	m	class:residualvm
get_resolution_choices	lutris/sysoptions.py	/^def get_resolution_choices():$/;"	f
get_resolutions	lutris/runners/atari800.py	/^    def get_resolutions():$/;"	m	class:atari800
get_resolutions	lutris/util/display.py	/^def get_resolutions():$/;"	f
get_rom_args	lutris/runners/vice.py	/^    def get_rom_args(self, machine, rom):$/;"	m	class:vice
get_rom_id	lutris/services/tosec.py	/^    def get_rom_id(self, rom):$/;"	m	class:TOSEC
get_roms_path	lutris/runners/vice.py	/^    def get_roms_path(self, machine=None):$/;"	m	class:vice
get_row_by_id	lutris/gui/gameviews.py	/^    def get_row_by_id(self, game_id, filtered=False):$/;"	m	class:GameView
get_run_data	lutris/runners/libretro.py	/^    def get_run_data(self):$/;"	m	class:libretro
get_run_data	lutris/runners/runner.py	/^    def get_run_data(self):$/;"	m	class:Runner
get_run_data	lutris/runners/scummvm.py	/^    def get_run_data(self):$/;"	m	class:scummvm
get_run_data	lutris/runners/steam.py	/^    def get_run_data(self):$/;"	m	class:steam
get_run_data	lutris/runners/winesteam.py	/^    def get_run_data(self):$/;"	m	class:winesteam
get_runner_class	lutris/installer/interpreter.py	/^    def get_runner_class(self, runner_name):$/;"	m	class:ScriptInterpreter
get_runner_hbox	lutris/gui/runnersdialog.py	/^    def get_runner_hbox(self, runner_name):$/;"	m	class:RunnersDialog
get_runner_icon	lutris/gui/widgets/utils.py	/^def get_runner_icon(runner_name, format='image', size=None):$/;"	f
get_runner_info	lutris/runners/runner.py	/^    def get_runner_info(self, version=None):$/;"	m	class:Runner
get_runner_module	lutris/runners/__init__.py	/^def get_runner_module(runner_name):$/;"	f
get_runner_name	lutris/services/steam.py	/^    def get_runner_name(self):$/;"	m	class:AppManifest
get_runner_options	lutris/runners/runner.py	/^    def get_runner_options(self):$/;"	m	class:Runner
get_runner_parameters	lutris/runners/libretro.py	/^    def get_runner_parameters(self):$/;"	m	class:libretro
get_runner_path	lutris/gui/runnerinstalldialog.py	/^    def get_runner_path(self, version, arch):$/;"	m	class:RunnerInstallDialog
get_runners	lutris/api.py	/^def get_runners(runner_name):$/;"	f
get_schema	lutris/pga.py	/^def get_schema(tablename):$/;"	f
get_scripts	lutris/gui/installerwindow.py	/^    def get_scripts(self):$/;"	m	class:InstallerDialog
get_scummvm_data_dir	lutris/runners/scummvm.py	/^    def get_scummvm_data_dir(self):$/;"	m	class:scummvm
get_scummvm_games	lutris/services/scummvm.py	/^def get_scummvm_games():$/;"	f
get_sdl_identifier	lutris/util/joypad.py	/^def get_sdl_identifier(device_info):$/;"	f
get_selected_filter	lutris/gui/sidebar.py	/^    def get_selected_filter(self):$/;"	m	class:SidebarTreeView
get_selected_game	lutris/gui/gameviews.py	/^    def get_selected_game(self):$/;"	m	class:GameGridView
get_selected_game	lutris/gui/gameviews.py	/^    def get_selected_game(self):$/;"	m	class:GameListView
get_services	lutris/services/__init__.py	/^def get_services():$/;"	f
get_services_synced_at_startup	lutris/services/__init__.py	/^def get_services_synced_at_startup():$/;"	f
get_speed	lutris/util/downloader.py	/^    def get_speed(self):$/;"	m	class:Downloader
get_stat	lutris/util/process.py	/^    def get_stat(self, parsed=True):$/;"	m	class:Process
get_stats	lutris/util/downloader.py	/^    def get_stats(self, downloaded_size, full_size):$/;"	m	class:Downloader
get_steam_config	lutris/runners/steam.py	/^    def get_steam_config(self):$/;"	m	class:steam
get_steam_config	lutris/runners/winesteam.py	/^    def get_steam_config(self):$/;"	m	class:winesteam
get_steam_installer_dest	lutris/runners/winesteam.py	/^def get_steam_installer_dest():$/;"	f
get_steam_path	lutris/runners/winesteam.py	/^    def get_steam_path(self, prefix=None):$/;"	m	class:winesteam
get_steam_pid	lutris/runners/steam.py	/^def get_steam_pid():$/;"	f
get_steamapps_dirs	lutris/runners/steam.py	/^    def get_steamapps_dirs(self):$/;"	m	class:steam
get_steamapps_dirs	lutris/runners/winesteam.py	/^    def get_steamapps_dirs(self):$/;"	m	class:winesteam
get_steamapps_paths	lutris/services/steam.py	/^def get_steamapps_paths(flat=False, platform=None):$/;"	f
get_steamapps_paths_for_platform	lutris/services/steam.py	/^def get_steamapps_paths_for_platform(platform_name):$/;"	f
get_store	lutris/gui/runnerinstalldialog.py	/^    def get_store(self):$/;"	m	class:RunnerInstallDialog
get_subkey	lutris/util/wineregistry.py	/^    def get_subkey(self, name):$/;"	m	class:WineRegistryKey
get_system_directory	lutris/runners/libretro.py	/^    def get_system_directory(self, retro_config):$/;"	m	class:libretro
get_system_wine_version	lutris/runners/wine.py	/^def get_system_wine_version(wine_path="wine"):$/;"	f
get_terminal_apps	lutris/util/system.py	/^def get_terminal_apps():$/;"	f
get_text	lutris/gui/widgets/common.py	/^    def get_text(self):$/;"	m	class:FileChooserEntry
get_thread_ids	lutris/util/process.py	/^    def get_thread_ids(self):$/;"	m	class:Process
get_treeview	lutris/gui/runnerinstalldialog.py	/^    def get_treeview(self, model):$/;"	m	class:RunnerInstallDialog
get_unique_resolutions	lutris/util/display.py	/^def get_unique_resolutions():$/;"	f
get_unix_path	lutris/util/wineregistry.py	/^    def get_unix_path(self, windows_path):$/;"	m	class:WineRegistry
get_used_platforms	lutris/pga.py	/^def get_used_platforms():$/;"	f
get_used_runners	lutris/pga.py	/^def get_used_runners():$/;"	f
get_version	lutris/runners/libretro.py	/^    def get_version(self, use_default=True):$/;"	m	class:libretro
get_version	lutris/runners/wine.py	/^    def get_version(self, use_default=True):$/;"	m	class:wine
get_versions	lutris/gui/runnerinstalldialog.py	/^    def get_versions(self):$/;"	m	class:RunnerInstallDialog
get_vidmodes	lutris/util/display.py	/^def get_vidmodes():$/;"	f
get_view	lutris/gui/lutriswindow.py	/^    def get_view(self, view_type):$/;"	m	class:LutrisWindow
get_view_type	lutris/gui/lutriswindow.py	/^    def get_view_type():$/;"	m	class:LutrisWindow
get_viewport	tests/test_dialogs.py	/^    def get_viewport(self, index):$/;"	m	class:TestGameDialog
get_wine_version_choices	lutris/runners/wine.py	/^        def get_wine_version_choices():$/;"	f	function:wine.__init__
get_wine_version_exe	lutris/runners/wine.py	/^def get_wine_version_exe(version):$/;"	f
get_wine_versions	lutris/runners/wine.py	/^def get_wine_versions():$/;"	f
get_xdg_basename	lutris/services/xdg.py	/^def get_xdg_basename(game_slug, game_id, legacy=False):$/;"	f
get_xrandr_version	lutris/util/display.py	/^def get_xrandr_version():$/;"	f
glade_file	lutris/gui/dialogs.py	/^    glade_file = 'about-dialog.ui'$/;"	v	class:AboutDialog
glade_file	lutris/gui/dialogs.py	/^    glade_file = 'dialog-client-update.ui'$/;"	v	class:ClientUpdateDialog
glade_file	lutris/gui/dialogs.py	/^    glade_file = 'dialog-lutris-login.ui'$/;"	v	class:ClientLoginDialog
glade_file	lutris/gui/dialogs.py	/^    glade_file = 'dialog-pga-sources.ui'$/;"	v	class:PgaSourceDialog
glade_file	lutris/gui/uninstallgamedialog.py	/^    glade_file = 'dialog-uninstall-game.ui'$/;"	v	class:UninstallGameDialog
handle_key_press	lutris/gui/flowbox.py	/^    def handle_key_press(self, widget, event):$/;"	m	class:GameFlowBox
handle_key_press	lutris/gui/gameviews.py	/^    def handle_key_press(self, widget, event):$/;"	m	class:GameView
has_game_id	lutris/gui/flowbox.py	/^    def has_game_id(self, game_id):$/;"	m	class:GameFlowBox
has_game_id	lutris/gui/gameviews.py	/^    def has_game_id(self, game_id):$/;"	m	class:GameView
has_icon	lutris/util/resources.py	/^def has_icon(game, icon_type):$/;"	f
hatari	lutris/runners/hatari.py	/^class hatari(Runner):$/;"	c
helper_d3dx9_xx	share/lutris/bin/winetricks	/^helper_d3dx9_xx()$/;"	f
helper_directx_Jun2010	share/lutris/bin/winetricks	/^helper_directx_Jun2010()$/;"	f
helper_directx_dl	share/lutris/bin/winetricks	/^helper_directx_dl()$/;"	f
helper_vb6sp6	share/lutris/bin/winetricks	/^helper_vb6sp6()$/;"	f
helper_win2ksp4	share/lutris/bin/winetricks	/^helper_win2ksp4()$/;"	f
helper_win7sp1	share/lutris/bin/winetricks	/^helper_win7sp1()$/;"	f
helper_win7sp1_x64	share/lutris/bin/winetricks	/^helper_win7sp1_x64()$/;"	f
helper_winxpsp3	share/lutris/bin/winetricks	/^helper_winxpsp3()$/;"	f
higan	lutris/runners/higan.py	/^class higan(Runner):$/;"	c
hkcu_prefix	lutris/util/wineprefix.py	/^    hkcu_prefix = "HKEY_CURRENT_USER"$/;"	v	class:WinePrefixManager
human_name	lutris/runners/ags.py	/^    human_name = "Adventure Game Studio"$/;"	v	class:ags
human_name	lutris/runners/atari800.py	/^    human_name = "Atari800"$/;"	v	class:atari800
human_name	lutris/runners/browser.py	/^    human_name = "Browser"$/;"	v	class:browser
human_name	lutris/runners/citra.py	/^    human_name = "Citra"$/;"	v	class:citra
human_name	lutris/runners/desmume.py	/^    human_name = "DeSmuME"$/;"	v	class:desmume
human_name	lutris/runners/dgen.py	/^    human_name = "DGen"$/;"	v	class:dgen
human_name	lutris/runners/dolphin.py	/^    human_name = "Dolphin"$/;"	v	class:dolphin
human_name	lutris/runners/dosbox.py	/^    human_name = "DOSBox"$/;"	v	class:dosbox
human_name	lutris/runners/frotz.py	/^    human_name = "Frotz"$/;"	v	class:frotz
human_name	lutris/runners/fsuae.py	/^    human_name = "FS-UAE"$/;"	v	class:fsuae
human_name	lutris/runners/hatari.py	/^    human_name = "Hatari"$/;"	v	class:hatari
human_name	lutris/runners/higan.py	/^    human_name = "higan"$/;"	v	class:higan
human_name	lutris/runners/jzintv.py	/^    human_name = "jzIntv"$/;"	v	class:jzintv
human_name	lutris/runners/libretro.py	/^    human_name = "Libretro"$/;"	v	class:libretro
human_name	lutris/runners/linux.py	/^    human_name = "Linux"$/;"	v	class:linux
human_name	lutris/runners/mame.py	/^    human_name = "MAME"$/;"	v	class:mame
human_name	lutris/runners/mednafen.py	/^    human_name = "Mednafen"$/;"	v	class:mednafen
human_name	lutris/runners/mess.py	/^    human_name = "MESS"$/;"	v	class:mess
human_name	lutris/runners/mupen64plus.py	/^    human_name = "Mupen64Plus"$/;"	v	class:mupen64plus
human_name	lutris/runners/o2em.py	/^    human_name = "O2EM"$/;"	v	class:o2em
human_name	lutris/runners/openmsx.py	/^    human_name = "openMSX"$/;"	v	class:openmsx
human_name	lutris/runners/osmose.py	/^    human_name = "Osmose"$/;"	v	class:osmose
human_name	lutris/runners/pcsx2.py	/^    human_name = "PCSX2"$/;"	v	class:pcsx2
human_name	lutris/runners/ppsspp.py	/^    human_name = "PPSSPP"$/;"	v	class:ppsspp
human_name	lutris/runners/redream.py	/^    human_name = "Redream"$/;"	v	class:redream
human_name	lutris/runners/reicast.py	/^    human_name = "Reicast"$/;"	v	class:reicast
human_name	lutris/runners/residualvm.py	/^    human_name = "ResidualVM"$/;"	v	class:residualvm
human_name	lutris/runners/rpcs3.py	/^    human_name = "rpcs3"$/;"	v	class:rpcs3
human_name	lutris/runners/scummvm.py	/^    human_name = "ScummVM"$/;"	v	class:scummvm
human_name	lutris/runners/snes9x.py	/^    human_name = "Snes9x"$/;"	v	class:snes9x
human_name	lutris/runners/steam.py	/^    human_name = "Steam"$/;"	v	class:steam
human_name	lutris/runners/stella.py	/^    human_name = "Stella"$/;"	v	class:stella
human_name	lutris/runners/vice.py	/^    human_name = "Vice"$/;"	v	class:vice
human_name	lutris/runners/virtualjaguar.py	/^    human_name = "Virtual Jaguar"$/;"	v	class:virtualjaguar
human_name	lutris/runners/web.py	/^    human_name = "Web"$/;"	v	class:web
human_name	lutris/runners/wine.py	/^    human_name = "Wine"$/;"	v	class:wine
human_name	lutris/runners/winesteam.py	/^    human_name = "Wine Steam"$/;"	v	class:winesteam
human_name	lutris/runners/zdoom.py	/^    human_name = "ZDoom"$/;"	v	class:zdoom
import_runner	lutris/runners/__init__.py	/^def import_runner(runner_name):$/;"	f
import_service	lutris/services/__init__.py	/^def import_service(name):$/;"	f
import_task	lutris/runners/__init__.py	/^def import_task(runner, task):$/;"	f
init_defaults	lutris/util/x360ce.py	/^    def init_defaults(self):$/;"	m	class:X360ce
initialize	lutris/gui/dialogs.py	/^    def initialize(self):$/;"	m	class:AboutDialog
initialize	lutris/gui/dialogs.py	/^    def initialize(self, **kwargs):$/;"	m	class:GtkBuilderDialog
initialize	lutris/gui/uninstallgamedialog.py	/^    def initialize(self, game_id=None, callback=None):$/;"	m	class:UninstallGameDialog
input_menu	lutris/gui/installerwindow.py	/^    def input_menu(self, alias, options, preselect, has_entry, callback):$/;"	m	class:InstallerDialog
input_menu	lutris/installer/commands.py	/^    def input_menu(self, data):$/;"	m	class:CommandsMixin
insert_disc	lutris/installer/commands.py	/^    def insert_disc(self, data):$/;"	m	class:CommandsMixin
insert_floppies	lutris/runners/fsuae.py	/^    def insert_floppies(self):$/;"	m	class:fsuae
install	lutris/runners/atari800.py	/^    def install(self, version=None, downloader=None, callback=None):$/;"	m	class:atari800
install	lutris/runners/hatari.py	/^    def install(self, version=None, downloader=None, callback=None):$/;"	m	class:hatari
install	lutris/runners/libretro.py	/^    def install(self, version=None, downloader=None, callback=None):$/;"	m	class:libretro
install	lutris/runners/o2em.py	/^    def install(self, version=None, downloader=None, callback=None):$/;"	m	class:o2em
install	lutris/runners/redream.py	/^    def install(self, version=None, downloader=None, callback=None):$/;"	m	class:redream
install	lutris/runners/reicast.py	/^    def install(self, version=None, downloader=None, callback=None):$/;"	m	class:reicast
install	lutris/runners/runner.py	/^    def install(self, version=None, downloader=None, callback=None):$/;"	m	class:Runner
install	lutris/runners/steam.py	/^    def install(self, version=None, downloader=None, callback=None):$/;"	m	class:steam
install	lutris/runners/vice.py	/^    def install(self, version=None, downloader=None, callback=None):$/;"	m	class:vice
install	lutris/runners/winesteam.py	/^    def install(self, version=None, downloader=None, callback=None):$/;"	m	class:winesteam
install_core	lutris/runners/libretro.py	/^        def install_core():$/;"	f	function:libretro.install
install_dialog	lutris/runners/runner.py	/^    def install_dialog(self):$/;"	m	class:Runner
install_game	lutris/runners/steam.py	/^    def install_game(self, appid, generate_acf=False):$/;"	m	class:steam
install_game	lutris/runners/winesteam.py	/^    def install_game(self, appid, generate_acf=False):$/;"	m	class:winesteam
install_requires	setup.py	/^    install_requires=[$/;"	v
install_runner	lutris/gui/runnerinstalldialog.py	/^    def install_runner(self, row):$/;"	m	class:RunnerInstallDialog
install_runner	lutris/installer/interpreter.py	/^    def install_runner(self, runner):$/;"	m	class:ScriptInterpreter
install_runners	lutris/installer/interpreter.py	/^    def install_runners(self):$/;"	m	class:ScriptInterpreter
install_steam_game	lutris/installer/interpreter.py	/^    def install_steam_game(self, runner_class=None, is_game_files=False):$/;"	m	class:ScriptInterpreter
installdir	lutris/services/steam.py	/^    def installdir(self):$/;"	m	class:AppManifest
is_64bit	lutris/util/system.py	/^is_64bit = sys.maxsize > 2**32$/;"	v
is_7zip_supported	lutris/util/extract.py	/^def is_7zip_supported(path, extractor):$/;"	f
is_available	lutris/util/dxvk.py	/^    def is_available(self):$/;"	m	class:DXVKManager
is_dxvk_dll	lutris/util/dxvk.py	/^    def is_dxvk_dll(dll_path):$/;"	m	class:DXVKManager
is_installed	lutris/runners/browser.py	/^    def is_installed(self):$/;"	m	class:browser
is_installed	lutris/runners/libretro.py	/^    def is_installed(self, core=None):$/;"	m	class:libretro
is_installed	lutris/runners/linux.py	/^    def is_installed(self):$/;"	m	class:linux
is_installed	lutris/runners/runner.py	/^    def is_installed(self):$/;"	m	class:Runner
is_installed	lutris/runners/wine.py	/^    def is_installed(self, version=None, fallback=True, min_version=None):$/;"	m	class:wine
is_installed	lutris/runners/winesteam.py	/^    def is_installed(self, version=None, fallback=True, min_version=None):$/;"	m	class:winesteam
is_installed	lutris/services/steam.py	/^    def is_installed(self):$/;"	m	class:AppManifest
is_installed_systemwide	lutris/runners/wine.py	/^def is_installed_systemwide():$/;"	f
is_removeable	lutris/util/system.py	/^def is_removeable(path, excludes=None):$/;"	f
is_retroarch_installed	lutris/runners/libretro.py	/^    def is_retroarch_installed(self):$/;"	m	class:libretro
is_running	lutris/runners/steam.py	/^def is_running():$/;"	f
is_running	lutris/runners/winesteam.py	/^def is_running():$/;"	f
is_updating	lutris/runtime.py	/^    def is_updating(self):$/;"	m	class:RuntimeUpdater
is_valid	lutris/gui/config_dialogs.py	/^    def is_valid(self):$/;"	m	class:GameDialogCommon
is_valid	lutris/installer/interpreter.py	/^    def is_valid(self):$/;"	m	class:ScriptInterpreter
is_valid	tests/test_installer.py	/^    def is_valid(self):$/;"	m	class:MockInterpreter
is_version_installed	lutris/runners/wine.py	/^def is_version_installed(version):$/;"	f
is_wine_installed	lutris/runners/winesteam.py	/^    def is_wine_installed(self, version=None, fallback=True, min_version=None):$/;"	m	class:winesteam
is_zombie	lutris/thread.py	/^    def is_zombie(self):$/;"	m	class:LutrisThread
iter_children	lutris/thread.py	/^    def iter_children(self, process, topdown=True, first=True):$/;"	m	class:LutrisThread
iter_game_files	lutris/installer/interpreter.py	/^    def iter_game_files(self):$/;"	m	class:ScriptInterpreter
iter_xdg_apps	lutris/services/xdg.py	/^def iter_xdg_apps():$/;"	f
joycpl	lutris/runners/wine.py	/^def joycpl(wine_path=None, prefix=None, config=None):$/;"	f
joypads	lutris/runners/reicast.py	/^    joypads = None$/;"	v	class:reicast
joystick_choices	lutris/runners/hatari.py	/^    joystick_choices = [$/;"	v	class:hatari
json	lutris/util/http.py	/^    def json(self):$/;"	m	class:Request
jzintv	lutris/runners/jzintv.py	/^class jzintv(Runner):$/;"	c
keys	lutris/util/libretro.py	/^    def keys(self):$/;"	m	class:RetroConfig
kill	lutris/runners/steam.py	/^def kill():$/;"	f
kill	lutris/runners/winesteam.py	/^def kill():$/;"	f
kill	lutris/util/process.py	/^    def kill(self, killed_processes=None):$/;"	m	class:Process
kill_pid	lutris/util/system.py	/^def kill_pid(pid):$/;"	f
killall	lutris/thread.py	/^    def killall(self):$/;"	m	class:LutrisThread
killall_on_exit	lutris/runners/runner.py	/^    def killall_on_exit(self):$/;"	m	class:Runner
killall_on_exit	lutris/runners/winesteam.py	/^    def killall_on_exit(self):$/;"	m	class:winesteam
latest_version	lutris/util/dxvk.py	/^    latest_version = "0.50"$/;"	v	class:DXVKManager
launch_args	lutris/runners/steam.py	/^    def launch_args(self):$/;"	m	class:steam
launch_args	lutris/runners/winesteam.py	/^    def launch_args(self):$/;"	m	class:winesteam
launch_game	lutris/gui/installerwindow.py	/^    def launch_game(self, widget, _data=None):$/;"	m	class:InstallerDialog
libretro	lutris/runners/libretro.py	/^class libretro(Runner):$/;"	c
libs_dir	lutris/runners/scummvm.py	/^    def libs_dir(self):$/;"	m	class:scummvm
license	setup.py	/^    license='GPL-3',$/;"	v
linux	lutris/runners/linux.py	/^class linux(Runner):$/;"	c
load	lutris/util/x360ce.py	/^    def load(self, path):$/;"	m	class:X360ce
load_3dmark03	share/lutris/bin/winetricks	/^load_3dmark03()$/;"	f
load_3dmark05	share/lutris/bin/winetricks	/^load_3dmark05()$/;"	f
load_3dmark06	share/lutris/bin/winetricks	/^load_3dmark06()$/;"	f
load_3dmark2000	share/lutris/bin/winetricks	/^load_3dmark2000()$/;"	f
load_3dmark2001	share/lutris/bin/winetricks	/^load_3dmark2001()$/;"	f
load_3m_library	share/lutris/bin/winetricks	/^load_3m_library()$/;"	f
load_7zip	share/lutris/bin/winetricks	/^load_7zip()$/;"	f
load_abiword	share/lutris/bin/winetricks	/^load_abiword()$/;"	f
load_acreedbro	share/lutris/bin/winetricks	/^load_acreedbro()$/;"	f
load_adobe_diged	share/lutris/bin/winetricks	/^load_adobe_diged()$/;"	f
load_adobe_diged4	share/lutris/bin/winetricks	/^load_adobe_diged4()$/;"	f
load_adobeair	share/lutris/bin/winetricks	/^load_adobeair()$/;"	f
load_algodoo_demo	share/lutris/bin/winetricks	/^load_algodoo_demo()$/;"	f
load_alienswarm_steam	share/lutris/bin/winetricks	/^load_alienswarm_steam()$/;"	f
load_allcodecs	share/lutris/bin/winetricks	/^load_allcodecs()$/;"	f
load_alldlls	share/lutris/bin/winetricks	/^load_alldlls()$/;"	f
load_allfonts	share/lutris/bin/winetricks	/^load_allfonts()$/;"	f
load_amnesia_tdd_demo	share/lutris/bin/winetricks	/^load_amnesia_tdd_demo()$/;"	f
load_amstream	share/lutris/bin/winetricks	/^load_amstream()$/;"	f
load_ao	share/lutris/bin/winetricks	/^load_ao()$/;"	f
load_aoe3_demo	share/lutris/bin/winetricks	/^load_aoe3_demo()$/;"	f
load_art2kmin	share/lutris/bin/winetricks	/^load_art2kmin()$/;"	f
load_atmlib	share/lutris/bin/winetricks	/^load_atmlib()$/;"	f
load_atmosphir	share/lutris/bin/winetricks	/^load_atmosphir()$/;"	f
load_autohotkey	share/lutris/bin/winetricks	/^load_autohotkey()$/;"	f
load_autostart_winedbg	share/lutris/bin/winetricks	/^load_autostart_winedbg()$/;"	f
load_avatar_demo	share/lutris/bin/winetricks	/^load_avatar_demo()$/;"	f
load_avifil32	share/lutris/bin/winetricks	/^load_avifil32()$/;"	f
load_bad	share/lutris/bin/winetricks	/^load_bad()$/;"	f
load_baekmuk	share/lutris/bin/winetricks	/^load_baekmuk()$/;"	f
load_beneath_a_steel_sky_gog	share/lutris/bin/winetricks	/^load_beneath_a_steel_sky_gog()$/;"	f
load_bfbc2	share/lutris/bin/winetricks	/^load_bfbc2()$/;"	f
load_binkw32	share/lutris/bin/winetricks	/^load_binkw32()$/;"	f
load_bioshock2	share/lutris/bin/winetricks	/^load_bioshock2()$/;"	f
load_bioshock2_steam	share/lutris/bin/winetricks	/^load_bioshock2_steam()$/;"	f
load_bioshock_demo	share/lutris/bin/winetricks	/^load_bioshock_demo()$/;"	f
load_blobby_volley	share/lutris/bin/winetricks	/^load_blobby_volley()$/;"	f
load_borderlands_steam	share/lutris/bin/winetricks	/^load_borderlands_steam()$/;"	f
load_bttf101	share/lutris/bin/winetricks	/^load_bttf101()$/;"	f
load_cabinet	share/lutris/bin/winetricks	/^load_cabinet()$/;"	f
load_calibri	share/lutris/bin/winetricks	/^load_calibri()$/;"	f
load_cambria	share/lutris/bin/winetricks	/^load_cambria()$/;"	f
load_candara	share/lutris/bin/winetricks	/^load_candara()$/;"	f
load_cfc	share/lutris/bin/winetricks	/^load_cfc()$/;"	f
load_cim_demo	share/lutris/bin/winetricks	/^load_cim_demo()$/;"	f
load_cinepak	share/lutris/bin/winetricks	/^load_cinepak()$/;"	f
load_civ4_demo	share/lutris/bin/winetricks	/^load_civ4_demo()$/;"	f
load_civ5_demo_steam	share/lutris/bin/winetricks	/^load_civ5_demo_steam()$/;"	f
load_cjkfonts	share/lutris/bin/winetricks	/^load_cjkfonts()$/;"	f
load_cmake	share/lutris/bin/winetricks	/^load_cmake()$/;"	f
load_cmd	share/lutris/bin/winetricks	/^load_cmd()$/;"	f
load_cnc3_demo	share/lutris/bin/winetricks	/^load_cnc3_demo()$/;"	f
load_cnc_redalert3_demo	share/lutris/bin/winetricks	/^load_cnc_redalert3_demo()$/;"	f
load_cnc_tiberian_sun	share/lutris/bin/winetricks	/^load_cnc_tiberian_sun()$/;"	f
load_cod1	share/lutris/bin/winetricks	/^load_cod1()$/;"	f
load_cod4mw_demo	share/lutris/bin/winetricks	/^load_cod4mw_demo()$/;"	f
load_cod5_waw	share/lutris/bin/winetricks	/^load_cod5_waw()$/;"	f
load_cod_demo	share/lutris/bin/winetricks	/^load_cod_demo()$/;"	f
load_colorprofile	share/lutris/bin/winetricks	/^load_colorprofile()$/;"	f
load_comctl32	share/lutris/bin/winetricks	/^load_comctl32()$/;"	f
load_comctl32ocx	share/lutris/bin/winetricks	/^load_comctl32ocx()$/;"	f
load_comdlg32ocx	share/lutris/bin/winetricks	/^load_comdlg32ocx()$/;"	f
load_config	lutris/game.py	/^    def load_config(self):$/;"	m	class:Game
load_consolas	share/lutris/bin/winetricks	/^load_consolas()$/;"	f
load_constantia	share/lutris/bin/winetricks	/^load_constantia()$/;"	f
load_controlpad	share/lutris/bin/winetricks	/^load_controlpad()$/;"	f
load_controlspy	share/lutris/bin/winetricks	/^load_controlspy()$/;"	f
load_corbel	share/lutris/bin/winetricks	/^load_corbel()$/;"	f
load_corefonts	share/lutris/bin/winetricks	/^load_corefonts()$/;"	f
load_crayonphysics_demo	share/lutris/bin/winetricks	/^load_crayonphysics_demo()$/;"	f
load_crypt32	share/lutris/bin/winetricks	/^load_crypt32()$/;"	f
load_crysis2	share/lutris/bin/winetricks	/^load_crysis2()$/;"	f
load_csi6_demo	share/lutris/bin/winetricks	/^load_csi6_demo()$/;"	f
load_csmt	share/lutris/bin/winetricks	/^load_csmt()$/;"	f
load_d3dcompiler_43	share/lutris/bin/winetricks	/^load_d3dcompiler_43()$/;"	f
load_d3drm	share/lutris/bin/winetricks	/^load_d3drm()$/;"	f
load_d3dx10	share/lutris/bin/winetricks	/^load_d3dx10()$/;"	f
load_d3dx10_43	share/lutris/bin/winetricks	/^load_d3dx10_43()$/;"	f
load_d3dx11_42	share/lutris/bin/winetricks	/^load_d3dx11_42()$/;"	f
load_d3dx11_43	share/lutris/bin/winetricks	/^load_d3dx11_43()$/;"	f
load_d3dx9	share/lutris/bin/winetricks	/^load_d3dx9()$/;"	f
load_d3dx9_24	share/lutris/bin/winetricks	/^load_d3dx9_24()$/;"	f
load_d3dx9_25	share/lutris/bin/winetricks	/^load_d3dx9_25()$/;"	f
load_d3dx9_26	share/lutris/bin/winetricks	/^load_d3dx9_26()$/;"	f
load_d3dx9_27	share/lutris/bin/winetricks	/^load_d3dx9_27()$/;"	f
load_d3dx9_28	share/lutris/bin/winetricks	/^load_d3dx9_28()$/;"	f
load_d3dx9_29	share/lutris/bin/winetricks	/^load_d3dx9_29()$/;"	f
load_d3dx9_30	share/lutris/bin/winetricks	/^load_d3dx9_30()$/;"	f
load_d3dx9_31	share/lutris/bin/winetricks	/^load_d3dx9_31()$/;"	f
load_d3dx9_32	share/lutris/bin/winetricks	/^load_d3dx9_32()$/;"	f
load_d3dx9_33	share/lutris/bin/winetricks	/^load_d3dx9_33()$/;"	f
load_d3dx9_34	share/lutris/bin/winetricks	/^load_d3dx9_34()$/;"	f
load_d3dx9_35	share/lutris/bin/winetricks	/^load_d3dx9_35()$/;"	f
load_d3dx9_36	share/lutris/bin/winetricks	/^load_d3dx9_36()$/;"	f
load_d3dx9_37	share/lutris/bin/winetricks	/^load_d3dx9_37()$/;"	f
load_d3dx9_38	share/lutris/bin/winetricks	/^load_d3dx9_38()$/;"	f
load_d3dx9_39	share/lutris/bin/winetricks	/^load_d3dx9_39()$/;"	f
load_d3dx9_40	share/lutris/bin/winetricks	/^load_d3dx9_40()$/;"	f
load_d3dx9_41	share/lutris/bin/winetricks	/^load_d3dx9_41()$/;"	f
load_d3dx9_42	share/lutris/bin/winetricks	/^load_d3dx9_42()$/;"	f
load_d3dx9_43	share/lutris/bin/winetricks	/^load_d3dx9_43()$/;"	f
load_d3dxof	share/lutris/bin/winetricks	/^load_d3dxof()$/;"	f
load_darknesswithin2_demo	share/lutris/bin/winetricks	/^load_darknesswithin2_demo()$/;"	f
load_darkspore	share/lutris/bin/winetricks	/^load_darkspore()$/;"	f
load_dbghelp	share/lutris/bin/winetricks	/^load_dbghelp()$/;"	f
load_dcuo	share/lutris/bin/winetricks	/^load_dcuo()$/;"	f
load_ddr	share/lutris/bin/winetricks	/^load_ddr()$/;"	f
load_deadspace	share/lutris/bin/winetricks	/^load_deadspace()$/;"	f
load_deadspace2	share/lutris/bin/winetricks	/^load_deadspace2()$/;"	f
load_demolition_company_demo	share/lutris/bin/winetricks	/^load_demolition_company_demo()$/;"	f
load_deusex2_demo	share/lutris/bin/winetricks	/^load_deusex2_demo()$/;"	f
load_devenum	share/lutris/bin/winetricks	/^load_devenum()$/;"	f
load_diablo2	share/lutris/bin/winetricks	/^load_diablo2()$/;"	f
load_digitanks_demo	share/lutris/bin/winetricks	/^load_digitanks_demo()$/;"	f
load_dinput	share/lutris/bin/winetricks	/^load_dinput()$/;"	f
load_dinput8	share/lutris/bin/winetricks	/^load_dinput8()$/;"	f
load_dirac	share/lutris/bin/winetricks	/^load_dirac()$/;"	f
load_directmusic	share/lutris/bin/winetricks	/^load_directmusic()$/;"	f
load_directplay	share/lutris/bin/winetricks	/^load_directplay()$/;"	f
load_directx9	share/lutris/bin/winetricks	/^load_directx9()$/;"	f
load_dirt2_demo	share/lutris/bin/winetricks	/^load_dirt2_demo()$/;"	f
load_dmband	share/lutris/bin/winetricks	/^load_dmband()$/;"	f
load_dmcompos	share/lutris/bin/winetricks	/^load_dmcompos()$/;"	f
load_dmime	share/lutris/bin/winetricks	/^load_dmime()$/;"	f
load_dmloader	share/lutris/bin/winetricks	/^load_dmloader()$/;"	f
load_dmscript	share/lutris/bin/winetricks	/^load_dmscript()$/;"	f
load_dmstyle	share/lutris/bin/winetricks	/^load_dmstyle()$/;"	f
load_dmsynth	share/lutris/bin/winetricks	/^load_dmsynth()$/;"	f
load_dmusic	share/lutris/bin/winetricks	/^load_dmusic()$/;"	f
load_dmusic32	share/lutris/bin/winetricks	/^load_dmusic32()$/;"	f
load_dotnet11	share/lutris/bin/winetricks	/^load_dotnet11()$/;"	f
load_dotnet11sp1	share/lutris/bin/winetricks	/^load_dotnet11sp1()$/;"	f
load_dotnet20	share/lutris/bin/winetricks	/^load_dotnet20()$/;"	f
load_dotnet20sdk	share/lutris/bin/winetricks	/^load_dotnet20sdk()$/;"	f
load_dotnet20sp1	share/lutris/bin/winetricks	/^load_dotnet20sp1()$/;"	f
load_dotnet20sp2	share/lutris/bin/winetricks	/^load_dotnet20sp2()$/;"	f
load_dotnet30	share/lutris/bin/winetricks	/^load_dotnet30()$/;"	f
load_dotnet30sp1	share/lutris/bin/winetricks	/^load_dotnet30sp1()$/;"	f
load_dotnet35	share/lutris/bin/winetricks	/^load_dotnet35()$/;"	f
load_dotnet35sp1	share/lutris/bin/winetricks	/^load_dotnet35sp1()$/;"	f
load_dotnet40	share/lutris/bin/winetricks	/^load_dotnet40()$/;"	f
load_dotnet45	share/lutris/bin/winetricks	/^load_dotnet45()$/;"	f
load_dotnet452	share/lutris/bin/winetricks	/^load_dotnet452()$/;"	f
load_dotnet46	share/lutris/bin/winetricks	/^load_dotnet46()$/;"	f
load_dotnet461	share/lutris/bin/winetricks	/^load_dotnet461()$/;"	f
load_dotnet462	share/lutris/bin/winetricks	/^load_dotnet462()$/;"	f
load_dotnet_verifier	share/lutris/bin/winetricks	/^load_dotnet_verifier()$/;"	f
load_dpvoice	share/lutris/bin/winetricks	/^load_dpvoice()$/;"	f
load_dragonage	share/lutris/bin/winetricks	/^load_dragonage()$/;"	f
load_dragonage2_demo	share/lutris/bin/winetricks	/^load_dragonage2_demo()$/;"	f
load_dragonage_ue	share/lutris/bin/winetricks	/^load_dragonage_ue()$/;"	f
load_droid	share/lutris/bin/winetricks	/^load_droid()$/;"	f
load_dsdmo	share/lutris/bin/winetricks	/^load_dsdmo()$/;"	f
load_dsound	share/lutris/bin/winetricks	/^load_dsound()$/;"	f
load_dswave	share/lutris/bin/winetricks	/^load_dswave()$/;"	f
load_dxdiag	share/lutris/bin/winetricks	/^load_dxdiag()$/;"	f
load_dxdiagn	share/lutris/bin/winetricks	/^load_dxdiagn()$/;"	f
load_dxsdk_jun2010	share/lutris/bin/winetricks	/^load_dxsdk_jun2010()$/;"	f
load_dxsdk_nov2006	share/lutris/bin/winetricks	/^load_dxsdk_nov2006()$/;"	f
load_emu8086	share/lutris/bin/winetricks	/^load_emu8086()$/;"	f
load_esent	share/lutris/bin/winetricks	/^load_esent()$/;"	f
load_eufonts	share/lutris/bin/winetricks	/^load_eufonts()$/;"	f
load_ev3	share/lutris/bin/winetricks	/^load_ev3()$/;"	f
load_eve	share/lutris/bin/winetricks	/^load_eve()$/;"	f
load_fable_tlc	share/lutris/bin/winetricks	/^load_fable_tlc()$/;"	f
load_fakechinese	share/lutris/bin/winetricks	/^load_fakechinese()$/;"	f
load_fakejapanese	share/lutris/bin/winetricks	/^load_fakejapanese()$/;"	f
load_fakejapanese_ipamona	share/lutris/bin/winetricks	/^load_fakejapanese_ipamona()$/;"	f
load_fakejapanese_vlgothic	share/lutris/bin/winetricks	/^load_fakejapanese_vlgothic()$/;"	f
load_fakekorean	share/lutris/bin/winetricks	/^load_fakekorean()$/;"	f
load_ffdshow	share/lutris/bin/winetricks	/^load_ffdshow()$/;"	f
load_fifa11_demo	share/lutris/bin/winetricks	/^load_fifa11_demo()$/;"	f
load_firefox	share/lutris/bin/winetricks	/^load_firefox()$/;"	f
load_flash	share/lutris/bin/winetricks	/^load_flash()$/;"	f
load_fontfix	share/lutris/bin/winetricks	/^load_fontfix()$/;"	f
load_fontsmooth	share/lutris/bin/winetricks	/^load_fontsmooth()$/;"	f
load_fontxplorer	share/lutris/bin/winetricks	/^load_fontxplorer()$/;"	f
load_foobar2000	share/lutris/bin/winetricks	/^load_foobar2000()$/;"	f
load_forcemono	share/lutris/bin/winetricks	/^load_forcemono()$/;"	f
load_gdiplus	share/lutris/bin/winetricks	/^load_gdiplus()$/;"	f
load_gdiplus_winxp	share/lutris/bin/winetricks	/^load_gdiplus_winxp()$/;"	f
load_gfw	share/lutris/bin/winetricks	/^load_gfw()$/;"	f
load_glidewrapper	share/lutris/bin/winetricks	/^load_glidewrapper()$/;"	f
load_glsl	share/lutris/bin/winetricks	/^load_glsl()$/;"	f
load_glut	share/lutris/bin/winetricks	/^load_glut()$/;"	f
load_gmdls	share/lutris/bin/winetricks	/^load_gmdls()$/;"	f
load_good	share/lutris/bin/winetricks	/^load_good()$/;"	f
load_grabfullscreen	share/lutris/bin/winetricks	/^load_grabfullscreen()$/;"	f
load_gsm	share/lutris/bin/winetricks	/^load_gsm()$/;"	f
load_gta_vc	share/lutris/bin/winetricks	/^load_gta_vc()$/;"	f
load_heapcheck	share/lutris/bin/winetricks	/^load_heapcheck()$/;"	f
load_hid	share/lutris/bin/winetricks	/^load_hid()$/;"	f
load_hidewineexports	share/lutris/bin/winetricks	/^load_hidewineexports()$/;"	f
load_hon	share/lutris/bin/winetricks	/^load_hon()$/;"	f
load_hordesoforcs2_demo	share/lutris/bin/winetricks	/^load_hordesoforcs2_demo()$/;"	f
load_hosts	share/lutris/bin/winetricks	/^load_hosts()$/;"	f
load_hphbp_demo	share/lutris/bin/winetricks	/^load_hphbp_demo()$/;"	f
load_iceweasel	share/lutris/bin/winetricks	/^load_iceweasel()$/;"	f
load_icodecs	share/lutris/bin/winetricks	/^load_icodecs()$/;"	f
load_icon_type_from_settings	lutris/gui/lutriswindow.py	/^    def load_icon_type_from_settings(self, view_type):$/;"	m	class:LutrisWindow
load_ie6	share/lutris/bin/winetricks	/^load_ie6()$/;"	f
load_ie7	share/lutris/bin/winetricks	/^load_ie7()$/;"	f
load_ie8	share/lutris/bin/winetricks	/^load_ie8()$/;"	f
load_ie8_kb2936068	share/lutris/bin/winetricks	/^load_ie8_kb2936068()$/;"	f
load_ipamona	share/lutris/bin/winetricks	/^load_ipamona()$/;"	f
load_irfanview	share/lutris/bin/winetricks	/^load_irfanview()$/;"	f
load_jet40	share/lutris/bin/winetricks	/^load_jet40()$/;"	f
load_kde	share/lutris/bin/winetricks	/^load_kde()$/;"	f
load_kindle	share/lutris/bin/winetricks	/^load_kindle()$/;"	f
load_kobo	share/lutris/bin/winetricks	/^load_kobo()$/;"	f
load_kotor1	share/lutris/bin/winetricks	/^load_kotor1()$/;"	f
load_l3codecx	share/lutris/bin/winetricks	/^load_l3codecx()$/;"	f
load_lemonysnicket	share/lutris/bin/winetricks	/^load_lemonysnicket()$/;"	f
load_lhp_demo	share/lutris/bin/winetricks	/^load_lhp_demo()$/;"	f
load_liberation	share/lutris/bin/winetricks	/^load_liberation()$/;"	f
load_losthorizon_demo	share/lutris/bin/winetricks	/^load_losthorizon_demo()$/;"	f
load_lswcs	share/lutris/bin/winetricks	/^load_lswcs()$/;"	f
load_lucida	share/lutris/bin/winetricks	/^load_lucida()$/;"	f
load_luxor_ar	share/lutris/bin/winetricks	/^load_luxor_ar()$/;"	f
load_macdriver	share/lutris/bin/winetricks	/^load_macdriver()$/;"	f
load_mappings	lutris/util/x360ce.py	/^    def load_mappings(self, device, mappings, index=1):$/;"	m	class:X360ce
load_masseffect2	share/lutris/bin/winetricks	/^load_masseffect2()$/;"	f
load_masseffect2_demo	share/lutris/bin/winetricks	/^load_masseffect2_demo()$/;"	f
load_maxmagicmarker_demo	share/lutris/bin/winetricks	/^load_maxmagicmarker_demo()$/;"	f
load_mdac27	share/lutris/bin/winetricks	/^load_mdac27()$/;"	f
load_mdac28	share/lutris/bin/winetricks	/^load_mdac28()$/;"	f
load_mdk	share/lutris/bin/winetricks	/^load_mdk()$/;"	f
load_mdx	share/lutris/bin/winetricks	/^load_mdx()$/;"	f
load_meiryo	share/lutris/bin/winetricks	/^load_meiryo()$/;"	f
load_menofwar	share/lutris/bin/winetricks	/^load_menofwar()$/;"	f
load_mf	share/lutris/bin/winetricks	/^load_mf()$/;"	f
load_mfc40	share/lutris/bin/winetricks	/^load_mfc40()$/;"	f
load_mfc42	share/lutris/bin/winetricks	/^load_mfc42()$/;"	f
load_mfsx_demo	share/lutris/bin/winetricks	/^load_mfsx_demo()$/;"	f
load_mfsxde	share/lutris/bin/winetricks	/^load_mfsxde()$/;"	f
load_mingw	share/lutris/bin/winetricks	/^load_mingw()$/;"	f
load_mise	share/lutris/bin/winetricks	/^load_mise()$/;"	f
load_mozillabuild	share/lutris/bin/winetricks	/^load_mozillabuild()$/;"	f
load_mpc	share/lutris/bin/winetricks	/^load_mpc()$/;"	f
load_msacm32	share/lutris/bin/winetricks	/^load_msacm32()$/;"	f
load_msasn1	share/lutris/bin/winetricks	/^load_msasn1()$/;"	f
load_msctf	share/lutris/bin/winetricks	/^load_msctf()$/;"	f
load_msdxmocx	share/lutris/bin/winetricks	/^load_msdxmocx()$/;"	f
load_msflxgrd	share/lutris/bin/winetricks	/^load_msflxgrd()$/;"	f
load_msftedit	share/lutris/bin/winetricks	/^load_msftedit()$/;"	f
load_mshflxgd	share/lutris/bin/winetricks	/^load_mshflxgd()$/;"	f
load_msls31	share/lutris/bin/winetricks	/^load_msls31()$/;"	f
load_msmask	share/lutris/bin/winetricks	/^load_msmask()$/;"	f
load_mspaint	share/lutris/bin/winetricks	/^load_mspaint()$/;"	f
load_mspatcha	share/lutris/bin/winetricks	/^load_mspatcha()$/;"	f
load_msscript	share/lutris/bin/winetricks	/^load_msscript()$/;"	f
load_msvcirt	share/lutris/bin/winetricks	/^load_msvcirt()$/;"	f
load_msxml3	share/lutris/bin/winetricks	/^load_msxml3()$/;"	f
load_msxml4	share/lutris/bin/winetricks	/^load_msxml4()$/;"	f
load_msxml6	share/lutris/bin/winetricks	/^load_msxml6()$/;"	f
load_mt4	share/lutris/bin/winetricks	/^load_mt4()$/;"	f
load_multisampling	share/lutris/bin/winetricks	/^load_multisampling()$/;"	f
load_mwo	share/lutris/bin/winetricks	/^load_mwo()$/;"	f
load_myth2_demo	share/lutris/bin/winetricks	/^load_myth2_demo()$/;"	f
load_native_mdac	share/lutris/bin/winetricks	/^load_native_mdac()$/;"	f
load_native_oleaut32	share/lutris/bin/winetricks	/^load_native_oleaut32()$/;"	f
load_nfsshift_demo	share/lutris/bin/winetricks	/^load_nfsshift_demo()$/;"	f
load_njcwp_trial	share/lutris/bin/winetricks	/^load_njcwp_trial()$/;"	f
load_njjwp_trial	share/lutris/bin/winetricks	/^load_njjwp_trial()$/;"	f
load_nocrashdialog	share/lutris/bin/winetricks	/^load_nocrashdialog()$/;"	f
load_nook	share/lutris/bin/winetricks	/^load_nook()$/;"	f
load_npm	share/lutris/bin/winetricks	/^load_npm()$/;"	f
load_npp	share/lutris/bin/winetricks	/^load_npp()$/;"	f
load_nt40	share/lutris/bin/winetricks	/^load_nt40()$/;"	f
load_nuget	share/lutris/bin/winetricks	/^load_nuget()$/;"	f
load_oblivion	share/lutris/bin/winetricks	/^load_oblivion()$/;"	f
load_office2003pro	share/lutris/bin/winetricks	/^load_office2003pro()$/;"	f
load_office2007pro	share/lutris/bin/winetricks	/^load_office2007pro()$/;"	f
load_ogg	share/lutris/bin/winetricks	/^load_ogg()$/;"	f
load_ole32	share/lutris/bin/winetricks	/^load_ole32()$/;"	f
load_ollydbg110	share/lutris/bin/winetricks	/^load_ollydbg110()$/;"	f
load_ollydbg200	share/lutris/bin/winetricks	/^load_ollydbg200()$/;"	f
load_ollydbg201	share/lutris/bin/winetricks	/^load_ollydbg201()$/;"	f
load_opensymbol	share/lutris/bin/winetricks	/^load_opensymbol()$/;"	f
load_openwatcom	share/lutris/bin/winetricks	/^load_openwatcom()$/;"	f
load_orm	share/lutris/bin/winetricks	/^load_orm()$/;"	f
load_pdh	share/lutris/bin/winetricks	/^load_pdh()$/;"	f
load_penpenxmas	share/lutris/bin/winetricks	/^load_penpenxmas()$/;"	f
load_physx	share/lutris/bin/winetricks	/^load_physx()$/;"	f
load_picasa39	share/lutris/bin/winetricks	/^load_picasa39()$/;"	f
load_plantsvszombies	share/lutris/bin/winetricks	/^load_plantsvszombies()$/;"	f
load_platforms	lutris/gui/sidebar.py	/^    def load_platforms(self):$/;"	m	class:SidebarTreeView
load_pngfilt	share/lutris/bin/winetricks	/^load_pngfilt()$/;"	f
load_popfs	share/lutris/bin/winetricks	/^load_popfs()$/;"	f
load_pptfonts	share/lutris/bin/winetricks	/^load_pptfonts()$/;"	f
load_protectionid	share/lutris/bin/winetricks	/^load_protectionid()$/;"	f
load_psdk2003	share/lutris/bin/winetricks	/^load_psdk2003()$/;"	f
load_psdkwin7	share/lutris/bin/winetricks	/^load_psdkwin7()$/;"	f
load_psdkwin71	share/lutris/bin/winetricks	/^load_psdkwin71()$/;"	f
load_psm	share/lutris/bin/winetricks	/^load_psm()$/;"	f
load_python26	share/lutris/bin/winetricks	/^load_python26()$/;"	f
load_qdvd	share/lutris/bin/winetricks	/^load_qdvd()$/;"	f
load_qedit	share/lutris/bin/winetricks	/^load_qedit()$/;"	f
load_qq	share/lutris/bin/winetricks	/^load_qq()$/;"	f
load_qqintl	share/lutris/bin/winetricks	/^load_qqintl()$/;"	f
load_quartz	share/lutris/bin/winetricks	/^load_quartz()$/;"	f
load_quicktime72	share/lutris/bin/winetricks	/^load_quicktime72()$/;"	f
load_quicktime76	share/lutris/bin/winetricks	/^load_quicktime76()$/;"	f
load_rct3deluxe	share/lutris/bin/winetricks	/^load_rct3deluxe()$/;"	f
load_remove_mono	share/lutris/bin/winetricks	/^load_remove_mono()$/;"	f
load_riched20	share/lutris/bin/winetricks	/^load_riched20()$/;"	f
load_riched30	share/lutris/bin/winetricks	/^load_riched30()$/;"	f
load_richtx32	share/lutris/bin/winetricks	/^load_richtx32()$/;"	f
load_riseofnations_demo	share/lutris/bin/winetricks	/^load_riseofnations_demo()$/;"	f
load_rtlm	share/lutris/bin/winetricks	/^load_rtlm()$/;"	f
load_runners	lutris/gui/sidebar.py	/^    def load_runners(self):$/;"	m	class:SidebarTreeView
load_ruse_demo_steam	share/lutris/bin/winetricks	/^load_ruse_demo_steam()$/;"	f
load_sacrifice_gog	share/lutris/bin/winetricks	/^load_sacrifice_gog()$/;"	f
load_safari	share/lutris/bin/winetricks	/^load_safari()$/;"	f
load_sammax301_demo	share/lutris/bin/winetricks	/^load_sammax301_demo()$/;"	f
load_sammax304_demo	share/lutris/bin/winetricks	/^load_sammax304_demo()$/;"	f
load_sandbox	share/lutris/bin/winetricks	/^load_sandbox()$/;"	f
load_sdl	share/lutris/bin/winetricks	/^load_sdl()$/;"	f
load_secondlife	share/lutris/bin/winetricks	/^load_secondlife()$/;"	f
load_secur32	share/lutris/bin/winetricks	/^load_secur32()$/;"	f
load_setupapi	share/lutris/bin/winetricks	/^load_setupapi()$/;"	f
load_shockwave	share/lutris/bin/winetricks	/^load_shockwave() {$/;"	f
load_sims3	share/lutris/bin/winetricks	/^load_sims3()$/;"	f
load_sims3_gen	share/lutris/bin/winetricks	/^load_sims3_gen()$/;"	f
load_simsmed	share/lutris/bin/winetricks	/^load_simsmed()$/;"	f
load_singularity	share/lutris/bin/winetricks	/^load_singularity()$/;"	f
load_sketchup	share/lutris/bin/winetricks	/^load_sketchup()$/;"	f
load_sound	share/lutris/bin/winetricks	/^load_sound()$/;"	f
load_speechsdk	share/lutris/bin/winetricks	/^load_speechsdk()$/;"	f
load_splitsecond	share/lutris/bin/winetricks	/^load_splitsecond()$/;"	f
load_spore	share/lutris/bin/winetricks	/^load_spore()$/;"	f
load_spore_cc_demo	share/lutris/bin/winetricks	/^load_spore_cc_demo()$/;"	f
load_stalker_pripyat_bench	share/lutris/bin/winetricks	/^load_stalker_pripyat_bench()$/;"	f
load_starcraft2_demo	share/lutris/bin/winetricks	/^load_starcraft2_demo()$/;"	f
load_steam	share/lutris/bin/winetricks	/^load_steam()$/;"	f
load_strictdrawordering	share/lutris/bin/winetricks	/^load_strictdrawordering()$/;"	f
load_supermeatboy_steam	share/lutris/bin/winetricks	/^load_supermeatboy_steam()$/;"	f
load_tabctl32	share/lutris/bin/winetricks	/^load_tabctl32()$/;"	f
load_tahoma	share/lutris/bin/winetricks	/^load_tahoma()$/;"	f
load_takao	share/lutris/bin/winetricks	/^load_takao()$/;"	f
load_the_witcher_2_gog	share/lutris/bin/winetricks	/^load_the_witcher_2_gog()$/;"	f
load_theundergarden_demo	share/lutris/bin/winetricks	/^load_theundergarden_demo()$/;"	f
load_tmnationsforever	share/lutris/bin/winetricks	/^load_tmnationsforever()$/;"	f
load_torchlight	share/lutris/bin/winetricks	/^load_torchlight()$/;"	f
load_trainztcc_2004	share/lutris/bin/winetricks	/^load_trainztcc_2004()$/;"	f
load_trine_demo_steam	share/lutris/bin/winetricks	/^load_trine_demo_steam()$/;"	f
load_trine_steam	share/lutris/bin/winetricks	/^load_trine_steam()$/;"	f
load_tropico3_demo	share/lutris/bin/winetricks	/^load_tropico3_demo()$/;"	f
load_twfc	share/lutris/bin/winetricks	/^load_twfc()$/;"	f
load_typingofthedead_demo	share/lutris/bin/winetricks	/^load_typingofthedead_demo()$/;"	f
load_uff	share/lutris/bin/winetricks	/^load_uff()$/;"	f
load_unifont	share/lutris/bin/winetricks	/^load_unifont()$/;"	f
load_unigine_heaven	share/lutris/bin/winetricks	/^load_unigine_heaven()$/;"	f
load_updspapi	share/lutris/bin/winetricks	/^load_updspapi()$/;"	f
load_uplay	share/lutris/bin/winetricks	/^load_uplay()$/;"	f
load_usp10	share/lutris/bin/winetricks	/^load_usp10()$/;"	f
load_ut3	share/lutris/bin/winetricks	/^load_ut3()$/;"	f
load_utorrent	share/lutris/bin/winetricks	/^load_utorrent()$/;"	f
load_utorrent3	share/lutris/bin/winetricks	/^load_utorrent3()$/;"	f
load_vb2run	share/lutris/bin/winetricks	/^load_vb2run()$/;"	f
load_vb3run	share/lutris/bin/winetricks	/^load_vb3run()$/;"	f
load_vb4run	share/lutris/bin/winetricks	/^load_vb4run()$/;"	f
load_vb5run	share/lutris/bin/winetricks	/^load_vb5run()$/;"	f
load_vb6run	share/lutris/bin/winetricks	/^load_vb6run()$/;"	f
load_vc2005express	share/lutris/bin/winetricks	/^load_vc2005express()$/;"	f
load_vc2005expresssp1	share/lutris/bin/winetricks	/^load_vc2005expresssp1()$/;"	f
load_vc2005trial	share/lutris/bin/winetricks	/^load_vc2005trial()$/;"	f
load_vc2008express	share/lutris/bin/winetricks	/^load_vc2008express()$/;"	f
load_vc2010express	share/lutris/bin/winetricks	/^load_vc2010express()$/;"	f
load_vcrun2003	share/lutris/bin/winetricks	/^load_vcrun2003()$/;"	f
load_vcrun2005	share/lutris/bin/winetricks	/^load_vcrun2005()$/;"	f
load_vcrun2008	share/lutris/bin/winetricks	/^load_vcrun2008()$/;"	f
load_vcrun2010	share/lutris/bin/winetricks	/^load_vcrun2010()$/;"	f
load_vcrun2012	share/lutris/bin/winetricks	/^load_vcrun2012()$/;"	f
load_vcrun2013	share/lutris/bin/winetricks	/^load_vcrun2013()$/;"	f
load_vcrun2015	share/lutris/bin/winetricks	/^load_vcrun2015()$/;"	f
load_vcrun2017	share/lutris/bin/winetricks	/^load_vcrun2017()$/;"	f
load_vcrun6	share/lutris/bin/winetricks	/^load_vcrun6()$/;"	f
load_vcrun6sp6	share/lutris/bin/winetricks	/^load_vcrun6sp6()$/;"	f
load_vd	share/lutris/bin/winetricks	/^load_vd()$/;"	f
load_videomemorysize	share/lutris/bin/winetricks	/^load_videomemorysize()$/;"	f
load_vista	share/lutris/bin/winetricks	/^load_vista()$/;"	f
load_vjrun20	share/lutris/bin/winetricks	/^load_vjrun20()$/;"	f
load_vlc	share/lutris/bin/winetricks	/^load_vlc()$/;"	f
load_vlgothic	share/lutris/bin/winetricks	/^load_vlgothic()$/;"	f
load_vsm	share/lutris/bin/winetricks	/^load_vsm()$/;"	f
load_webio	share/lutris/bin/winetricks	/^load_webio()$/;"	f
load_wenquanyi	share/lutris/bin/winetricks	/^load_wenquanyi()$/;"	f
load_wglgears	share/lutris/bin/winetricks	/^load_wglgears()$/;"	f
load_win10	share/lutris/bin/winetricks	/^load_win10()$/;"	f
load_win2k	share/lutris/bin/winetricks	/^load_win2k()$/;"	f
load_win2k3	share/lutris/bin/winetricks	/^load_win2k3()$/;"	f
load_win2k8	share/lutris/bin/winetricks	/^load_win2k8()$/;"	f
load_win31	share/lutris/bin/winetricks	/^load_win31()$/;"	f
load_win7	share/lutris/bin/winetricks	/^load_win7()$/;"	f
load_win8	share/lutris/bin/winetricks	/^load_win8()$/;"	f
load_win81	share/lutris/bin/winetricks	/^load_win81()$/;"	f
load_win95	share/lutris/bin/winetricks	/^load_win95()$/;"	f
load_win98	share/lutris/bin/winetricks	/^load_win98()$/;"	f
load_winamp	share/lutris/bin/winetricks	/^load_winamp()$/;"	f
load_windowmanagerdecorated	share/lutris/bin/winetricks	/^load_windowmanagerdecorated()$/;"	f
load_windowmanagermanaged	share/lutris/bin/winetricks	/^load_windowmanagermanaged()$/;"	f
load_windowscodecs	share/lutris/bin/winetricks	/^load_windowscodecs()$/;"	f
load_winhttp	share/lutris/bin/winetricks	/^load_winhttp()$/;"	f
load_wininet	share/lutris/bin/winetricks	/^load_wininet()$/;"	f
load_winver	share/lutris/bin/winetricks	/^load_winver()$/;"	f
load_winxp	share/lutris/bin/winetricks	/^load_winxp()$/;"	f
load_wm9codecs	share/lutris/bin/winetricks	/^load_wm9codecs()$/;"	f
load_wme9	share/lutris/bin/winetricks	/^load_wme9()$/;"	f
load_wmi	share/lutris/bin/winetricks	/^load_wmi()$/;"	f
load_wmp10	share/lutris/bin/winetricks	/^load_wmp10()$/;"	f
load_wmp9	share/lutris/bin/winetricks	/^load_wmp9()$/;"	f
load_wmv9vcm	share/lutris/bin/winetricks	/^load_wmv9vcm()$/;"	f
load_wog	share/lutris/bin/winetricks	/^load_wog()$/;"	f
load_wormsreloaded_demo_steam	share/lutris/bin/winetricks	/^load_wormsreloaded_demo_steam()$/;"	f
load_wsh57	share/lutris/bin/winetricks	/^load_wsh57()$/;"	f
load_xact	share/lutris/bin/winetricks	/^load_xact()$/;"	f
load_xinput	share/lutris/bin/winetricks	/^load_xinput()$/;"	f
load_xmllite	share/lutris/bin/winetricks	/^load_xmllite()$/;"	f
load_xna31	share/lutris/bin/winetricks	/^load_xna31()$/;"	f
load_xna40	share/lutris/bin/winetricks	/^load_xna40()$/;"	f
load_xvid	share/lutris/bin/winetricks	/^load_xvid()$/;"	f
log_format	lutris/util/log.py	/^log_format = '[%(levelname)s:%(asctime)s:%(module)s]: %(message)s'$/;"	v
logformatter	lutris/util/log.py	/^logformatter = logging.Formatter(log_format)$/;"	v
logger	lutris/util/log.py	/^logger = logging.getLogger(__name__)$/;"	v
loghandler	lutris/util/log.py	/^loghandler = logging.handlers.RotatingFileHandler(LOG_FILENAME,$/;"	v
lookup_string_in_text	lutris/util/strings.py	/^def lookup_string_in_text(string, text):$/;"	f
machine_choices	lutris/runners/mednafen.py	/^    machine_choices = ($/;"	v	class:mednafen
machine_choices	lutris/runners/mess.py	/^    machine_choices = [$/;"	v	class:mess
main_box	lutris/gui/lutriswindow.py	/^    main_box = GtkTemplate.Child()$/;"	v	class:LutrisWindow
main_file	lutris/runners/dosbox.py	/^    def main_file(self):$/;"	m	class:dosbox
make_game_config_id	lutris/config.py	/^def make_game_config_id(game_slug):$/;"	f
makeconfig	lutris/runners/dosbox.py	/^def makeconfig(path, drives, commands):$/;"	f
mame	lutris/runners/mame.py	/^class mame(Runner):$/;"	c
mark_as_installed	lutris/services/scummvm.py	/^def mark_as_installed(scummvm_id, name, path):$/;"	f
mark_as_installed	lutris/services/steam.py	/^def mark_as_installed(steamid, runner_name, game_info):$/;"	f
mark_as_installed	lutris/services/xdg.py	/^def mark_as_installed(appid, runner_name, game_info):$/;"	f
mark_as_uninstalled	lutris/services/scummvm.py	/^def mark_as_uninstalled(game_info):$/;"	f
mark_as_uninstalled	lutris/services/steam.py	/^def mark_as_uninstalled(game_info):$/;"	f
mark_as_uninstalled	lutris/services/xdg.py	/^def mark_as_uninstalled(game_info):$/;"	f
maxBytes	lutris/util/log.py	/^                                                  maxBytes=20971520,$/;"	v
mednafen	lutris/runners/mednafen.py	/^class mednafen(Runner):$/;"	c
menu_launcher_exists	lutris/services/xdg.py	/^def menu_launcher_exists(game_slug, game_id):$/;"	f
merge	lutris/installer/commands.py	/^    def merge(self, params):$/;"	m	class:CommandsMixin
merge_folders	lutris/util/system.py	/^def merge_folders(source, destination):$/;"	f
mess	lutris/runners/mess.py	/^class mess(Runner):$/;"	c
migrate	lutris/migrations/__init__.py	/^def migrate():$/;"	f
migrate	lutris/migrations/fix_missing_steam_appids.py	/^def migrate():$/;"	f
migrate	lutris/migrations/gens_to_dgen.py	/^def migrate():$/;"	f
migrate	lutris/migrations/pcsxr_deprecation.py	/^def migrate():$/;"	f
migrate	lutris/migrations/update_runners.py	/^def migrate():$/;"	f
migrate	lutris/migrations/update_xdg_shortcuts.py	/^def migrate():$/;"	f
migrate	lutris/migrations/wine_desktop.py	/^def migrate():$/;"	f
migrate	lutris/pga.py	/^def migrate(table, schema):$/;"	f
migrate_games	lutris/pga.py	/^def migrate_games():$/;"	f
migrate_sources	lutris/pga.py	/^def migrate_sources():$/;"	f
mkdir	lutris/installer/commands.py	/^    def mkdir(self, directory):$/;"	m	class:CommandsMixin
model_choices	lutris/runners/fsuae.py	/^    model_choices = [$/;"	v	class:fsuae
move	lutris/installer/commands.py	/^    def move(self, params):$/;"	m	class:CommandsMixin
msi_exec	lutris/runners/wine.py	/^    def msi_exec(cls, msi_file, quiet=False, prefix=None, wine_path=None,$/;"	m	class:wine
multiple_versions	lutris/runners/runner.py	/^    multiple_versions = False$/;"	v	class:Runner
multiple_versions	lutris/runners/wine.py	/^    multiple_versions = True$/;"	v	class:wine
multiple_versions	lutris/runners/winesteam.py	/^    multiple_versions = False$/;"	v	class:winesteam
mupen64plus	lutris/runners/mupen64plus.py	/^class mupen64plus(Runner):$/;"	c
n_games	lutris/gui/gameviews.py	/^    def n_games(self):$/;"	m	class:GameView
name	lutris/runners/runner.py	/^    def name(self):$/;"	m	class:Runner
name	lutris/services/steam.py	/^    def name(self):$/;"	m	class:AppManifest
name	lutris/util/process.py	/^    def name(self):$/;"	m	class:Process
name	setup.py	/^    name='lutris',$/;"	v
nick	lutris/gui/widgets/cellrenderers.py	/^        nick='value',$/;"	v	class:CellRendererButton
no_runner_label	lutris/gui/config_dialogs.py	/^    no_runner_label = "Select a runner in the Game Info tab"$/;"	v	class:GameDialogCommon
notify_install_success	lutris/gui/installerwindow.py	/^    def notify_install_success(self, game_id=None):$/;"	m	class:InstallerDialog
notify_steam_game_changed	lutris/game.py	/^    def notify_steam_game_changed(self, appmanifest):$/;"	m	class:Game
o2em	lutris/runners/o2em.py	/^class o2em(Runner):$/;"	c
on_about_clicked	lutris/gui/lutriswindow.py	/^    def on_about_clicked(self, *args):$/;"	m	class:LutrisWindow
on_add	lutris/gui/widgets/common.py	/^    def on_add(self, widget):$/;"	m	class:EditableGrid
on_add_files_clicked	lutris/gui/config_boxes.py	/^    def on_add_files_clicked(self, widget, option_name, value):$/;"	m	class:ConfigBox
on_add_game_button_clicked	lutris/gui/lutriswindow.py	/^    def on_add_game_button_clicked(self, *args):$/;"	m	class:LutrisWindow
on_add_manually	lutris/gui/lutriswindow.py	/^    def on_add_manually(self, widget, *args):$/;"	m	class:LutrisWindow
on_add_source_button_clicked	lutris/gui/dialogs.py	/^    def on_add_source_button_clicked(self, widget, data=None):$/;"	m	class:PgaSourceDialog
on_apply	lutris/gui/dialogs.py	/^    def on_apply(self, widget, data=None):$/;"	m	class:PgaSourceDialog
on_apply_button_clicked	lutris/gui/uninstallgamedialog.py	/^    def on_apply_button_clicked(self, widget):$/;"	m	class:UninstallGameDialog
on_browse_clicked	lutris/gui/installerwindow.py	/^    def on_browse_clicked(self, widget, callback_data):$/;"	m	class:InstallerDialog
on_browse_files	lutris/gui/lutriswindow.py	/^    def on_browse_files(self, widget):$/;"	m	class:LutrisWindow
on_button_toggled	lutris/gui/dialogs.py	/^    def on_button_toggled(self, button, action):$/;"	m	class:InstallOrPlayDialog
on_cancel_clicked	lutris/gui/config_dialogs.py	/^    def on_cancel_clicked(self, widget=None):$/;"	m	class:GameDialogCommon
on_cancel_clicked	lutris/gui/installerwindow.py	/^    def on_cancel_clicked(self, _button):$/;"	m	class:InstallerDialog
on_child_activated	lutris/gui/flowbox.py	/^    def on_child_activated(self, widget, child):$/;"	m	class:GameFlowBox
on_chooser_dir_set	lutris/gui/config_boxes.py	/^    def on_chooser_dir_set(self, entry, option):$/;"	m	class:ConfigBox
on_chooser_file_set	lutris/gui/config_boxes.py	/^    def on_chooser_file_set(self, widget, option):$/;"	m	class:ConfigBox
on_close	lutris/gui/dialogs.py	/^    def on_close(self, *args):$/;"	m	class:GtkBuilderDialog
on_close_clicked	lutris/gui/runnersdialog.py	/^    def on_close_clicked(self, widget):$/;"	m	class:RunnersDialog
on_column_width_changed	lutris/gui/gameviews.py	/^    def on_column_width_changed(self, col, *args):$/;"	m	class:GameListView
on_combobox_change	lutris/gui/config_boxes.py	/^    def on_combobox_change(self, combobox, option):$/;"	m	class:ConfigBox
on_configure_clicked	lutris/gui/runnersdialog.py	/^    def on_configure_clicked(self, widget, runner, runner_label):$/;"	m	class:RunnersDialog
on_configure_runner	lutris/gui/sidebar.py	/^    def on_configure_runner(self, *args):$/;"	m	class:ContextualMenu
on_confirm	lutris/gui/dialogs.py	/^    def on_confirm(self, button):$/;"	m	class:InstallOrPlayDialog
on_connect	lutris/gui/dialogs.py	/^    def on_connect(self, widget):$/;"	m	class:ClientLoginDialog
on_connect	lutris/gui/lutriswindow.py	/^    def on_connect(self, *args):$/;"	m	class:LutrisWindow
on_connect_success	lutris/gui/lutriswindow.py	/^    def on_connect_success(self, dialog, credentials):$/;"	m	class:LutrisWindow
on_cursor_changed	lutris/gui/gameviews.py	/^    def on_cursor_changed(self, widget, line=None, column=None):$/;"	m	class:GameListView
on_custom_image_reset_clicked	lutris/gui/config_dialogs.py	/^    def on_custom_image_reset_clicked(self, widget, image_type):$/;"	m	class:GameDialogCommon
on_custom_image_select	lutris/gui/config_dialogs.py	/^    def on_custom_image_select(self, widget, image_type):$/;"	m	class:GameDialogCommon
on_dark_theme_state_change	lutris/gui/lutriswindow.py	/^    def on_dark_theme_state_change(self, action, value):$/;"	m	class:LutrisWindow
on_delete	lutris/gui/widgets/common.py	/^    def on_delete(self, widget):$/;"	m	class:EditableGrid
on_destroy	lutris/gui/installerwindow.py	/^    def on_destroy(self, widget):$/;"	m	class:InstallerDialog
on_destroy	lutris/gui/lutriswindow.py	/^    def on_destroy(self, *args):$/;"	m	class:LutrisWindow
on_destroy	lutris/gui/runnersdialog.py	/^    def on_destroy(self, widget):$/;"	m	class:RunnersDialog
on_dialog_saved	lutris/gui/lutriswindow.py	/^        def on_dialog_saved():$/;"	f	function:LutrisWindow.on_edit_game_configuration
on_disconnect	lutris/gui/lutriswindow.py	/^    def on_disconnect(self, *args):$/;"	m	class:LutrisWindow
on_done	lutris/util/downloader.py	/^    def on_done(self, _result, error):$/;"	m	class:Downloader
on_download_complete	lutris/gui/installerwindow.py	/^    def on_download_complete(self, widget, data, more_data=None):$/;"	m	class:InstallerDialog
on_downloaded	lutris/runners/runner.py	/^    def on_downloaded(self, widget, data, user_data):$/;"	m	class:Runner
on_downloaded	lutris/runtime.py	/^    def on_downloaded(self, path):$/;"	m	class:RuntimeUpdater
on_edit_game_configuration	lutris/gui/lutriswindow.py	/^    def on_edit_game_configuration(self, widget):$/;"	m	class:LutrisWindow
on_eject_clicked	lutris/gui/installerwindow.py	/^    def on_eject_clicked(self, widget, data=None):$/;"	m	class:InstallerDialog
on_extracted	lutris/gui/runnerinstalldialog.py	/^    def on_extracted(self, xxx_todo_changeme, error):$/;"	m	class:RunnerInstallDialog
on_extracted	lutris/runtime.py	/^    def on_extracted(self, result, error):$/;"	m	class:RuntimeUpdater
on_file_selected	lutris/gui/installerwindow.py	/^    def on_file_selected(self, widget):$/;"	m	class:InstallerDialog
on_files_treeview_keypress	lutris/gui/config_boxes.py	/^    def on_files_treeview_keypress(self, treeview, event, option):$/;"	m	class:ConfigBox
on_game_added	lutris/gui/lutriswindow.py	/^        def on_game_added(game):$/;"	f	function:LutrisWindow.on_add_manually
on_game_installed	lutris/gui/lutriswindow.py	/^    def on_game_installed(self, view, game_id):$/;"	m	class:LutrisWindow
on_game_quit	lutris/game.py	/^    def on_game_quit(self):$/;"	m	class:Game
on_game_run	lutris/gui/lutriswindow.py	/^    def on_game_run(self, *args, game_id=None):$/;"	m	class:LutrisWindow
on_game_stop	lutris/gui/lutriswindow.py	/^    def on_game_stop(self, *args):$/;"	m	class:LutrisWindow
on_grid_changed	lutris/gui/config_boxes.py	/^    def on_grid_changed(self, grid, option):$/;"	m	class:ConfigBox
on_icons_changed	lutris/gui/gameviews.py	/^    def on_icons_changed(self, store, icon_type):$/;"	m	class:GameGridView
on_icontype_state_change	lutris/gui/lutriswindow.py	/^    def on_icontype_state_change(self, action, value):$/;"	m	class:LutrisWindow
on_image_downloaded	lutris/gui/lutriswindow.py	/^    def on_image_downloaded(self, game_slugs):$/;"	m	class:LutrisWindow
on_input_menu_changed	lutris/gui/installerwindow.py	/^    def on_input_menu_changed(self, widget):$/;"	m	class:InstallerDialog
on_install_clicked	lutris/gui/installerwindow.py	/^    def on_install_clicked(self, button):$/;"	m	class:InstallerDialog
on_install_clicked	lutris/gui/lutriswindow.py	/^    def on_install_clicked(self, *args, game_slug=None, installer_file=None, revision=None):$/;"	m	class:LutrisWindow
on_install_clicked	lutris/gui/runnersdialog.py	/^    def on_install_clicked(self, widget, runner, runner_label):$/;"	m	class:RunnersDialog
on_install_error	lutris/gui/installerwindow.py	/^    def on_install_error(self, message):$/;"	m	class:InstallerDialog
on_install_finished	lutris/gui/installerwindow.py	/^    def on_install_finished(self):$/;"	m	class:InstallerDialog
on_install_runners_clicked	lutris/gui/config_dialogs.py	/^    def on_install_runners_clicked(self, _button):$/;"	m	class:GameDialogCommon
on_installed_toggled	lutris/gui/runnerinstalldialog.py	/^    def on_installed_toggled(self, widget, path):$/;"	m	class:RunnerInstallDialog
on_installer_selected	lutris/gui/installerwindow.py	/^    def on_installer_selected(self, widget):$/;"	m	class:InstallerDialog
on_installer_toggled	lutris/gui/installerwindow.py	/^    def on_installer_toggled(self, btn, script_index):$/;"	m	class:InstallerDialog
on_item_activated	lutris/gui/gameviews.py	/^    def on_item_activated(self, view, path):$/;"	m	class:GameGridView
on_manage_versions	lutris/gui/sidebar.py	/^    def on_manage_versions(self, *args):$/;"	m	class:ContextualMenu
on_open_downloads_clicked	lutris/gui/dialogs.py	/^    def on_open_downloads_clicked(self, _widget):$/;"	m	class:ClientUpdateDialog
on_password_entry_activate	lutris/gui/dialogs.py	/^    def on_password_entry_activate(self, widget):$/;"	m	class:ClientLoginDialog
on_pga_menuitem_activate	lutris/gui/lutriswindow.py	/^    def on_pga_menuitem_activate(self, *args):$/;"	m	class:LutrisWindow
on_preferences_activate	lutris/gui/lutriswindow.py	/^    def on_preferences_activate(self, *args):$/;"	m	class:LutrisWindow
on_query_tooltip	lutris/gui/config_boxes.py	/^    def on_query_tooltip(self, widget, x, y, keybmode, tooltip, text):$/;"	m	class:ConfigBox
on_refresh_clicked	lutris/gui/runnersdialog.py	/^    def on_refresh_clicked(self, widget):$/;"	m	class:RunnersDialog
on_remove_game	lutris/gui/lutriswindow.py	/^    def on_remove_game(self, *args):$/;"	m	class:LutrisWindow
on_remove_source_button_clicked	lutris/gui/dialogs.py	/^    def on_remove_source_button_clicked(self, widget, data=None):$/;"	m	class:PgaSourceDialog
on_reset_button_clicked	lutris/gui/config_boxes.py	/^    def on_reset_button_clicked(self, btn, option, widget, wrapper):$/;"	m	class:ConfigBox
on_resize	lutris/gui/lutriswindow.py	/^    def on_resize(self, widget, *args):$/;"	m	class:LutrisWindow
on_resize	lutris/gui/runnersdialog.py	/^    def on_resize(self, widget, *args):$/;"	m	class:RunnersDialog
on_response	lutris/gui/dialogs.py	/^    def on_response(self, dialog, response):$/;"	m	class:DownloadDialog
on_response	lutris/gui/dialogs.py	/^    def on_response(self, widget, response):$/;"	m	class:GtkBuilderDialog
on_response	lutris/gui/runnerinstalldialog.py	/^    def on_response(self, dialog, response):$/;"	m	class:RunnerInstallDialog
on_row_activated	lutris/gui/gameviews.py	/^    def on_row_activated(self, widget, line=None, column=None):$/;"	m	class:GameListView
on_runner_changed	lutris/gui/config_dialogs.py	/^    def on_runner_changed(self, widget):$/;"	m	class:GameDialogCommon
on_runner_downloaded	lutris/gui/runnerinstalldialog.py	/^    def on_runner_downloaded(self, row):$/;"	m	class:RunnerInstallDialog
on_runner_installed	lutris/runners/atari800.py	/^        def on_runner_installed(*args):$/;"	f	function:atari800.install
on_runner_installed	lutris/runners/hatari.py	/^        def on_runner_installed(*args):$/;"	f	function:hatari.install
on_runner_installed	lutris/runners/o2em.py	/^        def on_runner_installed(*args):$/;"	f	function:o2em.install
on_runner_installed	lutris/runners/redream.py	/^        def on_runner_installed(*args):$/;"	f	function:redream.install
on_runner_installed	lutris/runners/reicast.py	/^        def on_runner_installed(*args):$/;"	f	function:reicast.install
on_runner_installed	lutris/runners/vice.py	/^        def on_runner_installed(*args):$/;"	f	function:vice.install
on_runner_open_clicked	lutris/gui/runnersdialog.py	/^    def on_runner_open_clicked(self, widget):$/;"	m	class:RunnersDialog
on_runtime_check	lutris/gui/dialogs.py	/^    def on_runtime_check(self, *args, **kwargs):$/;"	m	class:RuntimeUpdateDialog
on_save	lutris/gui/config_dialogs.py	/^    def on_save(self, _button, callback=None):$/;"	m	class:GameDialogCommon
on_save	lutris/gui/config_dialogs.py	/^    def on_save(self, widget):$/;"	m	class:SystemConfigDialog
on_save	lutris/gui/config_dialogs.py	/^    def on_save(self, wigdet, data=None):$/;"	m	class:RunnerConfigDialog
on_scripts_obtained	lutris/gui/installerwindow.py	/^    def on_scripts_obtained(self, scripts, _error=None):$/;"	m	class:InstallerDialog
on_search_entry_changed	lutris/gui/lutriswindow.py	/^    def on_search_entry_changed(self, widget):$/;"	m	class:LutrisWindow
on_selection_changed	lutris/gui/flowbox.py	/^    def on_selection_changed(self, widget):$/;"	m	class:GameFlowBox
on_selection_changed	lutris/gui/gameviews.py	/^    def on_selection_changed(self, view):$/;"	m	class:GameGridView
on_service_synced	lutris/gui/sync.py	/^    def on_service_synced(self, caller, data):$/;"	m	class:ServiceSyncRow
on_show_advanced_options_toggled	lutris/gui/config_dialogs.py	/^    def on_show_advanced_options_toggled(self, checkbox):$/;"	m	class:GameDialogCommon
on_show_installed_state_change	lutris/gui/lutriswindow.py	/^    def on_show_installed_state_change(self, action, value):$/;"	m	class:LutrisWindow
on_sidebar_changed	lutris/gui/lutriswindow.py	/^    def on_sidebar_changed(self, widget):$/;"	m	class:LutrisWindow
on_sidebar_state_change	lutris/gui/lutriswindow.py	/^    def on_sidebar_state_change(self, action, value):$/;"	m	class:LutrisWindow
on_slug_change_clicked	lutris/gui/config_dialogs.py	/^    def on_slug_change_clicked(self, widget):$/;"	m	class:GameDialogCommon
on_slug_entry_activate	lutris/gui/config_dialogs.py	/^    def on_slug_entry_activate(self, widget):$/;"	m	class:GameDialogCommon
on_sources_selection_changed	lutris/gui/dialogs.py	/^    def on_sources_selection_changed(self, widget, data=None):$/;"	m	class:PgaSourceDialog
on_spin_button_changed	lutris/gui/config_boxes.py	/^    def on_spin_button_changed(self, spin_button, option):$/;"	m	class:ConfigBox
on_stdout_output	lutris/thread.py	/^    def on_stdout_output(self, fd, condition):$/;"	m	class:LutrisThread
on_steam_downloaded	lutris/runners/winesteam.py	/^        def on_steam_downloaded(*args):$/;"	f	function:winesteam.install
on_steam_game_changed	lutris/gui/lutriswindow.py	/^    def on_steam_game_changed(self, operation, path):$/;"	m	class:LutrisWindow
on_switch_changed	lutris/gui/sync.py	/^    def on_switch_changed(self, switch, data):$/;"	m	class:ServiceSyncRow
on_sync_button_clicked	lutris/gui/sync.py	/^    def on_sync_button_clicked(self, button, sync_method):$/;"	m	class:ServiceSyncRow
on_target_changed	lutris/gui/installerwindow.py	/^    def on_target_changed(self, text_entry):$/;"	m	class:InstallerDialog
on_text_edited	lutris/gui/widgets/common.py	/^    def on_text_edited(self, widget, path, text, field):$/;"	m	class:EditableGrid
on_username_entry_activate	lutris/gui/dialogs.py	/^    def on_username_entry_activate(self, widget):$/;"	m	class:ClientLoginDialog
on_versions_clicked	lutris/gui/runnersdialog.py	/^    def on_versions_clicked(self, widget, runner, runner_label):$/;"	m	class:RunnersDialog
on_view_game	lutris/gui/lutriswindow.py	/^    def on_view_game(self, widget):$/;"	m	class:LutrisWindow
on_view_game_log_activate	lutris/gui/lutriswindow.py	/^    def on_view_game_log_activate(self, *args):$/;"	m	class:LutrisWindow
on_viewtype_state_change	lutris/gui/lutriswindow.py	/^    def on_viewtype_state_change(self, action, val):$/;"	m	class:LutrisWindow
on_window_focus	lutris/gui/installerwindow.py	/^    def on_window_focus(self, widget, *args):$/;"	m	class:InstallerDialog
open_sync_dialog	lutris/gui/lutriswindow.py	/^    def open_sync_dialog(self):$/;"	m	class:LutrisWindow
open_uri	lutris/util/system.py	/^def open_uri(uri):$/;"	f
openmsx	lutris/runners/openmsx.py	/^class openmsx(Runner):$/;"	c
option_changed	lutris/gui/config_boxes.py	/^    def option_changed(self, widget, option_name, value):$/;"	m	class:ConfigBox
options_as_dict	lutris/config.py	/^    def options_as_dict(self, options_type):$/;"	m	class:LutrisConfig
osmose	lutris/runners/osmose.py	/^class osmose(Runner):$/;"	c
override_dll	lutris/util/wineprefix.py	/^    def override_dll(self, dll, mode):$/;"	m	class:WinePrefixManager
packages	setup.py	/^    packages=['lutris', 'lutris.gui', 'lutris.gui.widgets', 'lutris.util',$/;"	v
parse	lutris/util/gamecontrollerdb.py	/^    def parse(self):$/;"	m	class:ControllerMapping
parse	lutris/util/wineregistry.py	/^    def parse(self, line):$/;"	m	class:WineRegistryKey
parse_file	lutris/services/tosec.py	/^    def parse_file(self, file, system):$/;"	m	class:TOSEC
parse_installer_url	lutris/util/resources.py	/^def parse_installer_url(url):$/;"	f
parse_reg_file	lutris/util/wineregistry.py	/^    def parse_reg_file(self, reg_filename):$/;"	m	class:WineRegistry
parse_version	lutris/util/strings.py	/^def parse_version(version):$/;"	f
parse_wine_path	lutris/runners/wine.py	/^    def parse_wine_path(path, prefix_path=None):$/;"	m	class:wine
parsedb	lutris/util/gamecontrollerdb.py	/^    def parsedb(self):$/;"	m	class:GameControllerDB
path_exists	lutris/util/system.py	/^def path_exists(path):$/;"	f
path_is_empty	lutris/util/system.py	/^def path_is_empty(path):$/;"	f
pcsx2	lutris/runners/pcsx2.py	/^class pcsx2(Runner):$/;"	c
pgrp	lutris/util/process.py	/^    def pgrp(self):$/;"	m	class:Process
platforms	lutris/runners/ags.py	/^    platforms = ['Linux']$/;"	v	class:ags
platforms	lutris/runners/atari800.py	/^    platforms = ['Atari 8bit computers']  # FIXME try to determine the actual computer used$/;"	v	class:atari800
platforms	lutris/runners/browser.py	/^    platforms = ["Web"]$/;"	v	class:browser
platforms	lutris/runners/citra.py	/^    platforms = ['Nintendo 3DS']$/;"	v	class:citra
platforms	lutris/runners/desmume.py	/^    platforms = ['Nintendo DS']$/;"	v	class:desmume
platforms	lutris/runners/dgen.py	/^    platforms = ['Sega Genesis']$/;"	v	class:dgen
platforms	lutris/runners/dolphin.py	/^    platforms = [$/;"	v	class:dolphin
platforms	lutris/runners/dosbox.py	/^    platforms = ["MS-DOS"]$/;"	v	class:dosbox
platforms	lutris/runners/frotz.py	/^    platforms = ["Z-Machine"]$/;"	v	class:frotz
platforms	lutris/runners/fsuae.py	/^    platforms = [$/;"	v	class:fsuae
platforms	lutris/runners/hatari.py	/^    platforms = ['Atari ST']$/;"	v	class:hatari
platforms	lutris/runners/higan.py	/^    platforms = [$/;"	v	class:higan
platforms	lutris/runners/jzintv.py	/^    platforms = ["Intellivision"]$/;"	v	class:jzintv
platforms	lutris/runners/libretro.py	/^    def platforms(self):$/;"	m	class:libretro
platforms	lutris/runners/linux.py	/^    platforms = ['Linux']$/;"	v	class:linux
platforms	lutris/runners/mame.py	/^    platforms = ["Arcade"]$/;"	v	class:mame
platforms	lutris/runners/mednafen.py	/^    platforms = [$/;"	v	class:mednafen
platforms	lutris/runners/mess.py	/^    platforms = ($/;"	v	class:mess
platforms	lutris/runners/mupen64plus.py	/^    platforms = ['Nintendo 64']$/;"	v	class:mupen64plus
platforms	lutris/runners/o2em.py	/^    platforms = ($/;"	v	class:o2em
platforms	lutris/runners/openmsx.py	/^    platforms = ["MSX, MSX2, MSX2+, MSX turboR"]$/;"	v	class:openmsx
platforms	lutris/runners/osmose.py	/^    platforms = ['Sega Master System']$/;"	v	class:osmose
platforms	lutris/runners/pcsx2.py	/^    platforms = ['Sony PlayStation 2']$/;"	v	class:pcsx2
platforms	lutris/runners/ppsspp.py	/^    platforms = ['Sony PlayStation Portable']$/;"	v	class:ppsspp
platforms	lutris/runners/redream.py	/^    platforms = ['Sega Dreamcast']$/;"	v	class:redream
platforms	lutris/runners/reicast.py	/^    platforms = ['Sega Dreamcast']$/;"	v	class:reicast
platforms	lutris/runners/residualvm.py	/^    platforms = ["Linux"]  # TODO$/;"	v	class:residualvm
platforms	lutris/runners/rpcs3.py	/^    platforms = ['Sony PlayStation 3']$/;"	v	class:rpcs3
platforms	lutris/runners/runner.py	/^    platforms = []$/;"	v	class:Runner
platforms	lutris/runners/scummvm.py	/^    platforms = ["Linux"]$/;"	v	class:scummvm
platforms	lutris/runners/snes9x.py	/^    platforms = ['Nintendo SNES']$/;"	v	class:snes9x
platforms	lutris/runners/steam.py	/^    platforms = ['Linux']$/;"	v	class:steam
platforms	lutris/runners/stella.py	/^    platforms = ['Atari 2600']$/;"	v	class:stella
platforms	lutris/runners/vice.py	/^    platforms = [$/;"	v	class:vice
platforms	lutris/runners/virtualjaguar.py	/^    platforms = ['Atari Jaguar']$/;"	v	class:virtualjaguar
platforms	lutris/runners/web.py	/^    platforms = ["Web"]$/;"	v	class:web
platforms	lutris/runners/wine.py	/^    platforms = ['Windows']$/;"	v	class:wine
platforms	lutris/runners/winesteam.py	/^    platforms = ['Windows']$/;"	v	class:winesteam
platforms	lutris/runners/zdoom.py	/^    platforms = ["Linux"]$/;"	v	class:zdoom
play	lutris/game.py	/^    def play(self):$/;"	m	class:Game
play	lutris/runners/ags.py	/^    def play(self):$/;"	m	class:ags
play	lutris/runners/atari800.py	/^    def play(self):$/;"	m	class:atari800
play	lutris/runners/browser.py	/^    def play(self):$/;"	m	class:browser
play	lutris/runners/citra.py	/^    def play(self):$/;"	m	class:citra
play	lutris/runners/desmume.py	/^    def play(self):$/;"	m	class:desmume
play	lutris/runners/dgen.py	/^    def play(self):$/;"	m	class:dgen
play	lutris/runners/dolphin.py	/^    def play(self):$/;"	m	class:dolphin
play	lutris/runners/dosbox.py	/^    def play(self):$/;"	m	class:dosbox
play	lutris/runners/frotz.py	/^    def play(self):$/;"	m	class:frotz
play	lutris/runners/fsuae.py	/^    def play(self):$/;"	m	class:fsuae
play	lutris/runners/hatari.py	/^    def play(self):$/;"	m	class:hatari
play	lutris/runners/higan.py	/^    def play(self):$/;"	m	class:higan
play	lutris/runners/jzintv.py	/^    def play(self):$/;"	m	class:jzintv
play	lutris/runners/libretro.py	/^    def play(self):$/;"	m	class:libretro
play	lutris/runners/linux.py	/^    def play(self):$/;"	m	class:linux
play	lutris/runners/mame.py	/^    def play(self):$/;"	m	class:mame
play	lutris/runners/mednafen.py	/^    def play(self):$/;"	m	class:mednafen
play	lutris/runners/mess.py	/^    def play(self):$/;"	m	class:mess
play	lutris/runners/mupen64plus.py	/^    def play(self):$/;"	m	class:mupen64plus
play	lutris/runners/o2em.py	/^    def play(self):$/;"	m	class:o2em
play	lutris/runners/openmsx.py	/^    def play(self):$/;"	m	class:openmsx
play	lutris/runners/osmose.py	/^    def play(self):$/;"	m	class:osmose
play	lutris/runners/pcsx2.py	/^    def play(self):$/;"	m	class:pcsx2
play	lutris/runners/ppsspp.py	/^    def play(self):$/;"	m	class:ppsspp
play	lutris/runners/redream.py	/^    def play(self):$/;"	m	class:redream
play	lutris/runners/reicast.py	/^    def play(self):$/;"	m	class:reicast
play	lutris/runners/residualvm.py	/^    def play(self):$/;"	m	class:residualvm
play	lutris/runners/rpcs3.py	/^    def play(self):$/;"	m	class:rpcs3
play	lutris/runners/runner.py	/^    def play(self):$/;"	m	class:Runner
play	lutris/runners/scummvm.py	/^    def play(self):$/;"	m	class:scummvm
play	lutris/runners/snes9x.py	/^    def play(self):$/;"	m	class:snes9x
play	lutris/runners/steam.py	/^    def play(self):$/;"	m	class:steam
play	lutris/runners/stella.py	/^    def play(self):$/;"	m	class:stella
play	lutris/runners/vice.py	/^    def play(self):$/;"	m	class:vice
play	lutris/runners/virtualjaguar.py	/^    def play(self):$/;"	m	class:virtualjaguar
play	lutris/runners/web.py	/^    def play(self):$/;"	m	class:web
play	lutris/runners/wine.py	/^    def play(self):$/;"	m	class:wine
play	lutris/runners/winesteam.py	/^    def play(self):$/;"	m	class:winesteam
play	lutris/runners/zdoom.py	/^    def play(self):$/;"	m	class:zdoom
populate_controllers	lutris/util/x360ce.py	/^    def populate_controllers(self):$/;"	m	class:X360ce
populate_games	lutris/gui/flowbox.py	/^    def populate_games(self, games):$/;"	m	class:GameFlowBox
populate_games	lutris/gui/gameviews.py	/^    def populate_games(self, games):$/;"	m	class:GameView
populate_runners	lutris/gui/runnersdialog.py	/^    def populate_runners(self):$/;"	m	class:RunnersDialog
popup	lutris/gui/gameviews.py	/^    def popup(self, event, game_row=None, game=None):$/;"	m	class:ContextualMenu
popup	lutris/gui/sidebar.py	/^    def popup(self, event, runner_slug, parent_window):$/;"	m	class:ContextualMenu
popup_contextual_menu	lutris/gui/flowbox.py	/^    def popup_contextual_menu(self, event, widget):$/;"	m	class:GameFlowBox
popup_contextual_menu	lutris/gui/flowbox.py	/^    def popup_contextual_menu(self, widget, event):$/;"	m	class:GameItem
popup_contextual_menu	lutris/gui/gameviews.py	/^    def popup_contextual_menu(self, view, event):$/;"	m	class:GameView
popup_contextual_menu	lutris/gui/sidebar.py	/^    def popup_contextual_menu(self, view, event):$/;"	m	class:SidebarTreeView
post	lutris/util/http.py	/^    def post(self, data):$/;"	m	class:Request
ppid	lutris/util/process.py	/^    def ppid(self):$/;"	m	class:Process
ppsspp	lutris/runners/ppsspp.py	/^class ppsspp(Runner):$/;"	c
prefix_path	lutris/runners/wine.py	/^    def prefix_path(self):$/;"	m	class:wine
prefix_path	lutris/runners/winesteam.py	/^    def prefix_path(self):$/;"	m	class:winesteam
prefix_path	lutris/util/wineregistry.py	/^    def prefix_path(self):$/;"	m	class:WineRegistry
prelaunch	lutris/game.py	/^    def prelaunch(self):$/;"	m	class:Game
prelaunch	lutris/runners/libretro.py	/^    def prelaunch(self):$/;"	m	class:libretro
prelaunch	lutris/runners/mame.py	/^    def prelaunch(self):$/;"	m	class:mame
prelaunch	lutris/runners/steam.py	/^    def prelaunch(self):$/;"	m	class:steam
prelaunch	lutris/runners/wine.py	/^    def prelaunch(self):$/;"	m	class:wine
prelaunch	lutris/runners/winesteam.py	/^    def prelaunch(self):$/;"	m	class:winesteam
prepare_install	lutris/gui/installerwindow.py	/^    def prepare_install(self, script_index):$/;"	m	class:InstallerDialog
print_game_json	lutris/gui/application.py	/^    def print_game_json(self, command_line, game_list):$/;"	m	class:Application
print_game_list	lutris/gui/application.py	/^    def print_game_list(self, command_line, game_list):$/;"	m	class:Application
print_steam_folders	lutris/gui/application.py	/^    def print_steam_folders(self, command_line):$/;"	m	class:Application
print_steam_list	lutris/gui/application.py	/^    def print_steam_list(self, command_line):$/;"	m	class:Application
process_return_codes	lutris/game.py	/^    def process_return_codes(self):$/;"	m	class:Game
python_identifier	lutris/util/system.py	/^def python_identifier(string):$/;"	f
query	lutris/util/wineregistry.py	/^    def query(self, path, subkey):$/;"	m	class:WineRegistry
read_api_key	lutris/api.py	/^def read_api_key():$/;"	f
read_button	lutris/util/joypad.py	/^def read_button(device):$/;"	f
read_config	lutris/util/steam.py	/^def read_config(steam_data_dir):$/;"	f
read_script	lutris/installer/interpreter.py	/^def read_script(filename):$/;"	f
read_setting	lutris/settings.py	/^read_setting = sio.read_setting$/;"	v
read_setting	lutris/util/settings.py	/^    def read_setting(self, key, section='lutris'):$/;"	m	class:SettingsIO
read_sources	lutris/pga.py	/^def read_sources():$/;"	f
read_yaml_from_file	lutris/config.py	/^def read_yaml_from_file(filename):$/;"	f
redream	lutris/runners/redream.py	/^class redream(Runner):$/;"	c
refresh_status	lutris/gui/application.py	/^    def refresh_status(self):$/;"	m	class:Application
refresh_status	lutris/gui/lutriswindow.py	/^    def refresh_status(self):$/;"	m	class:LutrisWindow
reg_keys	lutris/runners/wine.py	/^    reg_keys = {$/;"	v	class:wine
reg_prefix	lutris/runners/wine.py	/^    reg_prefix = "HKEY_CURRENT_USER\\Software\\Wine"$/;"	v	class:wine
register_handler	lutris/config.py	/^def register_handler():$/;"	f
registries	tests/check_prefixes.py	/^registries = get_registries()$/;"	v
reicast	lutris/runners/reicast.py	/^class reicast(Runner):$/;"	c
relative_to_header	lutris/util/wineregistry.py	/^    relative_to_header = ";; All keys relative to "$/;"	v	class:WineRegistry
remove	lutris/config.py	/^    def remove(self, game=None):$/;"	m	class:LutrisConfig
remove	lutris/game.py	/^    def remove(self, from_library=False, from_disk=False):$/;"	m	class:Game
remove_desktop_shortcut	lutris/gui/lutriswindow.py	/^    def remove_desktop_shortcut(self, *args):$/;"	m	class:LutrisWindow
remove_folder	lutris/util/system.py	/^def remove_folder(path):$/;"	f
remove_game	lutris/gui/flowbox.py	/^    def remove_game(self, game_id):$/;"	m	class:GameFlowBox
remove_game	lutris/gui/gameviews.py	/^    def remove_game(self, removed_id):$/;"	m	class:GameView
remove_game_data	lutris/runners/runner.py	/^    def remove_game_data(self, game_path=None):$/;"	m	class:Runner
remove_game_data	lutris/runners/steam.py	/^    def remove_game_data(self, appid=None, **kwargs):$/;"	m	class:steam
remove_game_data	lutris/runners/winesteam.py	/^    def remove_game_data(self, appid=None, **kwargs):$/;"	m	class:winesteam
remove_game_from_view	lutris/gui/lutriswindow.py	/^    def remove_game_from_view(self, game_id, from_library=False):$/;"	m	class:LutrisWindow
remove_launcher	lutris/services/xdg.py	/^def remove_launcher(game_slug, game_id, desktop=False, menu=False):$/;"	f
remove_menu_shortcut	lutris/gui/lutriswindow.py	/^    def remove_menu_shortcut(self, *args):$/;"	m	class:LutrisWindow
remove_row	lutris/gui/gameviews.py	/^    def remove_row(self, model_iter):$/;"	m	class:GameView
rename	lutris/installer/commands.py	/^    def rename(self, params):$/;"	m	class:CommandsMixin
render	lutris/util/wineregistry.py	/^    def render(self):$/;"	m	class:WineRegistry
render	lutris/util/wineregistry.py	/^    def render(self):$/;"	m	class:WineRegistryKey
render_value	lutris/util/wineregistry.py	/^    def render_value(self, value):$/;"	m	class:WineRegistryKey
reset_library_preloads	lutris/util/system.py	/^def reset_library_preloads():$/;"	f
reset_pulse	lutris/util/audio.py	/^def reset_pulse():$/;"	f
residualvm	lutris/runners/residualvm.py	/^class residualvm(Runner):$/;"	c
restore_environment	lutris/thread.py	/^    def restore_environment(self):$/;"	m	class:LutrisThread
restore_gamma	lutris/util/display.py	/^def restore_gamma():$/;"	f
reverse_expanduser	lutris/util/system.py	/^def reverse_expanduser(path):$/;"	f
revert	lutris/installer/interpreter.py	/^    def revert(self):$/;"	m	class:ScriptInterpreter
rpcs3	lutris/runners/rpcs3.py	/^class rpcs3(Runner):$/;"	c
run	lutris/runners/runner.py	/^    def run(self, *args):$/;"	m	class:Runner
run	lutris/thread.py	/^    def run(self):$/;"	m	class:LutrisThread
run_in_terminal	lutris/thread.py	/^    def run_in_terminal(self):$/;"	m	class:LutrisThread
run_joycpl	lutris/runners/wine.py	/^    def run_joycpl(self, *args):$/;"	m	class:wine
run_no_installer_dialog	lutris/gui/installerwindow.py	/^    def run_no_installer_dialog(self):$/;"	m	class:InstallerDialog
run_regedit	lutris/runners/wine.py	/^    def run_regedit(self, *args):$/;"	m	class:wine
run_winecfg	lutris/runners/wine.py	/^    def run_winecfg(self, *args):$/;"	m	class:wine
run_wineexec	lutris/runners/wine.py	/^    def run_wineexec(self, *args):$/;"	m	class:wine
run_winetricks	lutris/runners/wine.py	/^    def run_winetricks(self, *args):$/;"	m	class:wine
runnable_alone	lutris/runners/dolphin.py	/^    runnable_alone = True$/;"	v	class:dolphin
runnable_alone	lutris/runners/dosbox.py	/^    runnable_alone = True$/;"	v	class:dosbox
runnable_alone	lutris/runners/hatari.py	/^    runnable_alone = True$/;"	v	class:hatari
runnable_alone	lutris/runners/libretro.py	/^    runnable_alone = True$/;"	v	class:libretro
runnable_alone	lutris/runners/rpcs3.py	/^    runnable_alone = True$/;"	v	class:rpcs3
runnable_alone	lutris/runners/runner.py	/^    runnable_alone = False$/;"	v	class:Runner
runnable_alone	lutris/runners/scummvm.py	/^    runnable_alone = True$/;"	v	class:scummvm
runnable_alone	lutris/runners/snes9x.py	/^    runnable_alone = True$/;"	v	class:snes9x
runnable_alone	lutris/runners/steam.py	/^    runnable_alone = True$/;"	v	class:steam
runnable_alone	lutris/runners/stella.py	/^    runnable_alone = True$/;"	v	class:stella
runnable_alone	lutris/runners/virtualjaguar.py	/^    runnable_alone = True$/;"	v	class:virtualjaguar
runnable_alone	lutris/runners/winesteam.py	/^    runnable_alone = True$/;"	v	class:winesteam
runner	tests/test_installer.py	/^    runner = 'linux'$/;"	v	class:MockInterpreter
runner_config	lutris/runners/runner.py	/^    def runner_config(self):$/;"	m	class:Runner
runner_config_path	lutris/config.py	/^    def runner_config_path(self):$/;"	m	class:LutrisConfig
runner_executable	lutris/runners/ags.py	/^    runner_executable = 'ags\/ags.sh'$/;"	v	class:ags
runner_executable	lutris/runners/atari800.py	/^    runner_executable = 'atari800\/bin\/atari800'$/;"	v	class:atari800
runner_executable	lutris/runners/citra.py	/^    runner_executable = 'citra\/citra-qt'$/;"	v	class:citra
runner_executable	lutris/runners/desmume.py	/^    runner_executable = 'desmume\/bin\/desmume'$/;"	v	class:desmume
runner_executable	lutris/runners/dgen.py	/^    runner_executable = 'dgen\/bin\/dgen'$/;"	v	class:dgen
runner_executable	lutris/runners/dolphin.py	/^    runner_executable = 'dolphin\/dolphin-emu'$/;"	v	class:dolphin
runner_executable	lutris/runners/dosbox.py	/^    runner_executable = "dosbox\/bin\/dosbox"$/;"	v	class:dosbox
runner_executable	lutris/runners/frotz.py	/^    runner_executable = 'frotz\/frotz'$/;"	v	class:frotz
runner_executable	lutris/runners/fsuae.py	/^    runner_executable = 'fs-uae\/fs-uae'$/;"	v	class:fsuae
runner_executable	lutris/runners/hatari.py	/^    runner_executable = 'hatari\/bin\/hatari'$/;"	v	class:hatari
runner_executable	lutris/runners/higan.py	/^    runner_executable = "higan\/bin\/higan"$/;"	v	class:higan
runner_executable	lutris/runners/jzintv.py	/^    runner_executable = 'jzintv\/bin\/jzintv'$/;"	v	class:jzintv
runner_executable	lutris/runners/libretro.py	/^    runner_executable = 'retroarch\/retroarch'$/;"	v	class:libretro
runner_executable	lutris/runners/mame.py	/^    runner_executable = 'mame\/mame'$/;"	v	class:mame
runner_executable	lutris/runners/mednafen.py	/^    runner_executable = 'mednafen\/bin\/mednafen'$/;"	v	class:mednafen
runner_executable	lutris/runners/mess.py	/^    runner_executable = "mess\/mess"$/;"	v	class:mess
runner_executable	lutris/runners/mupen64plus.py	/^    runner_executable = 'mupen64plus\/mupen64plus'$/;"	v	class:mupen64plus
runner_executable	lutris/runners/o2em.py	/^    runner_executable = 'o2em\/o2em'$/;"	v	class:o2em
runner_executable	lutris/runners/osmose.py	/^    runner_executable = 'osmose\/osmose'$/;"	v	class:osmose
runner_executable	lutris/runners/pcsx2.py	/^    runner_executable = 'pcsx2\/PCSX2'$/;"	v	class:pcsx2
runner_executable	lutris/runners/ppsspp.py	/^    runner_executable = 'ppsspp\/PPSSPPSDL'$/;"	v	class:ppsspp
runner_executable	lutris/runners/redream.py	/^    runner_executable = 'redream\/redream'$/;"	v	class:redream
runner_executable	lutris/runners/reicast.py	/^    runner_executable = 'reicast\/reicast.elf'$/;"	v	class:reicast
runner_executable	lutris/runners/residualvm.py	/^    runner_executable = 'residualvm\/residualvm'$/;"	v	class:residualvm
runner_executable	lutris/runners/rpcs3.py	/^    runner_executable = 'rpcs3\/rpcs3'$/;"	v	class:rpcs3
runner_executable	lutris/runners/runner.py	/^    runner_executable = None$/;"	v	class:Runner
runner_executable	lutris/runners/scummvm.py	/^    runner_executable = 'scummvm\/bin\/scummvm'$/;"	v	class:scummvm
runner_executable	lutris/runners/snes9x.py	/^    runner_executable = "snes9x\/bin\/snes9x-gtk"$/;"	v	class:snes9x
runner_executable	lutris/runners/steam.py	/^    runner_executable = 'steam'$/;"	v	class:steam
runner_executable	lutris/runners/stella.py	/^    runner_executable = "stella\/bin\/stella"$/;"	v	class:stella
runner_executable	lutris/runners/virtualjaguar.py	/^    runner_executable = 'virtualjaguar\/virtualjaguar'$/;"	v	class:virtualjaguar
runner_executable	lutris/runners/web.py	/^    runner_executable = 'web\/electron\/electron'$/;"	v	class:web
runner_executable	lutris/runners/zdoom.py	/^    runner_executable = 'zdoom\/zdoom'$/;"	v	class:zdoom
runner_options	lutris/runners/ags.py	/^    runner_options = [$/;"	v	class:ags
runner_options	lutris/runners/atari800.py	/^    runner_options = [$/;"	v	class:atari800
runner_options	lutris/runners/browser.py	/^    runner_options = [$/;"	v	class:browser
runner_options	lutris/runners/dgen.py	/^    runner_options = [$/;"	v	class:dgen
runner_options	lutris/runners/dolphin.py	/^    runner_options = []$/;"	v	class:dolphin
runner_options	lutris/runners/dosbox.py	/^    runner_options = [$/;"	v	class:dosbox
runner_options	lutris/runners/fsuae.py	/^    runner_options = [$/;"	v	class:fsuae
runner_options	lutris/runners/hatari.py	/^    runner_options = [$/;"	v	class:hatari
runner_options	lutris/runners/higan.py	/^    runner_options = [$/;"	v	class:higan
runner_options	lutris/runners/jzintv.py	/^    runner_options = [$/;"	v	class:jzintv
runner_options	lutris/runners/libretro.py	/^    runner_options = [$/;"	v	class:libretro
runner_options	lutris/runners/mame.py	/^    runner_options = [$/;"	v	class:mame
runner_options	lutris/runners/mednafen.py	/^    runner_options = [$/;"	v	class:mednafen
runner_options	lutris/runners/mess.py	/^    runner_options = [$/;"	v	class:mess
runner_options	lutris/runners/mupen64plus.py	/^    runner_options = [$/;"	v	class:mupen64plus
runner_options	lutris/runners/o2em.py	/^    runner_options = [$/;"	v	class:o2em
runner_options	lutris/runners/osmose.py	/^    runner_options = [$/;"	v	class:osmose
runner_options	lutris/runners/pcsx2.py	/^    runner_options = [$/;"	v	class:pcsx2
runner_options	lutris/runners/ppsspp.py	/^    runner_options = [$/;"	v	class:ppsspp
runner_options	lutris/runners/redream.py	/^    runner_options = [$/;"	v	class:redream
runner_options	lutris/runners/residualvm.py	/^    runner_options = [$/;"	v	class:residualvm
runner_options	lutris/runners/runner.py	/^    runner_options = []$/;"	v	class:Runner
runner_options	lutris/runners/scummvm.py	/^    runner_options = [$/;"	v	class:scummvm
runner_options	lutris/runners/snes9x.py	/^    runner_options = [$/;"	v	class:snes9x
runner_options	lutris/runners/steam.py	/^    runner_options = [$/;"	v	class:steam
runner_options	lutris/runners/stella.py	/^    runner_options = []$/;"	v	class:stella
runner_options	lutris/runners/vice.py	/^    runner_options = [$/;"	v	class:vice
runner_options	lutris/runners/virtualjaguar.py	/^    runner_options = [$/;"	v	class:virtualjaguar
runner_options	lutris/runners/web.py	/^    runner_options = [$/;"	v	class:web
runner_options	lutris/runners/zdoom.py	/^    runner_options = [$/;"	v	class:zdoom
sandbox	lutris/runners/wine.py	/^    def sandbox(self, wine_prefix):$/;"	m	class:wine
save	lutris/config.py	/^    def save(self):$/;"	m	class:LutrisConfig
save	lutris/game.py	/^    def save(self, metadata_only=False):$/;"	m	class:Game
save	lutris/util/libretro.py	/^    def save(self):$/;"	m	class:RetroConfig
save	lutris/util/wineregistry.py	/^    def save(self, path=None):$/;"	m	class:WineRegistry
scaler_modes	lutris/runners/dosbox.py	/^    scaler_modes = [$/;"	v	class:dosbox
scripts	setup.py	/^    scripts=['bin\/lutris'],$/;"	v
scummvm	lutris/runners/scummvm.py	/^class scummvm(Runner):$/;"	c
select_install_folder	lutris/gui/installerwindow.py	/^    def select_install_folder(self):$/;"	m	class:InstallerDialog
selected_game	lutris/gui/flowbox.py	/^    def selected_game(self):$/;"	m	class:GameFlowBox
selected_game	lutris/gui/gameviews.py	/^    selected_game = None$/;"	v	class:GameView
selective_merge	lutris/util/__init__.py	/^def selective_merge(base_obj, delta_obj):$/;"	f
serialize_value	lutris/util/libretro.py	/^    def serialize_value(self, value):$/;"	m	class:RetroConfig
setUp	tests/test_dialogs.py	/^    def setUp(self):$/;"	m	class:TestGameDialog
setUp	tests/test_pga.py	/^    def setUp(self):$/;"	m	class:DatabaseTester
setUp	tests/test_pga.py	/^    def setUp(self):$/;"	m	class:TestMigration
setUp	tests/test_pga.py	/^    def setUp(self):$/;"	m	class:TestPersonnalGameArchive
setUp	tests/test_registry.py	/^    def setUp(self):$/;"	m	class:TestWineRegistry
setUp	tests/test_utils.py	/^    def setUp(self):$/;"	m	class:TestEvilConfigParser
set_button_display	lutris/gui/runnersdialog.py	/^    def set_button_display(self, runner):$/;"	m	class:RunnersDialog
set_column	lutris/gui/gameviews.py	/^    def set_column(self, cell, header, column_id):$/;"	m	class:GameListView
set_config_paths	lutris/pga.py	/^def set_config_paths():$/;"	f
set_connect_state	lutris/gui/application.py	/^    def set_connect_state(self, connected):$/;"	m	class:Application
set_crash_dialogs	lutris/util/wineprefix.py	/^    def set_crash_dialogs(self, enabled):$/;"	m	class:WinePrefixManager
set_cwd	lutris/thread.py	/^    def set_cwd(self, cwd):$/;"	m	class:LutrisThread
set_dark_theme	lutris/gui/lutriswindow.py	/^    def set_dark_theme(is_dark):$/;"	m	class:LutrisWindow
set_drive_path	lutris/runners/wine.py	/^def set_drive_path(prefix, letter, path):$/;"	f
set_icon_type	lutris/gui/gameviews.py	/^    def set_icon_type(self, icon_type):$/;"	m	class:GameStore
set_image_pixbuf	lutris/gui/flowbox.py	/^    def set_image_pixbuf(self):$/;"	m	class:GameItem
set_install_state	lutris/gui/runnersdialog.py	/^    def set_install_state(self, widget, runner, runner_label):$/;"	m	class:RunnersDialog
set_installed	lutris/gui/flowbox.py	/^    def set_installed(self, game):$/;"	m	class:GameFlowBox
set_installed	lutris/gui/gameviews.py	/^    def set_installed(self, game):$/;"	m	class:GameView
set_joystick_controls	lutris/runners/mednafen.py	/^    def set_joystick_controls(self, joy_ids, machine):$/;"	m	class:mednafen
set_label_text	lutris/gui/flowbox.py	/^    def set_label_text(self, text):$/;"	m	class:GameItem
set_message	lutris/gui/installerwindow.py	/^    def set_message(self, message):$/;"	m	class:InstallerDialog
set_option	lutris/runners/snes9x.py	/^    def set_option(self, option, value):$/;"	m	class:snes9x
set_path_chooser	lutris/gui/installerwindow.py	/^    def set_path_chooser(self, callback_on_changed, action=None,$/;"	m	class:InstallerDialog
set_platform_from_runner	lutris/game.py	/^    def set_platform_from_runner(self):$/;"	m	class:Game
set_regedit	lutris/runners/wine.py	/^def set_regedit(path, key, value='', type='REG_SZ', wine_path=None,$/;"	f
set_regedit	lutris/runners/winesteam.py	/^set_regedit = wine.set_regedit$/;"	v
set_regedit_file	lutris/runners/wine.py	/^def set_regedit_file(filename, wine_path=None, prefix=None, arch='win32'):$/;"	f
set_regedit_file	lutris/runners/winesteam.py	/^set_regedit_file = wine.set_regedit_file$/;"	v
set_regedit_keys	lutris/runners/wine.py	/^    def set_regedit_keys(self):$/;"	m	class:wine
set_registry_key	lutris/util/wineprefix.py	/^    def set_registry_key(self, key, subkey, value):$/;"	m	class:WinePrefixManager
set_selected_filter	lutris/gui/lutriswindow.py	/^    def set_selected_filter(self, runner, platform):$/;"	m	class:LutrisWindow
set_selected_game	lutris/gui/flowbox.py	/^    def set_selected_game(self, game_id):$/;"	m	class:GameFlowBox
set_selected_game	lutris/gui/gameviews.py	/^    def set_selected_game(self, game_id):$/;"	m	class:GameGridView
set_selected_game	lutris/gui/gameviews.py	/^    def set_selected_game(self, game_id):$/;"	m	class:GameListView
set_show_installed_state	lutris/gui/lutriswindow.py	/^    def set_show_installed_state(self, filter_installed):$/;"	m	class:LutrisWindow
set_sort_with_column	lutris/gui/gameviews.py	/^    def set_sort_with_column(self, col, sort_col):$/;"	m	class:GameListView
set_status	lutris/gui/installerwindow.py	/^    def set_status(self, text):$/;"	m	class:InstallerDialog
set_status	lutris/gui/lutriswindow.py	/^    def set_status(self, text):$/;"	m	class:LutrisWindow
set_stop_command	lutris/thread.py	/^    def set_stop_command(self, func):$/;"	m	class:LutrisThread
set_style_property	lutris/gui/config_boxes.py	/^    def set_style_property(self, property_, value, wrapper):$/;"	m	class:ConfigBox
set_subkey	lutris/util/wineregistry.py	/^    def set_subkey(self, name, value):$/;"	m	class:WineRegistryKey
set_text_cell	lutris/gui/gameviews.py	/^    def set_text_cell(self):$/;"	m	class:GameListView
set_ui_path	lutris/gui/gi_composites.py	/^    def set_ui_path(*path):$/;"	m	class:_GtkTemplate
set_uninstalled	lutris/gui/flowbox.py	/^    def set_uninstalled(self, game):$/;"	m	class:GameFlowBox
set_uninstalled	lutris/gui/gameviews.py	/^    def set_uninstalled(self, game):$/;"	m	class:GameView
set_uninstalled	lutris/pga.py	/^def set_uninstalled(id):$/;"	f
set_value	lutris/util/wineregistry.py	/^    def set_value(self, path, subkey, value):$/;"	m	class:WineRegistry
set_wine_desktop	lutris/runners/wine.py	/^    def set_wine_desktop(self, enable_desktop=False):$/;"	m	class:wine
setup_defaults	lutris/util/wineprefix.py	/^    def setup_defaults(self):$/;"	m	class:WinePrefixManager
setup_x360ce	lutris/runners/wine.py	/^    def setup_x360ce(self, x360ce_path):$/;"	m	class:wine
should_create_target	lutris/installer/interpreter.py	/^    def should_create_target(self):$/;"	m	class:ScriptInterpreter
show_error_message	lutris/game.py	/^    def show_error_message(self, message):$/;"	m	class:Game
show_non_empty_warning	lutris/gui/installerwindow.py	/^    def show_non_empty_warning(self):$/;"	m	class:InstallerDialog
show_sidebar	lutris/gui/lutriswindow.py	/^    def show_sidebar(self):$/;"	m	class:LutrisWindow
shutdown	lutris/runners/steam.py	/^def shutdown():$/;"	f
shutdown	lutris/runners/winesteam.py	/^    def shutdown(self):$/;"	m	class:winesteam
sidebar_paned	lutris/gui/lutriswindow.py	/^    sidebar_paned = GtkTemplate.Child()$/;"	v	class:LutrisWindow
sidebar_viewport	lutris/gui/lutriswindow.py	/^    sidebar_viewport = GtkTemplate.Child()$/;"	v	class:LutrisWindow
sio	lutris/settings.py	/^sio = SettingsIO(CONFIG_FILE)$/;"	v
slug	lutris/services/steam.py	/^    def slug(self):$/;"	m	class:AppManifest
slugify	lutris/util/strings.py	/^def slugify(value):$/;"	f
snes9x	lutris/runners/snes9x.py	/^class snes9x(Runner):$/;"	c
sort_func	lutris/gui/flowbox.py	/^    def sort_func(self, child1, child2):$/;"	m	class:GameFlowBox
sort_func	lutris/gui/gameviews.py	/^        def sort_func(model, row1, row2, user_data):$/;"	f	function:GameListView.set_sort_with_column
sources_list	lutris/gui/dialogs.py	/^    def sources_list(self):$/;"	m	class:PgaSourceDialog
splash_box	lutris/gui/lutriswindow.py	/^    splash_box = GtkTemplate.Child()$/;"	v	class:LutrisWindow
split_game_title	lutris/services/tosec.py	/^def split_game_title(game):$/;"	f
stacktrace	lutris/util/system.py	/^def stacktrace():$/;"	f
start	lutris/gui/widgets/download_progress.py	/^    def start(self):$/;"	m	class:DownloadProgressBox
start	lutris/util/downloader.py	/^    def start(self):$/;"	m	class:Downloader
start_download	lutris/gui/installerwindow.py	/^    def start_download(self, file_uri, dest_file, callback=None, data=None, referer=None):$/;"	m	class:InstallerDialog
state	lutris/util/process.py	/^    def state(self):$/;"	m	class:Process
states	lutris/services/steam.py	/^    def states(self):$/;"	m	class:AppManifest
status_box	lutris/gui/lutriswindow.py	/^    status_box = GtkTemplate.Child()$/;"	v	class:LutrisWindow
status_updater	lutris/runtime.py	/^    status_updater = None$/;"	v	class:RuntimeUpdater
statusbar	lutris/gui/lutriswindow.py	/^    statusbar = GtkTemplate.Child()$/;"	v	class:LutrisWindow
steam	lutris/runners/steam.py	/^class steam(Runner):$/;"	c
steam_data_dir	lutris/runners/steam.py	/^    def steam_data_dir(self):$/;"	m	class:steam
steam_data_dir	lutris/runners/winesteam.py	/^    def steam_data_dir(self):$/;"	m	class:winesteam
stella	lutris/runners/stella.py	/^class stella(Runner):$/;"	c
stop	lutris/game.py	/^    def stop(self):$/;"	m	class:Game
stop	lutris/runners/steam.py	/^    def stop(self):$/;"	m	class:steam
stop	lutris/runners/wine.py	/^    def stop(self):$/;"	m	class:wine
stop	lutris/runners/winesteam.py	/^    def stop(self):$/;"	m	class:winesteam
stop	lutris/thread.py	/^    def stop(self, killall=False):$/;"	m	class:LutrisThread
substitute	lutris/util/system.py	/^def substitute(string_template, variables):$/;"	f
substitute_label	lutris/gui/uninstallgamedialog.py	/^    def substitute_label(self, widget, name, replacement):$/;"	m	class:UninstallGameDialog
substitute_vars	lutris/installer/commands.py	/^    def substitute_vars(self, data):$/;"	m	class:CommandsMixin
support_legacy_version	lutris/runners/wine.py	/^def support_legacy_version(version):$/;"	f
switch_splash_screen	lutris/gui/lutriswindow.py	/^    def switch_splash_screen(self):$/;"	m	class:LutrisWindow
switch_view	lutris/gui/lutriswindow.py	/^    def switch_view(self, view_type):$/;"	m	class:LutrisWindow
sync_appmanifest_state	lutris/services/steam.py	/^def sync_appmanifest_state(appmanifest_path, name=None, slug=None):$/;"	f
sync_from_remote	lutris/sync.py	/^def sync_from_remote():$/;"	f
sync_game_details	lutris/sync.py	/^def sync_game_details(remote_library):$/;"	f
sync_icons	lutris/gui/lutriswindow.py	/^    def sync_icons(self):$/;"	m	class:LutrisWindow
sync_library	lutris/gui/lutriswindow.py	/^    def sync_library(self):$/;"	m	class:LutrisWindow
sync_missing_games	lutris/sync.py	/^def sync_missing_games(not_in_local, remote_library):$/;"	f
sync_with_lutris	lutris/services/scummvm.py	/^def sync_with_lutris():$/;"	f
sync_with_lutris	lutris/services/steam.py	/^def sync_with_lutris(platform='linux'):$/;"	f
sync_with_lutris	lutris/services/winesteam.py	/^def sync_with_lutris():$/;"	f
sync_with_lutris	lutris/services/xdg.py	/^def sync_with_lutris():$/;"	f
syncdb	lutris/pga.py	/^def syncdb():$/;"	f
system_config	lutris/runners/runner.py	/^    def system_config(self):$/;"	m	class:Runner
system_config_path	lutris/config.py	/^    def system_config_path(self):$/;"	m	class:LutrisConfig
system_options	lutris/sysoptions.py	/^system_options = [$/;"	v
system_options_override	lutris/runners/browser.py	/^    system_options_override = [$/;"	v	class:browser
system_options_override	lutris/runners/frotz.py	/^    system_options_override = [$/;"	v	class:frotz
system_options_override	lutris/runners/rpcs3.py	/^    system_options_override = [$/;"	v	class:rpcs3
system_options_override	lutris/runners/runner.py	/^    system_options_override = []$/;"	v	class:Runner
system_options_override	lutris/runners/steam.py	/^    system_options_override = [$/;"	v	class:steam
system_options_override	lutris/runners/web.py	/^    system_options_override = [$/;"	v	class:web
system_options_override	lutris/runners/wine.py	/^    system_options_override = [$/;"	v	class:wine
target	lutris/util/jobs.py	/^    def target(self, *args, **kwargs):$/;"	m	class:AsyncCall
task	lutris/installer/commands.py	/^    def task(self, data):$/;"	m	class:CommandsMixin
tearDown	tests/test_pga.py	/^    def tearDown(self):$/;"	m	class:DatabaseTester
tearDown	tests/test_utils.py	/^    def tearDown(self):$/;"	m	class:TestEvilConfigParser
test_action_rungame	tests/test_resources.py	/^    def test_action_rungame(self):$/;"	m	class:TestInstallerUrls
test_action_rungameid	tests/test_resources.py	/^    def test_action_rungameid(self):$/;"	m	class:TestInstallerUrls
test_add_field	tests/test_pga.py	/^    def test_add_field(self):$/;"	m	class:TestMigration
test_add_game	tests/test_pga.py	/^    def test_add_game(self):$/;"	m	class:TestPersonnalGameArchive
test_add_url_tags	tests/test_utils.py	/^    def test_add_url_tags(self):$/;"	m	class:TestStringUtils
test_can_add_game	tests/test_dialogs.py	/^    def test_can_add_game(self):$/;"	m	class:TestGameDialog
test_can_clear_a_key	tests/test_registry.py	/^    def test_can_clear_a_key(self):$/;"	m	class:TestWineRegistry
test_can_create_table	tests/test_pga.py	/^    def test_can_create_table(self):$/;"	m	class:TestDbCreator
test_can_filter_by_installed_games	tests/test_pga.py	/^    def test_can_filter_by_installed_games(self):$/;"	m	class:TestPersonnalGameArchive
test_can_generate_fields	tests/test_pga.py	/^    def test_can_generate_fields(self):$/;"	m	class:TestDbCreator
test_can_get_dword_value	tests/test_registry.py	/^    def test_can_get_dword_value(self):$/;"	m	class:TestWineRegistry
test_can_get_meta	tests/test_registry.py	/^    def test_can_get_meta(self):$/;"	m	class:TestWineRegistry
test_can_get_string_value	tests/test_registry.py	/^    def test_can_get_string_value(self):$/;"	m	class:TestWineRegistry
test_can_get_timestamp_as_float	tests/test_registry.py	/^    def test_can_get_timestamp_as_float(self):$/;"	m	class:TestWineRegistry
test_can_get_timestamp_as_int	tests/test_registry.py	/^    def test_can_get_timestamp_as_int(self):$/;"	m	class:TestWineRegistry
test_can_know_if_table_exists	tests/test_pga.py	/^    def test_can_know_if_table_exists(self):$/;"	m	class:TestMigration
test_can_load_registry	tests/test_registry.py	/^    def test_can_load_registry(self):$/;"	m	class:TestWineRegistry
test_can_migrate	tests/test_pga.py	/^    def test_can_migrate(self):$/;"	m	class:TestMigration
test_can_query_registry	tests/test_registry.py	/^    def test_can_query_registry(self):$/;"	m	class:TestWineRegistry
test_can_render_key	tests/test_registry.py	/^    def test_can_render_key(self):$/;"	m	class:TestWineRegistry
test_can_render_system_reg	tests/test_registry.py	/^    def test_can_render_system_reg(self):$/;"	m	class:TestWineRegistry
test_can_set_value_to_a_new_key	tests/test_registry.py	/^    def test_can_set_value_to_a_new_key(self):$/;"	m	class:TestWineRegistry
test_can_set_value_to_a_new_sub_key	tests/test_registry.py	/^    def test_can_set_value_to_a_new_sub_key(self):$/;"	m	class:TestWineRegistry
test_can_set_value_to_existing_subkey	tests/test_registry.py	/^    def test_can_set_value_to_existing_subkey(self):$/;"	m	class:TestWineRegistry
test_can_sub_game_files_with_dashes_in_key	tests/test_utils.py	/^    def test_can_sub_game_files_with_dashes_in_key(self):$/;"	m	class:TestSubstitute
test_cant_add_existing_field	tests/test_pga.py	/^    def test_cant_add_existing_field(self):$/;"	m	class:TestMigration
test_cant_create_empty_table	tests/test_pga.py	/^    def test_cant_create_empty_table(self):$/;"	m	class:TestMigration
test_changing_runner_sets_new_config	tests/test_dialogs.py	/^    def test_changing_runner_sets_new_config(self):$/;"	m	class:TestGameDialog
test_config_parse_can_write_to_disk	tests/test_utils.py	/^    def test_config_parse_can_write_to_disk(self):$/;"	m	class:TestEvilConfigParser
test_creation_by_key_def_parses	tests/test_registry.py	/^    def test_creation_by_key_def_parses(self):$/;"	m	class:TestWineRegistryKey
test_creation_by_path_parses	tests/test_registry.py	/^    def test_creation_by_path_parses(self):$/;"	m	class:TestWineRegistryKey
test_delete_game	tests/test_pga.py	/^    def test_delete_game(self):$/;"	m	class:TestPersonnalGameArchive
test_dependency_options	tests/test_utils.py	/^    def test_dependency_options(self):$/;"	m	class:TestUnpackDependencies
test_dialog	tests/test_dialogs.py	/^    def test_dialog(self):$/;"	m	class:TestGameDialog
test_dict_to_vdf	tests/test_utils.py	/^    def test_dict_to_vdf(self):$/;"	m	class:TestSteamUtils
test_download_dialog	tests/benchmark_download.py	/^def test_download_dialog():$/;"	f
test_env_format	tests/test_wine.py	/^    def test_env_format(self):$/;"	m	class:TestDllOverrides
test_file_ids_are_correctly_transformed	tests/test_utils.py	/^    def test_file_ids_are_correctly_transformed(self):$/;"	m	class:TestFileUtils
test_file_ids_are_substitued	tests/test_utils.py	/^    def test_file_ids_are_substitued(self):$/;"	m	class:TestFileUtils
test_filter	tests/test_pga.py	/^    def test_filter(self):$/;"	m	class:TestPersonnalGameArchive
test_game_config_overrides_all	tests/test_runners.py	/^    def test_game_config_overrides_all(self):$/;"	m	class:ImportRunnerTest
test_game_with_same_slug_is_updated	tests/test_pga.py	/^    def test_game_with_same_slug_is_updated(self):$/;"	m	class:TestPersonnalGameArchive
test_get_command_doesnt_return_private_methods	tests/test_installer.py	/^    def test_get_command_doesnt_return_private_methods(self):$/;"	m	class:TestScriptInterpreter
test_get_command_returns_a_method	tests/test_installer.py	/^    def test_get_command_returns_a_method(self):$/;"	m	class:TestScriptInterpreter
test_get_game_list	tests/test_pga.py	/^    def test_get_game_list(self):$/;"	m	class:TestPersonnalGameArchive
test_get_runner_liststore	tests/test_dialogs.py	/^    def test_get_runner_liststore(self):$/;"	m	class:TestGameDialogCommon
test_get_schema	tests/test_pga.py	/^    def test_get_schema(self):$/;"	m	class:TestMigration
test_get_system_config	tests/test_runners.py	/^    def test_get_system_config(self):$/;"	m	class:ImportRunnerTest
test_import_module	tests/test_runners.py	/^    def test_import_module(self):$/;"	m	class:ImportRunnerTest
test_legacy_url	tests/test_resources.py	/^    def test_legacy_url(self):$/;"	m	class:TestInstallerUrls
test_move_requires_src_and_dst	tests/test_installer.py	/^    def test_move_requires_src_and_dst(self):$/;"	m	class:TestScriptInterpreter
test_multiple_dependencies	tests/test_utils.py	/^    def test_multiple_dependencies(self):$/;"	m	class:TestUnpackDependencies
test_options	tests/test_runners.py	/^    def test_options(self):$/;"	m	class:ImportRunnerTest
test_parse_registry_key	tests/test_registry.py	/^    def test_parse_registry_key(self):$/;"	m	class:TestWineRegistryKey
test_parse_version	tests/test_utils.py	/^    def test_parse_version(self):$/;"	m	class:TestVersionSort
test_render_user_reg	tests/test_registry.py	/^    def test_render_user_reg(self):$/;"	m	class:TestWineRegistry
test_runner_config_overrides_system_config	tests/test_runners.py	/^    def test_runner_config_overrides_system_config(self):$/;"	m	class:ImportRunnerTest
test_runner_modules	tests/test_runners.py	/^    def test_runner_modules(self):$/;"	m	class:ImportRunnerTest
test_script_with_correct_values_is_valid	tests/test_installer.py	/^    def test_script_with_correct_values_is_valid(self):$/;"	m	class:TestScriptInterpreter
test_set_option	tests/test_snes9x.py	/^    def test_set_option(self):$/;"	m	class:TestSnes9x
test_single_dependency	tests/test_utils.py	/^    def test_single_dependency(self):$/;"	m	class:TestUnpackDependencies
test_strips_extra_commas	tests/test_utils.py	/^    def test_strips_extra_commas(self):$/;"	m	class:TestUnpackDependencies
test_system_config_with_no_system_yml	tests/test_runners.py	/^    def test_system_config_with_no_system_yml(self):$/;"	m	class:ImportRunnerTest
test_urlretrieve	tests/benchmark_download.py	/^def test_urlretrieve():$/;"	f
test_version_sorting_supports_extra_strings	tests/test_utils.py	/^    def test_version_sorting_supports_extra_strings(self):$/;"	m	class:TestVersionSort
test_versions_are_correctly_sorted	tests/test_utils.py	/^    def test_versions_are_correctly_sorted(self):$/;"	m	class:TestVersionSort
test_versions_can_be_reversed	tests/test_utils.py	/^    def test_versions_can_be_reversed(self):$/;"	m	class:TestVersionSort
text	lutris/util/http.py	/^    def text(self):$/;"	m	class:Request
ticks_per_seconds	lutris/util/wineregistry.py	/^    ticks_per_seconds = 10000000  # 1 tick every 100 nanoseconds$/;"	v	class:WindowsFileTime
timed	tests/benchmark_download.py	/^def timed(function):$/;"	f
to_date_time	lutris/util/wineregistry.py	/^    def to_date_time(self):$/;"	m	class:WindowsFileTime
to_hex	lutris/util/wineregistry.py	/^    def to_hex(self):$/;"	m	class:WindowsFileTime
to_unix_timestamp	lutris/util/wineregistry.py	/^    def to_unix_timestamp(self):$/;"	m	class:WindowsFileTime
to_vdf	lutris/util/steam.py	/^def to_vdf(dict_data, level=0):$/;"	f
toggle_connection	lutris/gui/lutriswindow.py	/^    def toggle_connection(self, is_connected, username=None):$/;"	m	class:LutrisWindow
toggle_dxvk	lutris/runners/wine.py	/^    def toggle_dxvk(self, enable_dxvk):$/;"	m	class:wine
tosec_to_words	lutris/services/tosec.py	/^def tosec_to_words(file):$/;"	f
turn_off_except	lutris/util/display.py	/^def turn_off_except(display):$/;"	f
type	lutris/gui/widgets/cellrenderers.py	/^        type=str,$/;"	v	class:CellRendererButton
udpate_desktop_icons	lutris/util/resources.py	/^def udpate_desktop_icons():$/;"	f
uninstall	lutris/runners/runner.py	/^    def uninstall(self):$/;"	m	class:Runner
uninstall_runner	lutris/gui/runnerinstalldialog.py	/^    def uninstall_runner(self, row):$/;"	m	class:RunnerInstallDialog
unpack_dependencies	lutris/util/strings.py	/^def unpack_dependencies(string):$/;"	f
update	lutris/gui/sidebar.py	/^    def update(self, *args):$/;"	m	class:SidebarTreeView
update	lutris/runtime.py	/^    def update(self, status_updater=None):$/;"	m	class:RuntimeUpdater
update_cascaded_config	lutris/config.py	/^    def update_cascaded_config(self):$/;"	m	class:LutrisConfig
update_existing_games	lutris/gui/lutriswindow.py	/^    def update_existing_games(self, added, updated, first_run=False):$/;"	m	class:LutrisWindow
update_gui	lutris/gui/lutriswindow.py	/^        def update_gui(result, error):$/;"	f	function:LutrisWindow.sync_library
update_image	lutris/gui/flowbox.py	/^    def update_image(self, game_id, is_installed):$/;"	m	class:GameFlowBox
update_image	lutris/gui/gameviews.py	/^    def update_image(self, game_id, is_installed=False):$/;"	m	class:GameView
update_platforms	lutris/platforms.py	/^def update_platforms():$/;"	f
update_raw_config	lutris/config.py	/^    def update_raw_config(self):$/;"	m	class:LutrisConfig
update_row	lutris/gui/flowbox.py	/^    def update_row(self, game):$/;"	m	class:GameFlowBox
update_row	lutris/gui/gameviews.py	/^    def update_row(self, game):$/;"	m	class:GameView
update_runtime	lutris/gui/lutriswindow.py	/^    def update_runtime(self):$/;"	m	class:LutrisWindow
url	setup.py	/^    url='https:\/\/lutris.net',$/;"	v
use_lutris_runtime	lutris/runners/wine.py	/^def use_lutris_runtime(force_disable=False):$/;"	f
use_runtime	lutris/runners/runner.py	/^    def use_runtime(self):$/;"	m	class:Runner
use_xvid_mode	lutris/util/wineprefix.py	/^    def use_xvid_mode(self, enabled):$/;"	m	class:WinePrefixManager
user_agent	lutris/util/http.py	/^    def user_agent(self):$/;"	m	class:Request
user_config	lutris/services/steam.py	/^    def user_config(self):$/;"	m	class:AppManifest
valid_keys	lutris/util/gamecontrollerdb.py	/^    valid_keys = [$/;"	v	class:ControllerMapping
validate_game	lutris/runners/winesteam.py	/^    def validate_game(self, appid):$/;"	m	class:winesteam
value	lutris/gui/widgets/cellrenderers.py	/^    value = GObject.Property($/;"	v	class:CellRendererButton
value_map	lutris/util/libretro.py	/^    value_map = {$/;"	v	class:RetroConfig
vdf_parse	lutris/util/steam.py	/^def vdf_parse(steam_config_file, config):$/;"	f
vdf_write	lutris/util/steam.py	/^def vdf_write(vdf_path, config):$/;"	f
verify_dotnet11	share/lutris/bin/winetricks	/^verify_dotnet11()$/;"	f
verify_dotnet11sp1	share/lutris/bin/winetricks	/^verify_dotnet11sp1()$/;"	f
verify_dotnet20	share/lutris/bin/winetricks	/^verify_dotnet20()$/;"	f
verify_dotnet20sp1	share/lutris/bin/winetricks	/^verify_dotnet20sp1()$/;"	f
verify_dotnet20sp2	share/lutris/bin/winetricks	/^verify_dotnet20sp2()$/;"	f
verify_dotnet30	share/lutris/bin/winetricks	/^verify_dotnet30()$/;"	f
verify_dotnet30sp1	share/lutris/bin/winetricks	/^verify_dotnet30sp1()$/;"	f
verify_dotnet35	share/lutris/bin/winetricks	/^verify_dotnet35()$/;"	f
verify_dotnet35sp1	share/lutris/bin/winetricks	/^verify_dotnet35sp1()$/;"	f
verify_dotnet40	share/lutris/bin/winetricks	/^verify_dotnet40()$/;"	f
verify_dotnet45	share/lutris/bin/winetricks	/^verify_dotnet45()$/;"	f
verify_dotnet452	share/lutris/bin/winetricks	/^verify_dotnet452()$/;"	f
verify_dotnet46	share/lutris/bin/winetricks	/^verify_dotnet46()$/;"	f
verify_dotnet461	share/lutris/bin/winetricks	/^verify_dotnet461()$/;"	f
verify_dotnet462	share/lutris/bin/winetricks	/^verify_dotnet462()$/;"	f
version	lutris/util/dxvk.py	/^    def version(self):$/;"	m	class:DXVKManager
version	setup.py	/^    version=VERSION,$/;"	v
version_header	lutris/util/wineregistry.py	/^    version_header = "WINE REGISTRY Version "$/;"	v	class:WineRegistry
version_key	lutris/util/strings.py	/^    def version_key(version):$/;"	f	function:version_sort
version_sort	lutris/util/strings.py	/^def version_sort(versions, reverse=False):$/;"	f
vice	lutris/runners/vice.py	/^class vice(Runner):$/;"	c
virtualjaguar	lutris/runners/virtualjaguar.py	/^class virtualjaguar(Runner):$/;"	c
w_ahk_do	share/lutris/bin/winetricks	/^w_ahk_do()$/;"	f
w_append_path	share/lutris/bin/winetricks	/^w_append_path()$/;"	f
w_askpermission	share/lutris/bin/winetricks	/^w_askpermission()$/;"	f
w_backup_reg_file	share/lutris/bin/winetricks	/^w_backup_reg_file()$/;"	f
w_call	share/lutris/bin/winetricks	/^w_call()$/;"	f
w_common_override_dll	share/lutris/bin/winetricks	/^w_common_override_dll()$/;"	f
w_compare_wine_version	share/lutris/bin/winetricks	/^w_compare_wine_version()$/;"	f
w_conflicts	share/lutris/bin/winetricks	/^w_conflicts()$/;"	f
w_declare_exe	share/lutris/bin/winetricks	/^w_declare_exe()$/;"	f
w_die	share/lutris/bin/winetricks	/^w_die()$/;"	f
w_do_call	share/lutris/bin/winetricks	/^w_do_call()$/;"	f
w_dotnet_verify	share/lutris/bin/winetricks	/^w_dotnet_verify()$/;"	f
w_download	share/lutris/bin/winetricks	/^w_download()$/;"	f
w_download_manual	share/lutris/bin/winetricks	/^w_download_manual()$/;"	f
w_download_manual_to	share/lutris/bin/winetricks	/^w_download_manual_to()$/;"	f
w_download_to	share/lutris/bin/winetricks	/^w_download_to()$/;"	f
w_download_torrent	share/lutris/bin/winetricks	/^w_download_torrent()$/;"	f
w_expand_env	share/lutris/bin/winetricks	/^w_expand_env()$/;"	f
w_get_sha1sum	share/lutris/bin/winetricks	/^w_get_sha1sum()$/;"	f
w_get_sha256sum	share/lutris/bin/winetricks	/^w_get_sha256sum()$/;"	f
w_get_shatype	share/lutris/bin/winetricks	/^w_get_shatype() {$/;"	f
w_info	share/lutris/bin/winetricks	/^w_info()$/;"	f
w_killall	share/lutris/bin/winetricks	/^w_killall()$/;"	f
w_metadata	share/lutris/bin/winetricks	/^w_metadata()$/;"	f
w_mount	share/lutris/bin/winetricks	/^w_mount()$/;"	f
w_open_folder	share/lutris/bin/winetricks	/^w_open_folder()$/;"	f
w_open_webpage	share/lutris/bin/winetricks	/^w_open_webpage()$/;"	f
w_override_all_dlls	share/lutris/bin/winetricks	/^w_override_all_dlls()$/;"	f
w_override_app_dlls	share/lutris/bin/winetricks	/^w_override_app_dlls()$/;"	f
w_override_dlls	share/lutris/bin/winetricks	/^w_override_dlls()$/;"	f
w_override_no_dlls	share/lutris/bin/winetricks	/^w_override_no_dlls()$/;"	f
w_package_broken_win64	share/lutris/bin/winetricks	/^w_package_broken_win64()$/;"	f
w_package_unsupported_win64	share/lutris/bin/winetricks	/^w_package_unsupported_win64()$/;"	f
w_package_warn_win64	share/lutris/bin/winetricks	/^w_package_warn_win64()$/;"	f
w_pathconv	share/lutris/bin/winetricks	/^w_pathconv()$/;"	f
w_question	share/lutris/bin/winetricks	/^w_question()$/;"	f
w_read_key	share/lutris/bin/winetricks	/^w_read_key()$/;"	f
w_register_font	share/lutris/bin/winetricks	/^w_register_font()$/;"	f
w_register_font_replacement	share/lutris/bin/winetricks	/^w_register_font_replacement()$/;"	f
w_set_app_winver	share/lutris/bin/winetricks	/^w_set_app_winver()$/;"	f
w_set_winver	share/lutris/bin/winetricks	/^w_set_winver()$/;"	f
w_skip_windows	share/lutris/bin/winetricks	/^w_skip_windows()$/;"	f
w_steam_getid	share/lutris/bin/winetricks	/^w_steam_getid()$/;"	f
w_steam_install_game	share/lutris/bin/winetricks	/^w_steam_install_game()$/;"	f
w_steam_safemode	share/lutris/bin/winetricks	/^w_steam_safemode()$/;"	f
w_try	share/lutris/bin/winetricks	/^w_try()$/;"	f
w_try_7z	share/lutris/bin/winetricks	/^w_try_7z()$/;"	f
w_try_ar	share/lutris/bin/winetricks	/^w_try_ar()$/;"	f
w_try_cabextract	share/lutris/bin/winetricks	/^w_try_cabextract()$/;"	f
w_try_cd	share/lutris/bin/winetricks	/^w_try_cd()$/;"	f
w_try_cp_font_files	share/lutris/bin/winetricks	/^w_try_cp_font_files()$/;"	f
w_try_msiexec64	share/lutris/bin/winetricks	/^w_try_msiexec64()$/;"	f
w_try_regedit	share/lutris/bin/winetricks	/^w_try_regedit()$/;"	f
w_try_regedit32	share/lutris/bin/winetricks	/^w_try_regedit32()$/;"	f
w_try_regedit64	share/lutris/bin/winetricks	/^w_try_regedit64()$/;"	f
w_try_regsvr	share/lutris/bin/winetricks	/^w_try_regsvr()$/;"	f
w_try_unrar	share/lutris/bin/winetricks	/^w_try_unrar()$/;"	f
w_try_unzip	share/lutris/bin/winetricks	/^w_try_unzip()$/;"	f
w_umount	share/lutris/bin/winetricks	/^w_umount()$/;"	f
w_unset_winver	share/lutris/bin/winetricks	/^w_unset_winver()$/;"	f
w_verify_cabextract_available	share/lutris/bin/winetricks	/^w_verify_cabextract_available()$/;"	f
w_verify_sha1sum	share/lutris/bin/winetricks	/^w_verify_sha1sum()$/;"	f
w_verify_sha256sum	share/lutris/bin/winetricks	/^w_verify_sha256sum()$/;"	f
w_verify_shasum	share/lutris/bin/winetricks	/^w_verify_shasum()$/;"	f
w_warn	share/lutris/bin/winetricks	/^w_warn()$/;"	f
w_warn_cancel	share/lutris/bin/winetricks	/^w_warn_cancel()$/;"	f
w_wine_version_in	share/lutris/bin/winetricks	/^w_wine_version_in()$/;"	f
w_wineserver	share/lutris/bin/winetricks	/^w_wineserver()$/;"	f
w_workaround_wine_bug	share/lutris/bin/winetricks	/^w_workaround_wine_bug()$/;"	f
watch_children	lutris/thread.py	/^    def watch_children(self):$/;"	m	class:LutrisThread
watch_game_process	lutris/runners/steam.py	/^    def watch_game_process(self):$/;"	m	class:steam
watch_game_process	lutris/runners/winesteam.py	/^    def watch_game_process(self):$/;"	m	class:winesteam
web	lutris/runners/web.py	/^class web(Runner):$/;"	c
widgets	lutris/gui/gi_composites.py	/^    def widgets(count):$/;"	m	class:_Child
wine	lutris/runners/wine.py	/^class wine(Runner):$/;"	c
wine_arch	lutris/runners/wine.py	/^    def wine_arch(self):$/;"	m	class:wine
winecfg	lutris/runners/wine.py	/^def winecfg(wine_path=None, prefix=None, arch='win32', config=None):$/;"	f
winecfg	lutris/runners/winesteam.py	/^winecfg = wine.winecfg$/;"	v
wineexec	lutris/runners/wine.py	/^def wineexec(executable, args="", wine_path=None, prefix=None, arch=None,$/;"	f
wineexec	lutris/runners/winesteam.py	/^wineexec = wine.wineexec$/;"	v
winekill	lutris/runners/wine.py	/^def winekill(prefix, arch='win32', wine_path=None, env=None, initial_pids=None):$/;"	f
winesteam	lutris/runners/winesteam.py	/^class winesteam(wine.wine):$/;"	c
winetricks	lutris/runners/wine.py	/^def winetricks(app, prefix=None, arch=None, silent=True,$/;"	f
winetricks	lutris/runners/winesteam.py	/^winetricks = wine.winetricks$/;"	v
winetricks_annihilate_wineprefix	share/lutris/bin/winetricks	/^winetricks_annihilate_wineprefix()$/;"	f
winetricks_append_to_flags	share/lutris/bin/winetricks	/^winetricks_append_to_flags()$/;"	f
winetricks_cache_iso	share/lutris/bin/winetricks	/^winetricks_cache_iso()$/;"	f
winetricks_check_update_availability	share/lutris/bin/winetricks	/^winetricks_check_update_availability()$/;"	f
winetricks_cleanup	share/lutris/bin/winetricks	/^winetricks_cleanup()$/;"	f
winetricks_detect_gui	share/lutris/bin/winetricks	/^winetricks_detect_gui()$/;"	f
winetricks_detect_optical_drive	share/lutris/bin/winetricks	/^winetricks_detect_optical_drive()$/;"	f
winetricks_detect_sudo	share/lutris/bin/winetricks	/^winetricks_detect_sudo()$/;"	f
winetricks_die_if_user_not_dirowner	share/lutris/bin/winetricks	/^winetricks_die_if_user_not_dirowner()$/;"	f
winetricks_dl_url_to_stdout	share/lutris/bin/winetricks	/^winetricks_dl_url_to_stdout()$/;"	f
winetricks_dl_warning	share/lutris/bin/winetricks	/^winetricks_dl_warning() {$/;"	f
winetricks_download_setup	share/lutris/bin/winetricks	/^winetricks_download_setup()$/;"	f
winetricks_early_wine	share/lutris/bin/winetricks	/^winetricks_early_wine()$/;"	f
winetricks_get_platform	share/lutris/bin/winetricks	/^winetricks_get_platform()$/;"	f
winetricks_get_prefix_var	share/lutris/bin/winetricks	/^winetricks_get_prefix_var()$/;"	f
winetricks_get_sha1sum_prog	share/lutris/bin/winetricks	/^winetricks_get_sha1sum_prog() {$/;"	f
winetricks_get_sha256sum_prog	share/lutris/bin/winetricks	/^winetricks_get_sha256sum_prog() {$/;"	f
winetricks_handle_option	share/lutris/bin/winetricks	/^winetricks_handle_option()$/;"	f
winetricks_init	share/lutris/bin/winetricks	/^winetricks_init()$/;"	f
winetricks_install_app	share/lutris/bin/winetricks	/^winetricks_install_app()$/;"	f
winetricks_is_cached	share/lutris/bin/winetricks	/^winetricks_is_cached()$/;"	f
winetricks_is_installed	share/lutris/bin/winetricks	/^winetricks_is_installed()$/;"	f
winetricks_is_mounted	share/lutris/bin/winetricks	/^winetricks_is_mounted()$/;"	f
winetricks_latest_version_check	share/lutris/bin/winetricks	/^winetricks_latest_version_check()$/;"	f
winetricks_list_all	share/lutris/bin/winetricks	/^winetricks_list_all()$/;"	f
winetricks_list_cached	share/lutris/bin/winetricks	/^winetricks_list_cached()$/;"	f
winetricks_list_download	share/lutris/bin/winetricks	/^winetricks_list_download()$/;"	f
winetricks_list_installed	share/lutris/bin/winetricks	/^winetricks_list_installed()$/;"	f
winetricks_list_manual_download	share/lutris/bin/winetricks	/^winetricks_list_manual_download()$/;"	f
winetricks_list_mounts	share/lutris/bin/winetricks	/^winetricks_list_mounts()$/;"	f
winetricks_load_gog	share/lutris/bin/winetricks	/^winetricks_load_gog()$/;"	f
winetricks_load_vcdmount	share/lutris/bin/winetricks	/^winetricks_load_vcdmount()$/;"	f
winetricks_mainmenu	share/lutris/bin/winetricks	/^winetricks_mainmenu()$/;"	f
winetricks_metadata_basename	share/lutris/bin/winetricks	/^winetricks_metadata_basename()$/;"	f
winetricks_metadata_exists	share/lutris/bin/winetricks	/^winetricks_metadata_exists()$/;"	f
winetricks_mount_cached_iso	share/lutris/bin/winetricks	/^winetricks_mount_cached_iso()$/;"	f
winetricks_mount_real_volume	share/lutris/bin/winetricks	/^winetricks_mount_real_volume()$/;"	f
winetricks_os_description	share/lutris/bin/winetricks	/^winetricks_os_description()$/;"	f
winetricks_parse_wget_progress	share/lutris/bin/winetricks	/^winetricks_parse_wget_progress()$/;"	f
winetricks_prefixmenu	share/lutris/bin/winetricks	/^winetricks_prefixmenu()$/;"	f
winetricks_print_version	share/lutris/bin/winetricks	/^winetricks_print_version()$/;"	f
winetricks_read_bytes	share/lutris/bin/winetricks	/^winetricks_read_bytes()$/;"	f
winetricks_read_decimal	share/lutris/bin/winetricks	/^winetricks_read_decimal()$/;"	f
winetricks_read_hex	share/lutris/bin/winetricks	/^winetricks_read_hex()$/;"	f
winetricks_read_iso9660_volume_name	share/lutris/bin/winetricks	/^winetricks_read_iso9660_volume_name()$/;"	f
winetricks_read_udf_volume_name	share/lutris/bin/winetricks	/^winetricks_read_udf_volume_name()$/;"	f
winetricks_read_volume_name	share/lutris/bin/winetricks	/^winetricks_read_volume_name()$/;"	f
winetricks_selfupdate	share/lutris/bin/winetricks	/^winetricks_selfupdate()$/;"	f
winetricks_selfupdate_rollback	share/lutris/bin/winetricks	/^winetricks_selfupdate_rollback()$/;"	f
winetricks_set_unattended	share/lutris/bin/winetricks	/^winetricks_set_unattended()$/;"	f
winetricks_set_wined3d_var	share/lutris/bin/winetricks	/^winetricks_set_wined3d_var()$/;"	f
winetricks_set_wineprefix	share/lutris/bin/winetricks	/^winetricks_set_wineprefix()$/;"	f
winetricks_settings_menu	share/lutris/bin/winetricks	/^winetricks_settings_menu()$/;"	f
winetricks_shell	share/lutris/bin/winetricks	/^winetricks_shell()$/;"	f
winetricks_showmenu	share/lutris/bin/winetricks	/^winetricks_showmenu()$/;"	f
winetricks_stats_init	share/lutris/bin/winetricks	/^winetricks_stats_init()$/;"	f
winetricks_stats_log_command	share/lutris/bin/winetricks	/^winetricks_stats_log_command()$/;"	f
winetricks_stats_report	share/lutris/bin/winetricks	/^winetricks_stats_report()$/;"	f
winetricks_stats_save	share/lutris/bin/winetricks	/^winetricks_stats_save()$/;"	f
winetricks_usage	share/lutris/bin/winetricks	/^winetricks_usage()$/;"	f
winetricks_vcrun6_helper	share/lutris/bin/winetricks	/^winetricks_vcrun6_helper() {$/;"	f
winetricks_volname	share/lutris/bin/winetricks	/^winetricks_volname()$/;"	f
winetricks_wget_progress	share/lutris/bin/winetricks	/^winetricks_wget_progress()$/;"	f
winetricks_wintounix	share/lutris/bin/winetricks	/^winetricks_wintounix()$/;"	f
with_runner_overrides	lutris/sysoptions.py	/^def with_runner_overrides(runner_slug):$/;"	f
working_dir	lutris/runners/dosbox.py	/^    def working_dir(self):$/;"	m	class:dosbox
working_dir	lutris/runners/linux.py	/^    def working_dir(self):$/;"	m	class:linux
working_dir	lutris/runners/mame.py	/^    def working_dir(self):$/;"	m	class:mame
working_dir	lutris/runners/mess.py	/^    def working_dir(self):$/;"	m	class:mess
working_dir	lutris/runners/mupen64plus.py	/^    def working_dir(self):$/;"	m	class:mupen64plus
working_dir	lutris/runners/runner.py	/^    def working_dir(self):$/;"	m	class:Runner
working_dir	lutris/runners/steam.py	/^    def working_dir(self):$/;"	m	class:steam
working_dir	lutris/runners/wine.py	/^    def working_dir(self):$/;"	m	class:wine
working_dir	lutris/runners/winesteam.py	/^    def working_dir(self):$/;"	m	class:winesteam
working_dir	lutris/runners/zdoom.py	/^    def working_dir(self):$/;"	m	class:zdoom
write	lutris/util/fileio.py	/^    def write(self, fp):$/;"	m	class:EvilConfigParser
write	lutris/util/x360ce.py	/^    def write(self, path):$/;"	m	class:X360ce
write_config	lutris/installer/commands.py	/^    def write_config(self, params):$/;"	m	class:CommandsMixin
write_config	lutris/runners/reicast.py	/^    def write_config(self, config):$/;"	m	class:reicast
write_file	lutris/installer/commands.py	/^    def write_file(self, params):$/;"	m	class:CommandsMixin
write_json	lutris/installer/commands.py	/^    def write_json(self, params):$/;"	m	class:CommandsMixin
write_queue	lutris/util/downloader.py	/^    def write_queue(self):$/;"	m	class:Downloader
write_setting	lutris/settings.py	/^write_setting = sio.write_setting$/;"	v
write_setting	lutris/util/settings.py	/^    def write_setting(self, key, value, section='lutris'):$/;"	m	class:SettingsIO
write_sources	lutris/pga.py	/^def write_sources(sources):$/;"	f
write_to_file	lutris/util/http.py	/^    def write_to_file(self, path):$/;"	m	class:Request
write_yaml_to_file	lutris/config.py	/^def write_yaml_to_file(filepath, config):$/;"	f
xboxdrv_start	lutris/game.py	/^    def xboxdrv_start(self, config):$/;"	m	class:Game
xboxdrv_stop	lutris/game.py	/^    def xboxdrv_stop(self):$/;"	m	class:Game
zdoom	lutris/runners/zdoom.py	/^class zdoom(Runner):$/;"	c
zip_safe	setup.py	/^    zip_safe=False,$/;"	v
