aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-library.c
Commit message (Collapse)AuthorAgeFilesLines
* Put subcategories and symbols in different lists.Přemysl Janouch2012-08-111-55/+68
| | | | Removes some ugliness from the code.
* Maintenance.Přemysl Janouch2012-08-111-5/+2
| | | | | | | | * Fix setting the GSETTINGS_SCHEMA_DIR environment variable. * Use g_value_take_boxed() instead of deprecated g_value_set_boxed_take_ownership(). * Remove an unused variable. * Clean up load_category() a bit.
* Update gtk-doc documentation.Přemysl Janouch2011-02-021-1/+1
|
* Fix program messages and gtk-doc comments.Přemysl Janouch2011-01-281-25/+25
|
* Fix gtk-doc comments for signals.Přemysl Janouch2011-01-231-1/+1
|
* Make a separate library.Přemysl Janouch2011-01-101-0/+524
This is required for gtkdoc-scangobj. So far it's much like it's been before, the main differences are that source files are in two directories from now on and the build process has two stages.