Redesign and implement the basic parts of LdLua.
There's a very strong bond between LdLua and LdLuaSymbol. LdLuaSymbol is more like an interface to LdLua than a separate object.
This commit is contained in:
@@ -53,8 +53,6 @@ struct _LdLuaSymbolClass
|
||||
|
||||
GType ld_lua_symbol_get_type (void) G_GNUC_CONST;
|
||||
|
||||
LdSymbol *ld_lua_symbol_new (const gchar *name, LdLua *lua, const gchar *ident);
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user