aboutsummaryrefslogtreecommitdiff
path: root/src/ld-lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ld-lua.h')
-rw-r--r--src/ld-lua.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ld-lua.h b/src/ld-lua.h
index 512143e..c7f45d0 100644
--- a/src/ld-lua.h
+++ b/src/ld-lua.h
@@ -51,9 +51,8 @@ struct _LdLuaClass
GType ld_lua_get_type (void) G_GNUC_CONST;
LdLua *ld_lua_new (void);
-/* TODO: Implement the following: */
-gboolean ld_lua_check_file (LdLua *lua, const gchar *filename);
-gboolean ld_lua_load_file_to_category (LdLua *lua, const gchar *filename,
+gboolean ld_lua_check_file (LdLua *self, const gchar *filename);
+gboolean ld_lua_load_file_to_category (LdLua *self, const gchar *filename,
LdSymbolCategory *category);