mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof-ui: make SpVisualizerTicks and SpVisualizerList private
This classes are implementation details and should not be exposed into our public API/ABI.
This commit is contained in:
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user