mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Fix duplicate private subsection
gtk-doc doesn't understand duplicate Private subsections in the obvious way, it seems.
This commit is contained in:
parent
1a6dd8c7fa
commit
c36aa59bf0
@ -840,11 +840,6 @@ g_io_channel_set_encoding
|
||||
g_io_channel_get_close_on_unref
|
||||
g_io_channel_set_close_on_unref
|
||||
|
||||
<SUBSECTION Private>
|
||||
g_io_channel_win32_poll
|
||||
g_io_channel_win32_make_pollfd
|
||||
g_io_channel_win32_get_fd
|
||||
|
||||
<SUBSECTION>
|
||||
g_io_channel_read
|
||||
GIOError
|
||||
@ -853,6 +848,9 @@ g_io_channel_seek
|
||||
g_io_channel_close
|
||||
|
||||
<SUBSECTION Private>
|
||||
g_io_channel_win32_poll
|
||||
g_io_channel_win32_make_pollfd
|
||||
g_io_channel_win32_get_fd
|
||||
g_io_channel_error_quark
|
||||
g_io_watch_funcs
|
||||
</SECTION>
|
||||
|
Loading…
Reference in New Issue
Block a user