diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-14 23:17:16 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-14 23:17:16 +0100 |
commit | ad7851b5f57bc0318fc42a811a803ef1e71dd642 (patch) | |
tree | 5c7586545cb33f0efcdf0aeef8f2ce69f1cde472 /docs/reference/gi-sections.txt | |
parent | 474cf8188013c791adf8165288f1c22f1633773a (diff) | |
download | gobject-introspection-ad7851b5f57bc0318fc42a811a803ef1e71dd642.tar.gz |
docs: move g_type_tag_to_string() and g_info_type_to_string() to the right section
Move them to where the type is documented.
Diffstat (limited to 'docs/reference/gi-sections.txt')
-rw-r--r-- | docs/reference/gi-sections.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gi-sections.txt b/docs/reference/gi-sections.txt index 40841438..224e3cbe 100644 --- a/docs/reference/gi-sections.txt +++ b/docs/reference/gi-sections.txt @@ -91,6 +91,7 @@ g_base_info_get_attribute g_base_info_iterate_attributes g_base_info_get_container g_base_info_is_deprecated +g_info_type_to_string <SUBSECTION Standard> GI_TYPE_BASE_INFO g_base_info_gtype_get_type @@ -146,6 +147,7 @@ GITypeTag GIArrayType GI_TYPE_TAG_N_TYPES G_TYPE_TAG_IS_BASIC +g_type_tag_to_string </SECTION> <SECTION> @@ -341,8 +343,6 @@ g_struct_info_find_method <FILE>gitypeinfo</FILE> GI_IS_TYPE_INFO GITypeInfo -g_type_tag_to_string -g_info_type_to_string g_type_info_is_pointer g_type_info_get_tag g_type_info_get_param_type |