[json-glib] docs: Fix argument name mismatch
- From: Emmanuele Bassi <ebassi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [json-glib] docs: Fix argument name mismatch
- Date: Sat, 28 Nov 2009 19:41:45 +0000 (UTC)
commit 4445bdb04d5eebc145a1db82aa5b811e8d4ed048
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Sat Nov 28 19:13:27 2009 +0000
docs: Fix argument name mismatch
gtk-doc complains that the argument name in the header does not match
the one in the documentation annotation for the GBoxed deserialization
function registration.
json-glib/json-gobject.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/json-glib/json-gobject.h b/json-glib/json-gobject.h
index 0fde684..9eb6ac9 100644
--- a/json-glib/json-gobject.h
+++ b/json-glib/json-gobject.h
@@ -118,7 +118,7 @@ void json_boxed_register_serialize_func (GType gboxed_
JsonBoxedSerializeFunc serialize_func);
void json_boxed_register_deserialize_func (GType gboxed_type,
JsonNodeType node_type,
- JsonBoxedDeserializeFunc serialize_func);
+ JsonBoxedDeserializeFunc deserialize_func);
gboolean json_boxed_can_serialize (GType gboxed_type,
JsonNodeType *node_type);
gboolean json_boxed_can_deserialize (GType gboxed_type,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]