summaryrefslogtreecommitdiff
path: root/src/glibext/gbufferline.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-03-11 14:05:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-03-11 14:05:58 (GMT)
commitd1f5881c1f4ad53781fdadfe5ce6cac24cee3bab (patch)
treeb81348afa4b348590740d189f1b78dabb3ae254c /src/glibext/gbufferline.h
parent9714ddda44f92f2939299c6b0aa203d549c32b0d (diff)
Updated the exportation dialog.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@239 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/glibext/gbufferline.h')
-rw-r--r--src/glibext/gbufferline.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glibext/gbufferline.h b/src/glibext/gbufferline.h
index 66ec2b0..b5de831 100644
--- a/src/glibext/gbufferline.h
+++ b/src/glibext/gbufferline.h
@@ -30,6 +30,7 @@
#include "gbuffersegment.h"
+#include "../arch/archbase.h"
@@ -126,6 +127,9 @@ void g_buffer_line_start_merge_at(GBufferLine *, BufferLineColumn);
/* Imprime la ligne de texte représentée. */
void g_buffer_line_draw(GBufferLine *, GdkDrawable *, GdkGC *, const gint [BLC_COUNT], gint, gint, bool, bool);
+/* Exporte la ligne de texte représentée. */
+void g_buffer_line_export(GBufferLine *, int, BufferExportType, bool, bool, bool);
+
#endif /* _GLIBEXT_GBUFFERLINE_H */