aboutsummaryrefslogtreecommitdiff
path: root/src/ld-library.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix gtk-doc comments.Přemysl Janouch2010-10-271-6/+0
|
* Added ld_library_find_symbol().Přemysl Janouch2010-10-261-0/+9
| | | | | This function tries to return a symbol that corresponds to the given identifier.
* Manage LdLibrary children in a GSList.Přemysl Janouch2010-10-261-3/+4
| | | | | | | | | The previous method of containment, that is using GHashTable, did not list children in any particular order. Also names of children were duplicated. One copy has been stored as a hash table index and another was present in the child itself.
* Redesign the library and related components.Přemysl Janouch2010-10-261-2/+1
| | | | | | | | | 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.
* Renamed LdSymbolLibrary to LdLibrary.Přemysl Janouch2010-10-171-0/+70