| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
My bad; this name is much more appropriate.
|
|
|
|
|
|
|
|
|
| |
* Add missing asserts to exported functions.
* Unify formatting.
* Fix the gtk-doc comment for ld_symbol_category_set_human_name().
* Make ld_library_load() reflect it's declaration.
* Remove an unused variable in ld_library_load_cb().
* Change all char's to gchar's.
|
|
|
|
| |
Mostly found by -Wextra.
|
| |
|
|
|
|
|
| |
To accomplish this, LdSymbolArea had to be converted
to a regular boxed type.
|
|
|
|
|
| |
Also move the actual storage of symbol properties to implementations
of the abstract LdSymbol class. All the properties are read only.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Created LdLuaSymbol, which subclasses LdSymbol.
|
| |
|
| |
|
|
Originally, there were three object classes defined in this file.
It would later become rather chaotic if left that way.
|