aboutsummaryrefslogtreecommitdiff
path: root/src/ld-lua-symbol.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2010-09-29 09:13:26 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2010-10-17 14:05:53 +0200
commit0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d (patch)
tree370c776ff8eae741da7b0a9cda814cf762e5185a /src/ld-lua-symbol.h
parent9fc354e06680895d0e7398ee1022943052cdc65c (diff)
downloadlogdiag-0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d.tar.gz
logdiag-0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d.tar.xz
logdiag-0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d.zip
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.
Diffstat (limited to 'src/ld-lua-symbol.h')
-rw-r--r--src/ld-lua-symbol.h3
1 files changed, 1 insertions, 2 deletions
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