[sysprof/wip/visualizers] visualizer-selection: move selection to sysprof.h
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/visualizers] visualizer-selection: move selection to sysprof.h
- Date: Sun, 9 Oct 2016 03:10:33 +0000 (UTC)
commit 00b9b1fbf5457b0cda3bfde6b1c493ef3f49ef4e
Author: Christian Hergert <chergert redhat com>
Date: Sat Oct 8 20:08:56 2016 -0700
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.
lib/Makefile.am | 4 ++--
lib/sysprof-ui.h | 1 -
lib/sysprof.h | 1 +
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 00cbb71..ce7c4e9 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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 \
diff --git a/lib/sysprof-ui.h b/lib/sysprof-ui.h
index 21c1609..e3c3bf9 100644
--- a/lib/sysprof-ui.h
+++ b/lib/sysprof-ui.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
diff --git a/lib/sysprof.h b/lib/sysprof.h
index 5f3b696..86572a9 100644
--- a/lib/sysprof.h
+++ b/lib/sysprof.h
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]