From e0e63649dc830cd63ae4e7a958e224ef3b2a1375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 30 Sep 2010 05:19:31 +0200 Subject: Redesign the library and related components. This step is needed, since the current design is quite chaotic and it would not be possible to finish the application. There's still a lot to be done. After this step, it's time to implement the rest of LdLua. --- src/ld-library.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ld-library.h') diff --git a/src/ld-library.h b/src/ld-library.h index 3dd052f..76a76a5 100644 --- a/src/ld-library.h +++ b/src/ld-library.h @@ -59,8 +59,7 @@ struct _LdLibraryClass GType ld_library_get_type (void) G_GNUC_CONST; LdLibrary *ld_library_new (void); -gboolean ld_library_load (LdLibrary *self, - const gchar *directory); +gboolean ld_library_load (LdLibrary *self, const gchar *directory); void ld_library_clear (LdLibrary *self); -- cgit v1.2.3