Namespace
GLibWin32 – 2.0
Windows-specific APIs in GLib
Dependencies
| GLib—2.0 | The base utility library |
| Browse documentation |
Related libraries
| GModule | Portable API for dynamically loading modules |
| Browse documentation | |
| GObject | The base type system library |
| Browse documentation | |
| GIO | GObject Interfaces and Objects, Networking, IPC, and I/O |
| Browse documentation |
Enumerations
| OSType |
Type of Windows edition to check for at run-time. |
Functions
| check_windows_version |
Returns whether the version of the Windows operating system the code is running on is at least the specified major, minor and service pack versions. See MSDN documentation for the Operating System Version. Software that needs even more detailed version and feature information should use the Win32 API VerifyVersionInfo() directly. since: 2.44 |
| error_message |
Translate a Win32 error code into a human readable message. |
| ftruncate | |
| get_command_line |
Gets the command line arguments, on Windows, in the GLib filename encoding (ie: UTF-8). since: 2.40 |
| get_package_installation_directory |
Try to determine the installation directory for a software package. deprecated: 2.18 |
| get_package_installation_directory_of_module |
This function tries to determine the installation directory of a software package based on the location of a DLL of the software package. since: 2.16 |
| get_package_installation_subdirectory |
This function is deprecated. Use
deprecated: 2.18 |
| get_windows_version |
This function is deprecated. Use
deprecated: 2.44 |
| getlocale |
The |
| locale_filename_from_utf8 |
Converts a filename from UTF-8 to the system codepage. since: 2.8 |
Function Macros
| clear_com |
Releases the referenced COM object, and clears its pointer to since: 2.84 |
| HAVE_WIDECHAR_API |