Overall cleanup.

* 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.
This commit is contained in:
2010-12-16 05:18:41 +01:00
parent 4a946b3241
commit 721cc30478
6 changed files with 25 additions and 20 deletions

View File

@@ -90,7 +90,6 @@ enum
static void ld_symbol_get_property (GObject *object, guint property_id,
GValue *value, GParamSpec *pspec);
static void ld_symbol_set_property (GObject *object, guint property_id,
const GValue *value, GParamSpec *pspec);