summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-28 15:35:43 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-28 15:35:43 +0000
commit2c5f8a5c2baf4409e01139eadf2589ca46fe29cc (patch)
treedc564a9d2ed48218754a19aefc9f154f16928ac9 /gtk/gtkprintoperation.h
parent0bf59ed22e22dd10e16e862eb3a1bf3801af3046 (diff)
downloadgtk+-2c5f8a5c2baf4409e01139eadf2589ca46fe29cc.tar.gz
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
Diffstat (limited to 'gtk/gtkprintoperation.h')
-rw-r--r--gtk/gtkprintoperation.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h
index a1e24726e9..acbbaec83d 100644
--- a/gtk/gtkprintoperation.h
+++ b/gtk/gtkprintoperation.h
@@ -78,19 +78,19 @@ typedef enum {
struct _GtkPrintOperation
{
GObject parent_instance;
-
+
GtkPrintOperationPrivate *priv;
};
struct _GtkPrintOperationClass
{
GObjectClass parent_class;
-
+
void (*done) (GtkPrintOperation *operation,
GtkPrintOperationResult result);
- void (*begin_print) (GtkPrintOperation *operation,
+ void (*begin_print) (GtkPrintOperation *operation,
GtkPrintContext *context);
- gboolean (*paginate) (GtkPrintOperation *operation,
+ gboolean (*paginate) (GtkPrintOperation *operation,
GtkPrintContext *context);
void (*request_page_setup) (GtkPrintOperation *operation,
GtkPrintContext *context,
@@ -107,11 +107,10 @@ struct _GtkPrintOperationClass
void (*custom_widget_apply) (GtkPrintOperation *operation,
GtkWidget *widget);
-
gboolean (*preview) (GtkPrintOperation *operation,
- GtkPrintOperationPreview *preview,
+ GtkPrintOperationPreview *preview,
GtkPrintContext *context,
- GtkWindow *parent);
+ GtkWindow *parent);
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
@@ -178,7 +177,7 @@ GtkPageSetup *gtk_print_run_page_setup_dialog (GtkWindow
GtkPageSetup *page_setup,
GtkPrintSettings *settings);
-typedef void (* GtkPageSetupDoneFunc) (GtkPageSetup *page_setup,
+typedef void (* GtkPageSetupDoneFunc) (GtkPageSetup *page_setup,
gpointer data);
void gtk_print_run_page_setup_dialog_async (GtkWindow *parent,