[goffice] Moved prototypes from gog-axis-line-impl.h to gog-axis-line.h. [#679967]
- From: Jean BrÃfort <jbrefort src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] Moved prototypes from gog-axis-line-impl.h to gog-axis-line.h. [#679967]
- Date: Sun, 15 Jul 2012 20:03:58 +0000 (UTC)
commit fccb4f8d3fb8eb28f9e3b9b3e9062f865be398c6
Author: Jean Brefort <jean brefort normalesup org>
Date: Sun Jul 15 22:02:37 2012 +0200
Moved prototypes from gog-axis-line-impl.h to gog-axis-line.h. [#679967]
ChangeLog | 6 ++++++
NEWS | 1 +
goffice/graph/gog-axis-line-impl.h | 4 ----
goffice/graph/gog-axis-line.h | 4 ++++
4 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d9cd21a..6bcafac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-15 Jean Brefort <jean brefort normalesup org>
+
+ * goffice/graph/gog-axis-line-impl.h: move prototypes to gog-axis-line.h.
+ [#679967]
+ * goffice/graph/gog-axis-line.h: ditto.
+
2012-07-13 Jean Brefort <jean brefort normalesup org>
* goffice/graph/Makefile.am: don't install gog-axis-line-impl.h.
diff --git a/NEWS b/NEWS
index 1fc65b8..66702ec 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Andreas:
Jean:
* Fix rich text size evaluation. [#679459]
+ * Moved prototypes from gog-axis-line-impl.h to gog-axis-line.h. [#679967]
--------------------------------------------------------------------------
goffice 0.9.4:
diff --git a/goffice/graph/gog-axis-line-impl.h b/goffice/graph/gog-axis-line-impl.h
index 0dc623f..fbe38e3 100644
--- a/goffice/graph/gog-axis-line-impl.h
+++ b/goffice/graph/gog-axis-line-impl.h
@@ -49,10 +49,6 @@ struct _GogAxisBase {
typedef GogStyledObjectClass GogAxisBaseClass;
-GogAxisPosition gog_axis_base_get_position (GogAxisBase *axis_base);
-void gog_axis_base_set_position (GogAxisBase *axis_base, GogAxisPosition position);
-GogAxisPosition gog_axis_base_get_clamped_position (GogAxisBase *axis_base);
-
typedef struct {
GogView base;
diff --git a/goffice/graph/gog-axis-line.h b/goffice/graph/gog-axis-line.h
index c4ae1db..156e96c 100644
--- a/goffice/graph/gog-axis-line.h
+++ b/goffice/graph/gog-axis-line.h
@@ -42,6 +42,10 @@ typedef enum {
GOG_AXIS_AUTO
} GogAxisPosition;
+GogAxisPosition gog_axis_base_get_position (GogAxisBase *axis_base);
+void gog_axis_base_set_position (GogAxisBase *axis_base, GogAxisPosition position);
+GogAxisPosition gog_axis_base_get_clamped_position (GogAxisBase *axis_base);
+
typedef enum {
GOG_AXIS_TICK_NONE,
GOG_AXIS_TICK_MAJOR,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]