forked from AuroraMiddleware/gtk
Fix includes (#338665)
2006-04-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintunixdialog.h: * gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
This commit is contained in:
parent
f918e00585
commit
894305cdd8
@ -1,5 +1,8 @@
|
||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintunixdialog.h:
|
||||
* gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
|
||||
|
||||
* gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.
|
||||
|
||||
* gdk/gdkregion-generic.c: Documentation fixes.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintunixdialog.h:
|
||||
* gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
|
||||
|
||||
* gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.
|
||||
|
||||
* gdk/gdkregion-generic.c: Documentation fixes.
|
||||
|
@ -19,9 +19,9 @@
|
||||
#ifndef __GTK_PAGE_SETUP_UNIX_DIALOG_H__
|
||||
#define __GTK_PAGE_SETUP_UNIX_DIALOG_H__
|
||||
|
||||
#include "gtkdialog.h"
|
||||
#include "gtkpagesetup.h"
|
||||
#include "gtkprintsettings.h"
|
||||
#include <gtk/gtkdialog.h>
|
||||
#include <gtk/gtkpagesetup.h>
|
||||
#include <gtk/gtkprintsettings.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
||||
#ifndef __GTK_PRINT_UNIX_DIALOG_H__
|
||||
#define __GTK_PRINT_UNIX_DIALOG_H__
|
||||
|
||||
#include "gtkdialog.h"
|
||||
#include "gtkprinter.h"
|
||||
#include "gtkprintsettings.h"
|
||||
#include "gtkpagesetup.h"
|
||||
#include <gtk/gtkdialog.h>
|
||||
#include <gtk/gtkprinter.h>
|
||||
#include <gtk/gtkprintsettings.h>
|
||||
#include <gtk/gtkpagesetup.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
@ -60,9 +60,9 @@ struct _GtkPrintUnixDialogClass
|
||||
void (*_gtk_reserved7) (void);
|
||||
};
|
||||
|
||||
GType gtk_print_unix_dialog_get_type (void) G_GNUC_CONST;
|
||||
GtkWidget * gtk_print_unix_dialog_new (const gchar *title,
|
||||
GtkWindow *parent);
|
||||
GType gtk_print_unix_dialog_get_type (void) G_GNUC_CONST;
|
||||
GtkWidget * gtk_print_unix_dialog_new (const gchar *title,
|
||||
GtkWindow *parent);
|
||||
|
||||
void gtk_print_unix_dialog_set_page_setup (GtkPrintUnixDialog *dialog,
|
||||
GtkPageSetup *page_setup);
|
||||
|
Loading…
Reference in New Issue
Block a user