summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-11-14 14:39:08 +0000
committerRichard Hughes <richard@hughsie.com>2013-11-25 11:16:39 +0000
commitab5ab413e6c4fbaddcb9de0347e592ee571327bf (patch)
treebac4302111e95df5697b47a40563b38343b2659e
parent59d3f89cbbbbdcdc5cdad511e878b6aff2559e3b (diff)
downloadcolord-ab5ab413e6c4fbaddcb9de0347e592ee571327bf.tar.gz
trivial: Fix up three GObjectIntrospection warnings
-rw-r--r--lib/colord/cd-icc-store.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/colord/cd-icc-store.c b/lib/colord/cd-icc-store.c
index 60f38fc..9aa11d8 100644
--- a/lib/colord/cd-icc-store.c
+++ b/lib/colord/cd-icc-store.c
@@ -88,11 +88,12 @@ cd_icc_store_helper_free (CdIccStoreDirHelper *helper)
/**
* cd_icc_store_find_by_filename:
+ * @store: a #CdIccStore instance.
* @filename: a fully qualified filename
*
* Finds a ICC object in the store by filename.
*
- * Return value: (transfer full) (element-type CdIcc): an ICC profile object or %NULL
+ * Return value: (transfer full): an ICC profile object or %NULL
*
* Since: 1.0.2
**/
@@ -116,11 +117,12 @@ cd_icc_store_find_by_filename (CdIccStore *store, const gchar *filename)
/**
* cd_icc_store_find_by_checksum:
+ * @store: a #CdIccStore instance.
* @checksum: a checksum value
*
* Finds a ICC object in the store by checksum.
*
- * Return value: (transfer full) (element-type CdIcc): an ICC profile object or %NULL
+ * Return value: (transfer full): an ICC profile object or %NULL
*
* Since: 1.0.2
**/