summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-09-28 20:28:54 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-09-28 20:28:54 +0000
commitf5b53f135989c9951d34f93d813de0c0c12b904a (patch)
tree93e3e790fb45851b9a53e1c4f1cccd1a12aadc3f /gtk/gtktexttag.h
parent037e90b856be5875abda510c111983f4d85a6566 (diff)
downloadgtk+-f5b53f135989c9951d34f93d813de0c0c12b904a.tar.gz
Change header too
Diffstat (limited to 'gtk/gtktexttag.h')
-rw-r--r--gtk/gtktexttag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktexttag.h b/gtk/gtktexttag.h
index d427640660..cfc4b8b0cc 100644
--- a/gtk/gtktexttag.h
+++ b/gtk/gtktexttag.h
@@ -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;