From 28e8f5c1361bc2a039d7c10048025ec9f7524bd3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 30 May 2023 12:44:51 +0100 Subject: [PATCH] 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 --- docs/reference/glib/glib-docs.xml | 2 +- docs/reference/glib/glib-sections.txt.in | 2 +- glib/gbookmarkfile.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/glib/glib-docs.xml b/docs/reference/glib/glib-docs.xml index 992d69bd2..5bf2e5cda 100644 --- a/docs/reference/glib/glib-docs.xml +++ b/docs/reference/glib/glib-docs.xml @@ -91,7 +91,7 @@ - + diff --git a/docs/reference/glib/glib-sections.txt.in b/docs/reference/glib/glib-sections.txt.in index 9e44b462b..103c688ac 100644 --- a/docs/reference/glib/glib-sections.txt.in +++ b/docs/reference/glib/glib-sections.txt.in @@ -2159,7 +2159,7 @@ g_key_file_get_type
Bookmark file parser -bookmarkfile +gbookmarkfile GBookmarkFile G_BOOKMARK_FILE_ERROR GBookmarkFileError diff --git a/glib/gbookmarkfile.c b/glib/gbookmarkfile.c index 3988e3653..80e835bac 100644 --- a/glib/gbookmarkfile.c +++ b/glib/gbookmarkfile.c @@ -53,7 +53,7 @@ /** - * SECTION:bookmarkfile + * SECTION:gbookmarkfile * @title: Bookmark file parser * @short_description: parses files containing bookmarks *