mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
doc: Hide some internal function
This commit is contained in:
parent
e528577202
commit
8381ce472f
@ -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
|
||||
|
||||
|
@ -224,7 +224,7 @@ g_network_address_get_property (GObject *object,
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* inet_addresses_to_inet_socket_addresses:
|
||||
* @addresses: (transfer full): #GList of #GInetAddress
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user