summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.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/gtklabel.c
parented96ad827ce4a72af19b1b91e67ebd4f4f8ace49 (diff)
downloadgtk+-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/gtklabel.c')
-rw-r--r--gtk/gtklabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index a76f88da98..776caa996c 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -1794,7 +1794,7 @@ gtk_label_expose (GtkWidget *widget,
return TRUE;
}
-void
+static void
gtk_label_set_uline_text_internal (GtkLabel *label,
const gchar *str)
{