Add some symbols to glib-sections.txt

Most of these are private; the few that aren't were already documented
but not included in the gtkdoc output.
This commit is contained in:
Will Thompson 2010-06-03 15:09:09 +01:00
parent f291d3bb3c
commit 40e10764b3
2 changed files with 39 additions and 0 deletions

View File

@ -400,6 +400,7 @@ G_HAVE___INLINE__
G_HAVE_GNUC_VARARGS
G_HAVE_ISO_VARARGS
G_HAVE_GROWING_STACK
G_VA_COPY_AS_ARRAY
</SECTION>
<SECTION>
@ -523,6 +524,9 @@ g_source_get_priority
g_source_set_can_recurse
g_source_get_can_recurse
g_source_get_id
g_source_get_name
g_source_set_name
g_source_set_name_by_id
g_source_get_context
g_source_set_callback
GSourceFunc
@ -538,12 +542,19 @@ g_source_remove_by_user_data
GLIB_HAVE_SYS_POLL_H
GLIB_HAVE_ALLOCA_H
alloca
GLIB_USING_SYSTEM_PRINTF
GLIB_SYSDEF_POLLERR
GLIB_SYSDEF_POLLHUP
GLIB_SYSDEF_POLLIN
GLIB_SYSDEF_POLLNVAL
GLIB_SYSDEF_POLLOUT
GLIB_SYSDEF_POLLPRI
GLIB_SYSDEF_AF_INET
GLIB_SYSDEF_AF_INET6
GLIB_SYSDEF_AF_UNIX
GLIB_SYSDEF_MSG_DONTROUTE
GLIB_SYSDEF_MSG_OOB
GLIB_SYSDEF_MSG_PEEK
G_WIN32_MSG_HANDLE
g_idle_funcs
g_timeout_funcs
@ -2848,6 +2859,7 @@ g_variant_get_string
g_variant_dup_string
g_variant_get_variant
g_variant_new_byte_array
g_variant_get_byte_array
g_variant_get_strv
g_variant_dup_strv

View File

@ -969,6 +969,33 @@ functions for managing callback objects.
@Returns:
<!-- ##### FUNCTION g_source_get_name ##### -->
<para>
</para>
@source:
@Returns:
<!-- ##### FUNCTION g_source_set_name ##### -->
<para>
</para>
@source:
@name:
<!-- ##### FUNCTION g_source_set_name_by_id ##### -->
<para>
</para>
@tag:
@name:
<!-- ##### FUNCTION g_source_get_context ##### -->
<para>