docs: Rename the GBookmarkFile section

Use the type name, to ensure that the section docblock gets merged into
the type docblock in the introspection data.

Helps: #2961
This commit is contained in:
Emmanuele Bassi 2023-05-30 12:44:51 +01:00
parent 4386d912d7
commit 28e8f5c136
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@
<xi:include href="regex-syntax.xml" /> <xi:include href="regex-syntax.xml" />
<xi:include href="xml/markup.xml" /> <xi:include href="xml/markup.xml" />
<xi:include href="xml/gkeyfile.xml" /> <xi:include href="xml/gkeyfile.xml" />
<xi:include href="xml/bookmarkfile.xml" /> <xi:include href="xml/gbookmarkfile.xml" />
<xi:include href="xml/testing.xml" /> <xi:include href="xml/testing.xml" />
<xi:include href="xml/gunix.xml" /> <xi:include href="xml/gunix.xml" />
<xi:include href="xml/windows.xml" /> <xi:include href="xml/windows.xml" />

View File

@ -2159,7 +2159,7 @@ g_key_file_get_type
<SECTION> <SECTION>
<TITLE>Bookmark file parser</TITLE> <TITLE>Bookmark file parser</TITLE>
<FILE>bookmarkfile</FILE> <FILE>gbookmarkfile</FILE>
GBookmarkFile GBookmarkFile
G_BOOKMARK_FILE_ERROR G_BOOKMARK_FILE_ERROR
GBookmarkFileError GBookmarkFileError

View File

@ -53,7 +53,7 @@
/** /**
* SECTION:bookmarkfile * SECTION:gbookmarkfile
* @title: Bookmark file parser * @title: Bookmark file parser
* @short_description: parses files containing bookmarks * @short_description: parses files containing bookmarks
* *