[sysprof/wip/visualizers] sysprof-ui: make SpVisualizerTicks and SpVisualizerList private



commit 54116ba765318b5db53f081261557b9b36c3520d
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 30 13:09:13 2016 -0700

    sysprof-ui: make SpVisualizerTicks and SpVisualizerList private
    
    This classes are implementation details and should not be
    exposed into our public API/ABI.

 lib/Makefile.am  |    4 ++--
 lib/sysprof-ui.h |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c894558..ef981b8 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -150,9 +150,7 @@ uiheaders_DATA = \
        sp-process-model-row.h \
        sp-profiler-menu-button.h \
        sp-recording-state-view.h \
-       sp-visualizer-list.h \
        sp-visualizer-row.h \
-       sp-visualizer-ticks.h \
        sp-visualizer-view.h \
        sp-zoom-manager.h \
        sysprof-ui.h \
@@ -176,8 +174,10 @@ libsysprof_ui_@API_VERSION@_la_SOURCES = \
        sp-profiler-menu-button.c \
        sp-recording-state-view.c \
        sp-visualizer-list.c \
+       sp-visualizer-list.h \
        sp-visualizer-row.c \
        sp-visualizer-ticks.c \
+       sp-visualizer-ticks.h \
        sp-visualizer-view.c \
        sp-zoom-manager.c \
        $(NULL)
diff --git a/lib/sysprof-ui.h b/lib/sysprof-ui.h
index 51c0f72..e3c3bf9 100644
--- a/lib/sysprof-ui.h
+++ b/lib/sysprof-ui.h
@@ -35,9 +35,7 @@ G_BEGIN_DECLS
 # include "sp-process-model-item.h"
 # include "sp-process-model-row.h"
 # include "sp-profiler-menu-button.h"
-# include "sp-visualizer-list.h"
 # include "sp-visualizer-row.h"
-# include "sp-visualizer-ticks.h"
 # include "sp-visualizer-view.h"
 # include "sp-zoom-manager.h"
 #undef SYSPROF_INSIDE


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