2023-11-23 14:32:29 +00:00
|
|
|
Title: Windows-specific Utilities
|
|
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
SPDX-FileCopyrightText: 2005 Ross Burton
|
|
|
|
|
|
|
|
# Windows-specific Utilities
|
|
|
|
|
|
|
|
These functions provide some level of Unix emulation on the
|
|
|
|
Windows platform. If your application really needs the POSIX
|
|
|
|
APIs, we suggest you try the [Cygwin project](https://cygwin.com/).
|
|
|
|
|
2024-02-08 23:58:26 +00:00
|
|
|
* [type@GLibWin32.OSType]
|
|
|
|
* [func@GLibWin32.check_windows_version]
|
|
|
|
* [func@GLibWin32.get_command_line]
|
|
|
|
* [func@GLibWin32.error_message]
|
|
|
|
* [func@GLibWin32.getlocale]
|
|
|
|
* [func@GLibWin32.get_package_installation_directory]
|
|
|
|
* [func@GLibWin32.get_package_installation_directory_of_module]
|
|
|
|
* [func@GLibWin32.get_package_installation_subdirectory]
|
|
|
|
* [func@GLibWin32.get_windows_version]
|
|
|
|
* [func@GLibWin32.locale_filename_from_utf8]
|
|
|
|
* [func@GLibWin32.HAVE_WIDECHAR_API]
|
|
|
|
* [func@GLibWin32.IS_NT_BASED]
|
2023-11-23 14:32:29 +00:00
|
|
|
|
|
|
|
## Deprecated API
|
|
|
|
|
2024-02-08 23:58:26 +00:00
|
|
|
* [func@GLib.WIN32_DLLMAIN_FOR_DLL_NAME]
|