aboutsummaryrefslogtreecommitdiff
path: root/src/logdiag.c
Commit message (Collapse)AuthorAgeFilesLines
* Add an application icon.Přemysl Janouch2011-01-161-0/+1
|
* Call bind_textdomain_codeset().Přemysl Janouch2011-01-091-1/+2
|
* Overall cleanup.Přemysl Janouch2010-12-161-1/+2
| | | | | | | | | * 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.
* Changed the object prefix from "logdiag" to "ld".Přemysl Janouch2010-09-191-1/+1
| | | | It was just too long to type and read. My mistake.
* Renamed source files.Přemysl Janouch2010-09-191-0/+39
Also a little change in CMakeLists.txt. The next commit is going to change the object prefix.