summaryrefslogtreecommitdiff
path: root/src/analysis/line.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-30 00:00:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-30 00:00:52 (GMT)
commit2c9fa2bc584305985ae53958ea2fb371adba3834 (patch)
tree6b1b9f451caafb1a44777e581354164c2aacea9f /src/analysis/line.h
parent1cb0bfdc11dc46a2bc2fd6dfb0aa32d0f4bf0fe1 (diff)
Built graphic links from the flow of the code blocks.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@84 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/analysis/line.h')
-rw-r--r--src/analysis/line.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/analysis/line.h b/src/analysis/line.h
index aa200f8..e06c53c 100644
--- a/src/analysis/line.h
+++ b/src/analysis/line.h
@@ -110,6 +110,9 @@ bool g_rendering_line_has_sources(const GRenderingLine *);
/* Indique si la ligne a une suite autre que la ligne suivante. */
bool g_rendering_line_has_destination(const GRenderingLine *);
+/* Fournit la ligne de code de destination du lien de la ligne. */
+GRenderingLine *g_rendering_line_get_destination(const GRenderingLine *, InstructionLinkType *);
+
/* Procède à l'initialisation des bases d'une représentation. */
void g_rendering_line_draw(GRenderingLine *, GdkDrawable *, GdkGC *, gint, gint, gint, gint);