gtk+ r20599 - trunk/gtk
- From: timj svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20599 - trunk/gtk
- Date: Fri, 20 Jun 2008 11:07:45 +0000 (UTC)
Author: timj
Date: Fri Jun 20 11:07:45 2008
New Revision: 20599
URL: http://svn.gnome.org/viewvc/gtk+?rev=20599&view=rev
Log:
Seal GtkPrintJob.
Modified:
trunk/gtk/gtkprintjob.h
Modified: trunk/gtk/gtkprintjob.h
==============================================================================
--- trunk/gtk/gtkprintjob.h (original)
+++ trunk/gtk/gtkprintjob.h Fri Jun 20 11:07:45 2008
@@ -52,20 +52,20 @@
{
GObject parent_instance;
- GtkPrintJobPrivate *priv;
+ GtkPrintJobPrivate *GSEAL (priv);
/* Settings the client has to implement:
* (These are read-only, set at initialization)
*/
- GtkPrintPages print_pages;
- GtkPageRange *page_ranges;
- gint num_page_ranges;
- GtkPageSet page_set;
- gint num_copies;
- gdouble scale;
- guint rotate_to_orientation : 1;
- guint collate : 1;
- guint reverse : 1;
+ GtkPrintPages GSEAL (print_pages);
+ GtkPageRange *GSEAL (page_ranges);
+ gint GSEAL (num_page_ranges);
+ GtkPageSet GSEAL (page_set);
+ gint GSEAL (num_copies);
+ gdouble GSEAL (scale);
+ guint GSEAL (rotate_to_orientation : 1);
+ guint GSEAL (collate : 1);
+ guint GSEAL (reverse : 1);
};
struct _GtkPrintJobClass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]