whitespace cleanup: remove trailing whitespace and excess newlines and

2008-05-28  Michael Natterer  <mitch@imendio.com>

	* gtk/gtk*.h: whitespace cleanup: remove trailing whitespace and
	excess newlines and sprinkled some newlines where needed. Zero
	code or formatting changes included.


svn path=/trunk/; revision=20225
This commit is contained in:
Michael Natterer
2008-05-28 15:35:43 +00:00
committed by Michael Natterer
parent 0bf59ed22e
commit 2c5f8a5c2b
134 changed files with 311 additions and 328 deletions

View File

@ -1,3 +1,9 @@
2008-05-28 Michael Natterer <mitch@imendio.com>
* gtk/gtk*.h: whitespace cleanup: remove trailing whitespace and
excess newlines and sprinkled some newlines where needed. Zero
code or formatting changes included.
2008-05-28 Michael Natterer <mitch@imendio.com>
* gtk/gtkprinter.h: fix formatting of details_acquired() signal.

View File

@ -103,5 +103,3 @@ void _gtk_button_box_child_requisition (GtkWidget *widget,
G_END_DECLS
#endif /* __GTK_BUTTON_BOX_H__ */

View File

@ -17,6 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
/*
* Modified by the GTK+ Team and others 1997-2004. See the AUTHORS
* file for a list of people on the GTK+ Team. See the ChangeLog

View File

@ -78,5 +78,4 @@ void gtk_cell_renderer_toggle_set_active (GtkCellRendererToggle *togg
G_END_DECLS
#endif /* __GTK_CELL_RENDERER_TOGGLE_H__ */

View File

@ -186,6 +186,3 @@ void gtk_drag_set_default_icon (GdkColormap *colormap,
G_END_DECLS
#endif /* __GTK_DND_H__ */

View File

@ -98,7 +98,3 @@ G_END_DECLS
#endif /* __GTK_FONT_BUTTON_H__ */

View File

@ -107,7 +107,6 @@ struct _GtkPrintOperationClass
void (*custom_widget_apply) (GtkPrintOperation *operation,
GtkWidget *widget);
gboolean (*preview) (GtkPrintOperation *operation,
GtkPrintOperationPreview *preview,
GtkPrintContext *context,

View File

@ -52,7 +52,6 @@ struct _GtkPrintOperationPreviewIface
GtkPrintContext *context,
GtkPageSetup *page_setup);
/* methods */
void (*render_page) (GtkPrintOperationPreview *preview,
gint page_nr);
@ -60,7 +59,6 @@ struct _GtkPrintOperationPreviewIface
gint page_nr);
void (*end_preview) (GtkPrintOperationPreview *preview);
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);

View File

@ -54,11 +54,12 @@ struct _GtkSettings
GtkRcContext *rc_context;
GdkScreen *screen;
};
struct _GtkSettingsClass
{
GObjectClass parent_class;
};
struct _GtkSettingsValue
{
/* origin should be something like "filename:linenumber" for rc files,

View File

@ -87,8 +87,6 @@ struct _GtkTextView
PangoTabArray *tabs;
guint editable : 1;
guint overwrite_mode : 1;
guint cursor_visible : 1;

View File

@ -263,9 +263,6 @@ void gtk_tree_model_rows_reordered (GtkTreeModel *tree_model,
GtkTreeIter *iter,
gint *new_order);
G_END_DECLS
#endif /* __GTK_TREE_MODEL_H__ */

View File

@ -124,4 +124,3 @@ G_END_DECLS
#endif /* __GTK_TREE_SELECTION_H__ */

View File

@ -431,4 +431,3 @@ G_END_DECLS
#endif /* __GTK_TREE_VIEW_H__ */

View File

@ -242,4 +242,3 @@ G_END_DECLS
#endif /* __GTK_TREE_VIEW_COLUMN_H__ */

View File

@ -48,6 +48,4 @@
(GTK_MAJOR_VERSION == (major) && GTK_MINOR_VERSION == (minor) && \
GTK_MICRO_VERSION >= (micro)))
#endif /* __GTK_VERSION_H__ */

View File

@ -65,4 +65,3 @@ GtkWidget* gtk_volume_button_new (void);
G_END_DECLS
#endif /* __GTK_VOLUME_BUTTON_H__ */

View File

@ -79,4 +79,3 @@ G_END_DECLS
#endif /* __GTK_VRULER_H__ */