File: windows.md

package info (click to toggle)
glib2.0 2.84.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 66,144 kB
  • sloc: ansic: 538,877; python: 9,624; sh: 1,572; xml: 1,482; perl: 1,222; cpp: 535; makefile: 316; javascript: 11
file content (26 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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]