summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-utils.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-08-03 12:49:04 +0100
committerRichard Hughes <richard@hughsie.com>2015-08-03 12:49:04 +0100
commit2f715d9c7612473e4f7cbea843e3b3079df8bb3e (patch)
treeb41d1f96dd39d0ab96f9941476dacac3a512c5df /libappstream-glib/as-utils.h
parent6ad012a9fa6f02e7da85fb9bb9155920149b8465 (diff)
downloadappstream-glib-2f715d9c7612473e4f7cbea843e3b3079df8bb3e.tar.gz
Drop the unused _len arguments on many functions
Using the length of -1 for 'unknown' breaks the GIR-generated bindings. This breaks API and ABI and the soname has been updated to reflect this.
Diffstat (limited to 'libappstream-glib/as-utils.h')
-rw-r--r--libappstream-glib/as-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libappstream-glib/as-utils.h b/libappstream-glib/as-utils.h
index c551ca5..79cbab2 100644
--- a/libappstream-glib/as-utils.h
+++ b/libappstream-glib/as-utils.h
@@ -91,10 +91,8 @@ typedef enum {
} AsMarkupConvertFormat;
gchar *as_markup_convert_simple (const gchar *markup,
- gssize markup_len,
GError **error);
gchar *as_markup_convert (const gchar *markup,
- gssize markup_len,
AsMarkupConvertFormat format,
GError **error);
gchar **as_markup_strsplit_words (const gchar *text,