summaryrefslogtreecommitdiff
path: root/atk/atkstreamablecontent.c
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-06-15 15:55:20 +0000
committerBill Haneman <billh@src.gnome.org>2006-06-15 15:55:20 +0000
commit043ef92996ef03de8211254969554d45570f5de1 (patch)
tree45a954ec05206df7fa23d419f574f405f7516309 /atk/atkstreamablecontent.c
parent79d96f063ff8da5ca996eb6535bd1b0746638f76 (diff)
downloadatk-043ef92996ef03de8211254969554d45570f5de1.tar.gz
Fix nasty typos in last commit. Bug #344195. Thanks Elijah and Frederic.
Diffstat (limited to 'atk/atkstreamablecontent.c')
-rwxr-xr-xatk/atkstreamablecontent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkstreamablecontent.c b/atk/atkstreamablecontent.c
index 969e57e..3dbccfd 100755
--- a/atk/atkstreamablecontent.c
+++ b/atk/atkstreamablecontent.c
@@ -135,7 +135,7 @@ atk_streamable_content_get_stream (AtkStreamableContent *streamable,
* Returns: Returns a string representing a URI, or NULL if no corresponding URI
* can be constructed.
*/
- GIOChannel*
+gchar*
atk_streamable_content_get_uri (AtkStreamableContent *streamable,
const gchar *mime_type)
{