We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f72bfb commit 929ad83Copy full SHA for 929ad83
glib-win32/src/functions.rs
@@ -4,6 +4,7 @@ use std::path::PathBuf;
4
5
#[doc(alias = "g_win32_get_package_installation_directory_of_module")]
6
#[doc(alias = "get_package_installation_directory_of_module")]
7
+#[cfg(all(docsrs, windows))]
8
pub fn package_installation_directory_of_module(
9
hmodule: std::os::windows::raw::HANDLE,
10
) -> Result<PathBuf, std::io::Error> {
0 commit comments