mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
4314944e56
So now introspection users will have to call `GLibUnix.open_pipe()` rather than `GLibUnix.unix_open_pipe()` — or `GLibWin32.check_windows_version()` rather than `GLibWin32.win32_check_windows_version()`. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
27 lines
905 B
Markdown
27 lines
905 B
Markdown
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/).
|
|
|
|
* [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]
|
|
|
|
## Deprecated API
|
|
|
|
* [func@GLib.WIN32_DLLMAIN_FOR_DLL_NAME]
|