summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-04-30 16:56:47 +0100
committerRichard Hughes <richard@hughsie.com>2013-04-30 16:56:47 +0100
commitb376c91be7422a658be5d55de5889e1c114bc454 (patch)
treea67e44afa627204d8b30d0a0d4c8b5c4cede16d0
parent77657fba2d926285135e583106a5a1062c420f89 (diff)
downloadcolord-b376c91be7422a658be5d55de5889e1c114bc454.tar.gz
trivial: Add 'Since:' line to the new cd_icc_get_response()
-rw-r--r--lib/colord/cd-icc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/colord/cd-icc.c b/lib/colord/cd-icc.c
index 158a2f3..0ecd6f7 100644
--- a/lib/colord/cd-icc.c
+++ b/lib/colord/cd-icc.c
@@ -2590,6 +2590,8 @@ out:
* Generates a response curve of a specified size.
*
* Return value: (transfer container) (element-type CdColorRGB): response data, or %NULL for error
+ *
+ * Since: 0.1.34
**/
GPtrArray *
cd_icc_get_response (CdIcc *icc, guint size, GError **error)