[sysprof/wip/chergert/sysprof-3] libsysprof-ui: add helper to get current
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/chergert/sysprof-3] libsysprof-ui: add helper to get current
- Date: Sun, 19 May 2019 18:11:04 +0000 (UTC)
commit ad8e4a030d4a1471220fb0d2eb6f833000d9323c
Author: Christian Hergert <chergert redhat com>
Date: Sun May 19 11:10:51 2019 -0700
libsysprof-ui: add helper to get current
src/libsysprof-ui/sysprof-notebook.c | 2 +-
src/libsysprof-ui/sysprof-notebook.h | 13 ++++++++-----
2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/src/libsysprof-ui/sysprof-notebook.c b/src/libsysprof-ui/sysprof-notebook.c
index 30a0aac..765f4ee 100644
--- a/src/libsysprof-ui/sysprof-notebook.c
+++ b/src/libsysprof-ui/sysprof-notebook.c
@@ -161,7 +161,7 @@ sysprof_notebook_open (SysprofNotebook *self,
sysprof_display_open (SYSPROF_DISPLAY (display), file);
}
-static SysprofDisplay *
+SysprofDisplay *
sysprof_notebook_get_current (SysprofNotebook *self)
{
gint page;
diff --git a/src/libsysprof-ui/sysprof-notebook.h b/src/libsysprof-ui/sysprof-notebook.h
index c3f3d3d..0b467bd 100644
--- a/src/libsysprof-ui/sysprof-notebook.h
+++ b/src/libsysprof-ui/sysprof-notebook.h
@@ -22,6 +22,7 @@
#include <gtk/gtk.h>
+#include "sysprof-display.h"
#include "sysprof-version-macros.h"
G_BEGIN_DECLS
@@ -40,13 +41,15 @@ struct _SysprofNotebookClass
};
SYSPROF_AVAILABLE_IN_ALL
-GtkWidget *sysprof_notebook_new (void);
+GtkWidget *sysprof_notebook_new (void);
SYSPROF_AVAILABLE_IN_ALL
-void sysprof_notebook_close_current (SysprofNotebook *self);
+SysprofDisplay *sysprof_notebook_get_current (SysprofNotebook *self);
SYSPROF_AVAILABLE_IN_ALL
-void sysprof_notebook_open (SysprofNotebook *self,
- GFile *file);
+void sysprof_notebook_close_current (SysprofNotebook *self);
SYSPROF_AVAILABLE_IN_ALL
-void sysprof_notebook_save (SysprofNotebook *self);
+void sysprof_notebook_open (SysprofNotebook *self,
+ GFile *file);
+SYSPROF_AVAILABLE_IN_ALL
+void sysprof_notebook_save (SysprofNotebook *self);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]