summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-10-27 00:41:12 +0000
committerHans Breuer <hans@src.gnome.org>2001-10-27 00:41:12 +0000
commite2e6940366d46bd3f860d13fd876408799c00237 (patch)
treee4f452af34969de0a76f6d079a374e60a98308cf /gtk/gtktextlayout.c
parented96ad827ce4a72af19b1b91e67ebd4f4f8ace49 (diff)
downloadgdk-pixbuf-e2e6940366d46bd3f860d13fd876408799c00237.tar.gz
to simplify parsing for exported functions: - made implementation
2001-10-27 Hans Breuer <hans@breuer.org> * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c gtk/gtktreestore.c gtk/gtkvbbox.c : to simplify parsing for exported functions: - made implementation signature static, when the local prototype already was - put the functions return value on it's own line - added as space between the function name and the opening bracket * gtk/gtk.def : added the remaining exported functions
Diffstat (limited to 'gtk/gtktextlayout.c')
-rw-r--r--gtk/gtktextlayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextlayout.c b/gtk/gtktextlayout.c
index 018a33aea..67592dceb 100644
--- a/gtk/gtktextlayout.c
+++ b/gtk/gtktextlayout.c
@@ -210,7 +210,7 @@ gtk_text_layout_class_init (GtkTextLayoutClass *klass)
GTK_TYPE_INT);
}
-void
+static void
gtk_text_layout_init (GtkTextLayout *text_layout)
{
text_layout->cursor_visible = TRUE;