summaryrefslogtreecommitdiff
path: root/src/analysis/line.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-13 19:22:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-13 19:22:17 (GMT)
commit7e722e76e90944c53f152ca3f28653507a1ce9ed (patch)
tree080cc9892d56180163aae601ec784139960c8492 /src/analysis/line.h
parentecb9ecc486049fe3bec6ecaeeb27f08f67bf0ef0 (diff)
Restored the drawing of pictures on the lines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@74 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/analysis/line.h')
-rw-r--r--src/analysis/line.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/analysis/line.h b/src/analysis/line.h
index 5744d24..ae7698e 100644
--- a/src/analysis/line.h
+++ b/src/analysis/line.h
@@ -70,6 +70,7 @@ typedef struct _disass_options
#define G_RENDERING_LINE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), g_rendering_line_get_type(), GRenderingLine))
#define G_IS_RENDERING_LINE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), g_rendering_line_get_type()))
#define G_RENDERING_LINE_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE((inst), g_rendering_line_get_type(), GRenderingLineIface))
+#define G_RENDERING_LINE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), G_TYPE_RENDERING_LINE, GRenderingLineClass))
/* Ligne de représentation générique (instance) */