[goffice] publish go_cmd_context_progress*_set
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] publish go_cmd_context_progress*_set
- Date: Thu, 18 Aug 2011 18:29:06 +0000 (UTC)
commit c31c4763c4065a8d63e5a41b64d4edd432b10ad8
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Thu Aug 18 12:27:59 2011 -0600
publish go_cmd_context_progress*_set
2011-08-18 Andreas J. Guelzow <aguelzow pyrshep ca>
* goffice/app/go-cmd-context-impl.h (go_cmd_context_progress_set):
remove
(go_cmd_context_progress_message_set): remove
* goffice/app/go-cmd-context.h (go_cmd_context_progress_set): add
(go_cmd_context_progress_message_set): add
ChangeLog | 12 ++++++++++--
goffice/app/go-cmd-context-impl.h | 4 ----
goffice/app/go-cmd-context.h | 3 +++
3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e13d5e4..9c66037 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
+2011-08-18 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * goffice/app/go-cmd-context-impl.h (go_cmd_context_progress_set):
+ remove
+ (go_cmd_context_progress_message_set): remove
+ * goffice/app/go-cmd-context.h (go_cmd_context_progress_set): add
+ (go_cmd_context_progress_message_set): add
+
2011-08-15 Jean Brefort <jean brefort normalesup org>
- * goffice/canvas/goc-canvas.c (goc_canvas_invalidate): add a one pixel wide
- margin to the invalidated region to avoid pixels dust.
+ * goffice/canvas/goc-canvas.c (goc_canvas_invalidate): add a one pixel
+ wide margin to the invalidated region to avoid pixels dust.
* goffice/canvas/goc-text.c (goc_text_prepare_draw),
(goc_text_draw): ensure that the rotation is around the anchor point.
* goffice/graph/gog-series-labels.c (used_selection_changed_cb),
diff --git a/goffice/app/go-cmd-context-impl.h b/goffice/app/go-cmd-context-impl.h
index 7064cb4..9c7dd17 100644
--- a/goffice/app/go-cmd-context-impl.h
+++ b/goffice/app/go-cmd-context-impl.h
@@ -27,10 +27,6 @@ typedef struct {
#define GO_CMD_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GO_TYPE_CMD_CONTEXT, GOCmdContextClass))
#define GO_IS_CMD_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), GO_TYPE_CMD_CONTEXT))
-/* protected, these do not really belong here, they are associated with io-context */
-void go_cmd_context_progress_set (GOCmdContext *gcc, double f);
-void go_cmd_context_progress_message_set (GOCmdContext *gcc, char const *msg);
-
G_END_DECLS
#endif /* GO_CMD_CONTEXT_IMPL_H */
diff --git a/goffice/app/go-cmd-context.h b/goffice/app/go-cmd-context.h
index 375ca51..9e02a22 100644
--- a/goffice/app/go-cmd-context.h
+++ b/goffice/app/go-cmd-context.h
@@ -45,6 +45,9 @@ void go_cmd_context_error_invalid (GOCmdContext *cc,
void go_cmd_context_error_info (GOCmdContext *cc, GOErrorInfo *stack);
void go_cmd_context_error_info_list (GOCmdContext *cc, GSList *stack);
+void go_cmd_context_progress_set (GOCmdContext *gcc, double f);
+void go_cmd_context_progress_message_set (GOCmdContext *gcc, char const *msg);
+
/* An initial set of std errors */
GQuark go_error_system (void);
GQuark go_error_import (void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]