summaryrefslogtreecommitdiff
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
parent79d96f063ff8da5ca996eb6535bd1b0746638f76 (diff)
downloadatk-043ef92996ef03de8211254969554d45570f5de1.tar.gz
Fix nasty typos in last commit. Bug #344195. Thanks Elijah and Frederic.
-rw-r--r--ChangeLog5
-rwxr-xr-xatk/atkstreamablecontent.c2
-rwxr-xr-xatk/atkstreamablecontent.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 338ff4a..8a7e44d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-15 Bill Haneman <bill.haneman@sun.com>
+
+ * atk/atkstreamablecontent.h, atkstreamablecontent.c:
+
+
2006-06-14 Bill Haneman <bill.haneman@sun.com>
* atk/atkstreamablecontent.h, atkstreamablecontent.c:
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)
{
diff --git a/atk/atkstreamablecontent.h b/atk/atkstreamablecontent.h
index eb7f56e..abdbfa9 100755
--- a/atk/atkstreamablecontent.h
+++ b/atk/atkstreamablecontent.h
@@ -94,7 +94,7 @@ G_CONST_RETURN gchar* atk_streamable_content_get_mime_type (AtkStreamableCon
gint i);
GIOChannel* atk_streamable_content_get_stream (AtkStreamableContent *streamable,
const gchar *mime_type);
-);
+
gchar* atk_streamable_content_get_uri (AtkStreamableContent *streamable,
const gchar *mime_type);