summaryrefslogtreecommitdiff
path: root/src/glibext/gcodebuffer.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-03-27 20:26:06 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-27 20:26:06 (GMT)
commit33906ce366efc053dee0b76d5bd668797b99071e (patch)
treed04f37f89df4a0e7b2e7c2055138005707244f87 /src/glibext/gcodebuffer.c
parent4bc86c5dc8d3cfa9780103b56f52024a49913c22 (diff)
Added a section in the status bar to display activity progress.
Diffstat (limited to 'src/glibext/gcodebuffer.c')
-rw-r--r--src/glibext/gcodebuffer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/glibext/gcodebuffer.c b/src/glibext/gcodebuffer.c
index be7fa37..8979d2f 100644
--- a/src/glibext/gcodebuffer.c
+++ b/src/glibext/gcodebuffer.c
@@ -93,7 +93,7 @@ static void g_buffer_scan_finalize(GBufferScan *);
static GBufferScan *g_buffer_scan_new(GCodeBuffer *, const vmpa2t *, const vmpa2t *, const char *, process_line_fc, void *);
/* Assure l'exportation en différé. */
-static void g_buffer_scan_process(GBufferScan *, GtkExtStatusBar *);
+static void g_buffer_scan_process(GBufferScan *, GtkStatusStack *);
@@ -387,8 +387,8 @@ static GBufferScan *g_buffer_scan_new(GCodeBuffer *buffer, const vmpa2t *start,
/******************************************************************************
* *
-* Paramètres : scan = parcours à mener. *
-* statusbar = barre de statut à tenir informée. *
+* Paramètres : scan = parcours à mener. *
+* status = barre de statut à tenir informée. *
* *
* Description : Assure l'exportation en différé. *
* *
@@ -398,7 +398,7 @@ static GBufferScan *g_buffer_scan_new(GCodeBuffer *buffer, const vmpa2t *start,
* *
******************************************************************************/
-static void g_buffer_scan_process(GBufferScan *scan, GtkExtStatusBar *statusbar)
+static void g_buffer_scan_process(GBufferScan *scan, GtkStatusStack *status)
{
size_t first; /* Première ligne visée */
size_t last; /* Dernière ligne visée + 1 */