summaryrefslogtreecommitdiff
path: root/atk/atkstreamablecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkstreamablecontent.h')
-rwxr-xr-xatk/atkstreamablecontent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkstreamablecontent.h b/atk/atkstreamablecontent.h
index b3bd98d..e5271a2 100755
--- a/atk/atkstreamablecontent.h
+++ b/atk/atkstreamablecontent.h
@@ -97,8 +97,8 @@ G_CONST_RETURN gchar* atk_streamable_content_get_mime_type (AtkStreamableCon
GIOChannel* atk_streamable_content_get_stream (AtkStreamableContent *streamable,
const gchar *mime_type);
-gchar* atk_streamable_content_get_uri (AtkStreamableContent *streamable,
- const gchar *mime_type);
+G_CONST_RETURN gchar* atk_streamable_content_get_uri (AtkStreamableContent *streamable,
+ const gchar *mime_type);
G_END_DECLS