diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-07-19 23:43:57 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-15 18:57:56 -0400 |
commit | cabfcbd18de55d262bf22e86fbca5408500c2dbc (patch) | |
tree | 1ea98004a4015f6180846b3210b91ab517bfe3e5 /gtk/gtkfontchooser.c | |
parent | e3f70857af7d4ff7d80f78cc63e0d4f2baa0dcbb (diff) | |
download | gtk+-cabfcbd18de55d262bf22e86fbca5408500c2dbc.tar.gz |
GtkFontChooser: Cleanup comments and fix indentation alignments
Diffstat (limited to 'gtk/gtkfontchooser.c')
-rw-r--r-- | gtk/gtkfontchooser.c | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c index 65efc1d391..33f6a7f5b0 100644 --- a/gtk/gtkfontchooser.c +++ b/gtk/gtkfontchooser.c @@ -1,12 +1,5 @@ /* GTK - The GIMP Toolkit * Copyright (C) 2011 Alberto Ruiz <aruiz@gnome.org> - * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald - * - * Massively updated to rework the user interface by Alberto Ruiz, 2011 - * Massively updated for Pango by Owen Taylor, May 2000 - * GtkFontChooser widget for Gtk+, by Damon Chaplin, May 1998. - * Based on the GnomeFontSelector widget, by Elliot Lee, but major changes. - * The GnomeFontSelector was derived from app/text_tool.c in the GIMP. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -201,9 +194,9 @@ gtk_font_chooser_class_init (GtkFontChooserClass *klass) static void gtk_font_chooser_set_property (GObject *object, - guint prop_id, - const GValue *value, - GParamSpec *pspec) + guint prop_id, + const GValue *value, + GParamSpec *pspec) { GtkFontChooser *fontchooser; @@ -377,9 +370,9 @@ spin_change_cb (GtkAdjustment *adjustment, gpointer data) void set_range_marks (GtkFontChooserPrivate *priv, - GtkWidget* size_slider, - gint* sizes, - gint length) + GtkWidget *size_slider, + gint *sizes, + gint length) { GtkAdjustment *adj; gint i; @@ -483,7 +476,9 @@ cursor_changed_cb (GtkTreeView *treeview, gpointer data) } gboolean -zoom_preview_cb (GtkWidget *scrolled_window, GdkEventScroll *event, gpointer data) +zoom_preview_cb (GtkWidget *scrolled_window, + GdkEventScroll *event, + gpointer data) { GtkFontChooserPrivate *priv = (GtkFontChooserPrivate*)data; @@ -905,9 +900,9 @@ gtk_font_chooser_ref_face (GtkFontChooser *fontchooser, } -/***************************************************************************** +/* * These functions are the main public interface for getting/setting the font. - *****************************************************************************/ + */ /** * gtk_font_chooser_get_family: |