Author: abrander
Date: 2009-12-03 23:33:21 +0100 (Thu, 03 Dec 2009)
New Revision: 2783
Modified:
trunk/librawstudio/rs-icc-profile.c
trunk/librawstudio/rs-icc-profile.h
Log:
Made icc argument to rs_icc_profile_get_data() const.
Modified: trunk/librawstudio/rs-icc-profile.c
===================================================================
--- trunk/librawstudio/rs-icc-profile.c 2009-12-03 15:12:02 UTC (rev 2782)
+++ trunk/librawstudio/rs-icc-profile.c 2009-12-03 22:33:21 UTC (rev 2783)
@@ -314,7 +314,7 @@
* @param map_length A pointer to a gsize, the length of the profile will be
written here
*/
gboolean
-rs_icc_profile_get_data(RSIccProfile *profile, gchar **map, gsize *map_length)
+rs_icc_profile_get_data(const RSIccProfile *profile, gchar **map, gsize
*map_length)
{
gboolean ret = FALSE;
Modified: trunk/librawstudio/rs-icc-profile.h
===================================================================
--- trunk/librawstudio/rs-icc-profile.h 2009-12-03 15:12:02 UTC (rev 2782)
+++ trunk/librawstudio/rs-icc-profile.h 2009-12-03 22:33:21 UTC (rev 2783)
@@ -106,7 +106,7 @@
* @param map_length A pointer to a gsize, the length of the profile will be
written here
*/
gboolean
-rs_icc_profile_get_data(RSIccProfile *icc, gchar **data, gsize *length);
+rs_icc_profile_get_data(const RSIccProfile *icc, gchar **data, gsize *length);
G_END_DECLS
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit