[tepl] Remove tepl_stack_*() and tepl_side_panel_*() functions



commit 34f291aab0e53ab5edf25854d39ac03ff1d14cc0
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Apr 21 18:04:24 2020 +0200

    Remove tepl_stack_*() and tepl_side_panel_*() functions
    
    Replaced by TeplPanel.

 docs/reference/tepl-docs.xml     |   8 +--
 docs/reference/tepl-sections.txt |  11 ----
 po/POTFILES.in                   |   2 -
 tepl/meson.build                 |   4 --
 tepl/tepl-side-panel.c           | 104 --------------------------------
 tepl/tepl-side-panel.h           |  35 -----------
 tepl/tepl-stack.c                | 124 ---------------------------------------
 tepl/tepl-stack.h                |  43 --------------
 tepl/tepl.h                      |   2 -
 9 files changed, 1 insertion(+), 332 deletions(-)
---
diff --git a/docs/reference/tepl-docs.xml b/docs/reference/tepl-docs.xml
index 5d23944..9f0e240 100644
--- a/docs/reference/tepl-docs.xml
+++ b/docs/reference/tepl-docs.xml
@@ -40,13 +40,6 @@
       <xi:include href="xml/menu-shell.xml"/>
     </chapter>
 
-    <chapter id="panels">
-      <title>Side and Bottom Panels</title>
-      <xi:include href="xml/panel.xml"/>
-      <xi:include href="xml/side-panel.xml"/>
-      <xi:include href="xml/stack.xml"/>
-    </chapter>
-
     <chapter id="file-loading-and-saving">
       <title>File Loading and Saving</title>
       <xi:include href="xml/encoding.xml"/>
@@ -72,6 +65,7 @@
       <title>Misc</title>
       <xi:include href="xml/info-bar.xml"/>
       <xi:include href="xml/iter.xml"/>
+      <xi:include href="xml/panel.xml"/>
       <xi:include href="xml/statusbar.xml"/>
       <xi:include href="xml/utils.xml"/>
     </chapter>
diff --git a/docs/reference/tepl-sections.txt b/docs/reference/tepl-sections.txt
index b9eb3b8..f33a460 100644
--- a/docs/reference/tepl-sections.txt
+++ b/docs/reference/tepl-sections.txt
@@ -340,17 +340,6 @@ TeplPanelPrivate
 tepl_panel_get_type
 </SECTION>
 
-<SECTION>
-<FILE>side-panel</FILE>
-tepl_side_panel_new
-</SECTION>
-
-<SECTION>
-<FILE>stack</FILE>
-tepl_stack_add_component
-tepl_stack_bind_setting
-</SECTION>
-
 <SECTION>
 <FILE>statusbar</FILE>
 TeplStatusbar
diff --git a/po/POTFILES.in b/po/POTFILES.in
index fea0b58..2ebf515 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -23,9 +23,7 @@ tepl/tepl-metadata-manager.c
 tepl/tepl-metadata-parser.c
 tepl/tepl-notebook.c
 tepl/tepl-panel.c
-tepl/tepl-side-panel.c
 tepl/tepl-signal-group.c
-tepl/tepl-stack.c
 tepl/tepl-statusbar.c
 tepl/tepl-tab.c
 tepl/tepl-tab-group.c
diff --git a/tepl/meson.build b/tepl/meson.build
index 451c5c6..dcdbafb 100644
--- a/tepl/meson.build
+++ b/tepl/meson.build
@@ -19,8 +19,6 @@ tepl_public_headers = [
   'tepl-metadata-manager.h',
   'tepl-notebook.h',
   'tepl-panel.h',
-  'tepl-side-panel.h',
-  'tepl-stack.h',
   'tepl-statusbar.h',
   'tepl-tab.h',
   'tepl-tab-group.h',
@@ -49,8 +47,6 @@ tepl_public_c_files = [
   'tepl-metadata-manager.c',
   'tepl-notebook.c',
   'tepl-panel.c',
-  'tepl-side-panel.c',
-  'tepl-stack.c',
   'tepl-statusbar.c',
   'tepl-tab.c',
   'tepl-tab-group.c',
diff --git a/tepl/tepl.h b/tepl/tepl.h
index 6488fa7..10dc9df 100644
--- a/tepl/tepl.h
+++ b/tepl/tepl.h
@@ -45,8 +45,6 @@
 #include <tepl/tepl-metadata-manager.h>
 #include <tepl/tepl-notebook.h>
 #include <tepl/tepl-panel.h>
-#include <tepl/tepl-side-panel.h>
-#include <tepl/tepl-stack.h>
 #include <tepl/tepl-statusbar.h>
 #include <tepl/tepl-tab.h>
 #include <tepl/tepl-tab-group.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]