Change header too

This commit is contained in:
Matthias Clasen 2005-09-28 20:28:54 +00:00
parent 037e90b856
commit f5b53f1359
4 changed files with 4 additions and 2 deletions

View 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)

View 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)

View 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);

View 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;