]> Pileus Git - ~andy/gtk/commitdiff
Change header too
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 28 Sep 2005 20:28:54 +0000 (20:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 28 Sep 2005 20:28:54 +0000 (20:28 +0000)
ChangeLog
ChangeLog.pre-2-10
gtk/gtktexttag.c
gtk/gtktexttag.h

index 337e5060988aad8478874dd4c3a00b64e739a8f0..afa512a0f6b479b7504db25da0951ae4074d4495 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2005-09-28  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktexttag.h: 
        * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
        to make this function work as boxed copy function.  (#317455,
        Gustavo Carneiro)
index 337e5060988aad8478874dd4c3a00b64e739a8f0..afa512a0f6b479b7504db25da0951ae4074d4495 100644 (file)
@@ -1,5 +1,6 @@
 2005-09-28  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktexttag.h: 
        * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
        to make this function work as boxed copy function.  (#317455,
        Gustavo Carneiro)
index 88fc06ab64f669a8aa519db27f41c54e1588d3ec..671611c0034b8161c004358d970821dac2974654 100644 (file)
@@ -2044,7 +2044,7 @@ gtk_text_attributes_copy_values (GtkTextAttributes *src,
  *
  * Returns: the #GtkTextAttributes that were passed in
  **/
-void
+GtkTextAttributes *
 gtk_text_attributes_ref (GtkTextAttributes *values)
 {
   g_return_if_fail (values != NULL);
index d42764066030554e50b220831490b68ceac9003c..cfc4b8b0cc3da15a3a72571d2d13679e695a7c67 100644 (file)
@@ -270,7 +270,7 @@ GtkTextAttributes* gtk_text_attributes_copy        (GtkTextAttributes *src);
 void               gtk_text_attributes_copy_values (GtkTextAttributes *src,
                                                     GtkTextAttributes *dest);
 void               gtk_text_attributes_unref       (GtkTextAttributes *values);
-void               gtk_text_attributes_ref         (GtkTextAttributes *values);
+GtkTextAttributes *gtk_text_attributes_ref         (GtkTextAttributes *values);
 
 GType              gtk_text_attributes_get_type    (void) G_GNUC_CONST;