From c42b785e9b43ade5085cdd2ef531096512104364 Mon Sep 17 00:00:00 2001 From: Lucas Moura Date: Mon, 30 May 2016 17:03:47 -0300 Subject: [PATCH] Fix code documentation for as_component_get_id --- src/as-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as-component.c b/src/as-component.c index 4c641f50..826b44f4 100644 --- a/src/as-component.c +++ b/src/as-component.c @@ -718,7 +718,7 @@ as_component_set_source_pkgname (AsComponent *cpt, const gchar* spkgname) * as_component_get_id: * @cpt: a #AsComponent instance. * - * Set the unique identifier for this component. + * Get the unique identifier for this component. * * Returns: the unique identifier. */