It was added after G_END_DECLS, outside the #ifdef G_PLATFORM_WIN32,
and inside a #ifndef __GTK_DOC_IGNORE__ block. So it was missing from
the doc.
https://bugzilla.gnome.org/show_bug.cgi?id=743661
#define G_WIN32_IS_NT_BASED() TRUE
#define G_WIN32_HAVE_WIDECHAR_API() TRUE
-G_END_DECLS
-
-#endif /* G_PLATFORM_WIN32 */
-
#ifndef __GTK_DOC_IGNORE__
#ifdef G_OS_WIN32
#ifdef _WIN64
gchar *g_win32_get_package_installation_subdirectory_utf8 (const gchar *package,
const gchar *dll_name,
const gchar *subdir);
+#endif /* G_OS_WIN32 */
+#endif /* __GTK_DOC_IGNORE__ */
/**
* GWin32OSType:
const gint spver,
const GWin32OSType os_type);
-#endif /* G_OS_WIN32 */
-#endif /* __GTK_DOC_IGNORE__ */
+G_END_DECLS
+
+#endif /* G_PLATFORM_WIN32 */
#endif /* __G_WIN32_H__ */