diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2010-09-30 05:19:31 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2010-10-26 13:58:33 +0200 |
commit | e0e63649dc830cd63ae4e7a958e224ef3b2a1375 (patch) | |
tree | bfd6ebef764e0e439b2207d1f9d9ddb09985a0bd /src/ld-library.h | |
parent | 0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d (diff) | |
download | logdiag-e0e63649dc830cd63ae4e7a958e224ef3b2a1375.tar.gz logdiag-e0e63649dc830cd63ae4e7a958e224ef3b2a1375.tar.xz logdiag-e0e63649dc830cd63ae4e7a958e224ef3b2a1375.zip |
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.
Diffstat (limited to 'src/ld-library.h')
-rw-r--r-- | src/ld-library.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |