diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-06-03 15:09:09 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-06-06 17:49:56 +0100 |
commit | 40e10764b343b7cdcf270107d9a5b56e8fa142ec (patch) | |
tree | 0179313fb86032a713db4c50f1033aa299762d30 /docs | |
parent | f291d3bb3ce1245981363395ac576d74e918cb0a (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/glib/glib-sections.txt | 12 | ||||
-rw-r--r-- | docs/reference/glib/tmpl/main.sgml | 27 |
2 files changed, 39 insertions, 0 deletions
diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index ca2fe5794..ec4892d79 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -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 diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml index 04c0eb33a..30563cbf8 100644 --- a/docs/reference/glib/tmpl/main.sgml +++ b/docs/reference/glib/tmpl/main.sgml @@ -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> |