[tepl] ProgressInfoBar: include the API in the docs
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tepl] ProgressInfoBar: include the API in the docs
- Date: Wed, 11 Nov 2020 15:53:56 +0000 (UTC)
commit 7cda56aaadc21024160f2d065367af9f04afbd22
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Nov 11 16:48:02 2020 +0100
ProgressInfoBar: include the API in the docs
docs/reference/meson.build | 5 +----
docs/reference/tepl-docs.xml | 7 ++++++-
docs/reference/tepl-sections.txt | 20 ++++++++++++++++++++
3 files changed, 27 insertions(+), 5 deletions(-)
---
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index 5b6553e..646b7b2 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -36,9 +36,6 @@ GNOME.gtkdoc(
'api-breaks.xml',
'intro.xml',
],
- ignore_headers: [
- TEPL_PRIVATE_HEADERS,
- 'tepl-progress-info-bar.h',
- ],
+ ignore_headers: TEPL_PRIVATE_HEADERS,
install: true
)
diff --git a/docs/reference/tepl-docs.xml b/docs/reference/tepl-docs.xml
index cbe3ee2..23c9a04 100644
--- a/docs/reference/tepl-docs.xml
+++ b/docs/reference/tepl-docs.xml
@@ -61,6 +61,12 @@
<xi:include href="xml/gutter-renderer-folds.xml"/>
</chapter>
+ <chapter id="info-bars">
+ <title>Info Bars</title>
+ <xi:include href="xml/info-bar.xml"/>
+ <xi:include href="xml/progress-info-bar.xml"/>
+ </chapter>
+
<chapter id="language-choosers">
<title>Language Choosers</title>
<xi:include href="xml/language-chooser.xml"/>
@@ -71,7 +77,6 @@
<chapter id="misc">
<title>Misc</title>
<xi:include href="xml/goto-line-bar.xml"/>
- <xi:include href="xml/info-bar.xml"/>
<xi:include href="xml/iter.xml"/>
<xi:include href="xml/panel.xml"/>
<xi:include href="xml/pango.xml"/>
diff --git a/docs/reference/tepl-sections.txt b/docs/reference/tepl-sections.txt
index 62f6865..5a88add 100644
--- a/docs/reference/tepl-sections.txt
+++ b/docs/reference/tepl-sections.txt
@@ -393,6 +393,26 @@ tepl_panel_get_type
tepl_pango_font_description_to_css
</SECTION>
+<SECTION>
+<FILE>progress-info-bar</FILE>
+TeplProgressInfoBar
+tepl_progress_info_bar_new
+tepl_progress_info_bar_set_markup
+tepl_progress_info_bar_set_text
+tepl_progress_info_bar_set_fraction
+tepl_progress_info_bar_pulse
+<SUBSECTION Standard>
+TEPL_IS_PROGRESS_INFO_BAR
+TEPL_IS_PROGRESS_INFO_BAR_CLASS
+TEPL_PROGRESS_INFO_BAR
+TEPL_PROGRESS_INFO_BAR_CLASS
+TEPL_PROGRESS_INFO_BAR_GET_CLASS
+TEPL_TYPE_PROGRESS_INFO_BAR
+TeplProgressInfoBarClass
+TeplProgressInfoBarPrivate
+tepl_progress_info_bar_get_type
+</SECTION>
+
<SECTION>
<FILE>space-drawer-prefs</FILE>
TeplSpaceDrawerPrefs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]