aboutsummaryrefslogtreecommitdiff
path: root/src/ld-lua-symbol-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ld-lua-symbol-private.h')
-rw-r--r--src/ld-lua-symbol-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ld-lua-symbol-private.h b/src/ld-lua-symbol-private.h
index 0e8800e..83bc646 100644
--- a/src/ld-lua-symbol-private.h
+++ b/src/ld-lua-symbol-private.h
@@ -22,6 +22,7 @@ G_BEGIN_DECLS
* @name: Name of this symbol.
* @human_name: Localized human name of this symbol.
* @area: Area of this symbol.
+ * @terminals: Terminals of this symbol.
*/
struct _LdLuaSymbolPrivate
{
@@ -29,6 +30,7 @@ struct _LdLuaSymbolPrivate
gchar *name;
gchar *human_name;
LdRectangle area;
+ LdPointArray *terminals;
};