summaryrefslogtreecommitdiff
path: root/glib/gwin32.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2014-11-29 08:39:24 -0500
committerRyan Lortie <desrt@desrt.ca>2014-12-12 11:01:37 -0500
commit1a2a689deacaac32b351ae97b00d8c35a6499cf6 (patch)
tree0201eb3fd354f08caa784a97c07bf1b7bbb230dd /glib/gwin32.h
parentb6aa0c4890442845205a1b8696376a3e5fe0f2d7 (diff)
downloadglib-1a2a689deacaac32b351ae97b00d8c35a6499cf6.tar.gz
Doc: glib: Fix all undocumented/unused/undeclared symbols
There is one issue left in gscanner.h due to a bug #741305 in gtk-doc. https://bugzilla.gnome.org/show_bug.cgi?id=740814
Diffstat (limited to 'glib/gwin32.h')
-rw-r--r--glib/gwin32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/gwin32.h b/glib/gwin32.h
index b466b63e6..c7575c4fd 100644
--- a/glib/gwin32.h
+++ b/glib/gwin32.h
@@ -115,6 +115,7 @@ G_END_DECLS
#endif /* G_PLATFORM_WIN32 */
+#ifndef __GTK_DOC_IGNORE__
#ifdef G_OS_WIN32
#ifdef _WIN64
#define g_win32_get_package_installation_directory g_win32_get_package_installation_directory_utf8
@@ -130,5 +131,6 @@ gchar *g_win32_get_package_installation_subdirectory_utf8 (const gchar *package,
const gchar *subdir);
#endif /* G_OS_WIN32 */
+#endif /* __GTK_DOC_IGNORE__ */
#endif /* __G_WIN32_H__ */