Small formatting fixes.
2006-04-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation.h: Small formatting fixes.
This commit is contained in:
committed by
Matthias Clasen
parent
471bda3bfc
commit
10f3349649
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user