summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-02-25 09:58:17 +0000
committerRichard Hughes <richard@hughsie.com>2014-02-25 09:59:21 +0000
commit345672139d46bfc8bfa3ed690b3eccde9d330c3e (patch)
tree362cf972453aa6770b5d2e98cdd7ba3f9d8185d9
parent3430936e6d1b67c808e05428796d2fa0b3b42c45 (diff)
downloadcolord-345672139d46bfc8bfa3ed690b3eccde9d330c3e.tar.gz
libcolord: Fix the GObject introspection for cd_device_get_profiles()
This allows us to use the method in python.
-rw-r--r--lib/colord/cd-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colord/cd-device.c b/lib/colord/cd-device.c
index 24d7e23..27deec2 100644
--- a/lib/colord/cd-device.c
+++ b/lib/colord/cd-device.c
@@ -438,7 +438,7 @@ cd_device_get_owner (CdDevice *device)
*
* Gets the device profiles.
*
- * Return value: (element-type CdProfile) (transfer full): An array of #CdProfile's
+ * Return value: (element-type CdProfile) (transfer container): An array of #CdProfile's
*
* Since: 0.1.0
**/