X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkprintunixdialog.h;h=8458aac42b7c3df4294a60edc96501ae05a8296d;hb=e801d06229714fbb0f2a6cc7a7c0faf7228b9a2b;hp=f0bb798012fe95c5bab0c896859f6dda3b990072;hpb=5e29973773d4e2177f234675cc2a2b2016aa9fbc;p=~andy%2Fgtk diff --git a/gtk/gtkprintunixdialog.h b/gtk/gtkprintunixdialog.h index f0bb79801..8458aac42 100644 --- a/gtk/gtkprintunixdialog.h +++ b/gtk/gtkprintunixdialog.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #if !defined (__GTK_UNIX_PRINT_H_INSIDE__) && !defined (GTK_COMPILATION) @@ -46,22 +44,19 @@ struct _GtkPrintUnixDialog { GtkDialog parent_instance; - GtkPrintUnixDialogPrivate *GSEAL (priv); + /*< private >*/ + GtkPrintUnixDialogPrivate *priv; }; struct _GtkPrintUnixDialogClass { GtkDialogClass parent_class; - /* Padding for future expansion */ void (*_gtk_reserved1) (void); void (*_gtk_reserved2) (void); void (*_gtk_reserved3) (void); void (*_gtk_reserved4) (void); - void (*_gtk_reserved5) (void); - void (*_gtk_reserved6) (void); - void (*_gtk_reserved7) (void); }; GType gtk_print_unix_dialog_get_type (void) G_GNUC_CONST;