summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-stemmer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-stemmer.c')
-rw-r--r--libappstream-glib/as-stemmer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-stemmer.c b/libappstream-glib/as-stemmer.c
index af043c7..ef7ccd6 100644
--- a/libappstream-glib/as-stemmer.c
+++ b/libappstream-glib/as-stemmer.c
@@ -52,7 +52,7 @@ G_DEFINE_TYPE (AsStemmer, as_stemmer, G_TYPE_OBJECT)
*
* Returns: A new refcounted string
**/
-const gchar *
+AsRefString *
as_stemmer_process (AsStemmer *stemmer, const gchar *value)
{
#ifdef HAVE_LIBSTEMMER