visualizer-selection: move selection to sysprof.h

This allows us to use the selection in profile components
without the use of Gtk.

We will probably end up renaming this class to SpSelection or
something like that.
This commit is contained in:
Christian Hergert
2016-10-08 20:08:56 -07:00
parent 1e38dc7b37
commit 00b9b1fbf5
3 changed files with 3 additions and 3 deletions

View File

@ -68,6 +68,7 @@ headers_DATA = \
sp-profiler.h \
sp-source.h \
sp-symbol-resolver.h \
sp-visualizer-selection.h \
$(NULL)
libsysprof_@API_VERSION@_la_SOURCES = \
@ -101,6 +102,7 @@ libsysprof_@API_VERSION@_la_SOURCES = \
sp-profiler.c \
sp-source.c \
sp-symbol-resolver.c \
sp-visualizer-selection.c \
$(NULL)
libsysprof_@API_VERSION@_la_CFLAGS = \
@ -151,7 +153,6 @@ uiheaders_DATA = \
sp-profiler-menu-button.h \
sp-recording-state-view.h \
sp-visualizer-row.h \
sp-visualizer-selection.h \
sp-visualizer-view.h \
sp-zoom-manager.h \
sysprof-ui.h \
@ -179,7 +180,6 @@ libsysprof_ui_@API_VERSION@_la_SOURCES = \
sp-visualizer-list.c \
sp-visualizer-list.h \
sp-visualizer-row.c \
sp-visualizer-selection.c \
sp-visualizer-ticks.c \
sp-visualizer-ticks.h \
sp-visualizer-ticks-private.h \

View File

@ -36,7 +36,6 @@ G_BEGIN_DECLS
# include "sp-process-model-row.h"
# include "sp-profiler-menu-button.h"
# include "sp-visualizer-row.h"
# include "sp-visualizer-selection.h"
# include "sp-visualizer-view.h"
# include "sp-zoom-manager.h"
#undef SYSPROF_INSIDE

View File

@ -46,6 +46,7 @@ G_BEGIN_DECLS
# include "sp-profiler.h"
# include "sp-source.h"
# include "sp-symbol-resolver.h"
# include "sp-visualizer-selection.h"
# include "sysprof-version.h"
#undef SYSPROF_INSIDE