From 0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Wed, 29 Sep 2010 09:13:26 +0200 Subject: Implement part of LdLuaSymbol. The "new" method requires to be passed a parameter that makes it possible to call the appropriate render function. Stub-plemented the "draw" method. --- src/ld-lua-symbol.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ld-lua-symbol.h') diff --git a/src/ld-lua-symbol.h b/src/ld-lua-symbol.h index a90feb7..9e5af9b 100644 --- a/src/ld-lua-symbol.h +++ b/src/ld-lua-symbol.h @@ -33,7 +33,6 @@ typedef struct _LdLuaSymbolClass LdLuaSymbolClass; /** * LdLuaSymbol: - * @name: The name of this symbol. */ struct _LdLuaSymbol { @@ -54,7 +53,7 @@ struct _LdLuaSymbolClass GType ld_lua_symbol_get_type (void) G_GNUC_CONST; -LdSymbol *ld_lua_symbol_new (LdSymbolCategory *parent, LdLua *lua); +LdSymbol *ld_lua_symbol_new (LdLua *lua, const gchar *ident); G_END_DECLS -- cgit v1.2.3-54-g00ecf