[glib: 10/12] doc: Hide some internal function



commit 8381ce472f97e5a34809d1e1f65f95e626a86751
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Tue Jul 9 15:15:10 2019 -0400

    doc: Hide some internal function

 gio/gcontenttype.h    | 2 ++
 gio/gnetworkaddress.c | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/gio/gcontenttype.h b/gio/gcontenttype.h
index d970acbe1..db2c974f3 100644
--- a/gio/gcontenttype.h
+++ b/gio/gcontenttype.h
@@ -70,10 +70,12 @@ GLIB_AVAILABLE_IN_ALL
 GList *  g_content_types_get_registered   (void);
 
 /*< private >*/
+#ifndef __GTK_DOC_IGNORE__
 GLIB_AVAILABLE_IN_2_60
 const gchar * const *g_content_type_get_mime_dirs (void);
 GLIB_AVAILABLE_IN_2_60
 void                 g_content_type_set_mime_dirs (const gchar * const *dirs);
+#endif /* __GTK_DOC_IGNORE__ */
 
 G_END_DECLS
 
diff --git a/gio/gnetworkaddress.c b/gio/gnetworkaddress.c
index 614c033ab..f12f93585 100644
--- a/gio/gnetworkaddress.c
+++ b/gio/gnetworkaddress.c
@@ -224,7 +224,7 @@ g_network_address_get_property (GObject    *object,
 
 }
 
-/**
+/*
  * inet_addresses_to_inet_socket_addresses:
  * @addresses: (transfer full): #GList of #GInetAddress
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]