Small formatting fixes.

2006-04-19  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkprintoperation.h: Small formatting fixes.
This commit is contained in:
Matthias Clasen
2006-04-19 20:09:14 +00:00
committed by Matthias Clasen
parent 471bda3bfc
commit 10f3349649
3 changed files with 15 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
2006-04-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation.h: Small formatting fixes.
* gtk/gtkprintoperation.c: Add some documentation.
2006-04-17 Matthias Clasen <mclasen@redhat.com>

View File

@@ -1,5 +1,7 @@
2006-04-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation.h: Small formatting fixes.
* gtk/gtkprintoperation.c: Add some documentation.
2006-04-17 Matthias Clasen <mclasen@redhat.com>

View File

@@ -66,18 +66,18 @@ struct _GtkPrintOperationClass
{
GObjectClass parent_class;
void (*begin_print) (GtkPrintOperation *operation, GtkPrintContext *context);
void (*begin_print) (GtkPrintOperation *operation,
GtkPrintContext *context);
void (*request_page_setup) (GtkPrintOperation *operation,
GtkPrintContext *context,
int page_nr,
GtkPageSetup *setup);
void (*draw_page) (GtkPrintOperation *operation,
GtkPrintContext *context,
int page_nr);
void (*end_print) (GtkPrintOperation *operation,
GtkPrintContext *context);
void (*status_changed) (GtkPrintOperation *operation);
GtkPrintContext *context,
int page_nr,
GtkPageSetup *setup);
void (*draw_page) (GtkPrintOperation *operation,
GtkPrintContext *context,
int page_nr);
void (*end_print) (GtkPrintOperation *operation,
GtkPrintContext *context);
void (*status_changed) (GtkPrintOperation *operation);
/* Padding for future expansion */
void (*_gtk_reserved1) (void);