Fix nasty typos in last commit. Bug #344195. Thanks Elijah and Frederic.
authorBill Haneman <billh@src.gnome.org>
Thu, 15 Jun 2006 15:55:20 +0000 (15:55 +0000)
committerBill Haneman <billh@src.gnome.org>
Thu, 15 Jun 2006 15:55:20 +0000 (15:55 +0000)
ChangeLog
atk/atkstreamablecontent.c
atk/atkstreamablecontent.h

index 338ff4a..8a7e44d 100644 (file)
--- 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:
index 969e57e..3dbccfd 100755 (executable)
@@ -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)
 {
index eb7f56e..abdbfa9 100755 (executable)
@@ -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);