mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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 \
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user