summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-node.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-08-03 13:30:09 +0100
committerRichard Hughes <richard@hughsie.com>2015-08-03 13:34:43 +0100
commit1caf5938041a187d570687cb6c4213e7762b704c (patch)
tree1eb7576dfe130c446178360c58676a389a92c9a7 /libappstream-glib/as-node.h
parent4e0bdce7148c9e85011c6ef07ea2745ad9d873d4 (diff)
downloadappstream-glib-1caf5938041a187d570687cb6c4213e7762b704c.tar.gz
Remove another length argument
As ebassi pointed out, gchar* is NUL-terminated by definition...
Diffstat (limited to 'libappstream-glib/as-node.h')
-rw-r--r--libappstream-glib/as-node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libappstream-glib/as-node.h b/libappstream-glib/as-node.h
index e2d04be..af14723 100644
--- a/libappstream-glib/as-node.h
+++ b/libappstream-glib/as-node.h
@@ -152,7 +152,6 @@ void as_node_remove_attribute (GNode *node,
GString *as_node_to_xml (const GNode *node,
AsNodeToXmlFlags flags);
GNode *as_node_from_xml (const gchar *data,
- gssize data_len,
AsNodeFromXmlFlags flags,
GError **error)
G_GNUC_WARN_UNUSED_RESULT;