diff options
author | Michael Natterer <mitch@imendio.com> | 2008-06-13 14:26:44 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-06-13 14:26:44 +0000 |
commit | d0c713bfee6d532442d097a32415dd340dd66056 (patch) | |
tree | be82892e1b37f6f09fe9c5751857073dd3cc0d8e | |
parent | 5036306b1d7779bb6c4a6e04335b8c4e75c54b78 (diff) | |
download | gtk+-d0c713bfee6d532442d097a32415dd340dd66056.tar.gz |
gtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk/gtkfilechooserdialog.h
2008-06-13 Michael Natterer <mitch@imendio.com>
* gtk/gtkcellrendereraccel.h
* gtk/gtkfilechooser.h
* gtk/gtkfilechooserdialog.h
* gtk/gtkfilechooserwidget.h
* gtk/gtkmenutoolbutton.h
* gtk/gtkpagesetup.h
* gtk/gtkpapersize.h
* gtk/gtkprintcontext.h
* gtk/gtkprintoperation.h
* gtk/gtkprintoperationpreview.h
* gtk/gtkprintsettings.h
* gtk/gtkradiotoolbutton.h
* gtk/gtkrecentchooser.h
* gtk/gtkrecentchooserdialog.h
* gtk/gtkrecentchoosermenu.h
* gtk/gtkrecentchooserwidget.h
* gtk/gtkseparatortoolitem.h
* gtk/gtkshow.h
* gtk/gtktoggletoolbutton.h
* gtk/gtktoolbar.h
* gtk/gtktoolbutton.h
* gtk/gtktooltip.h: #include <gtk/gtkfoo.h> instead of
"gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers.
svn path=/trunk/; revision=20375
-rw-r--r-- | ChangeLog | 26 | ||||
-rw-r--r-- | gtk/gtkcellrendereraccel.h | 2 | ||||
-rw-r--r-- | gtk/gtkfilechooser.h | 2 | ||||
-rw-r--r-- | gtk/gtkfilechooserdialog.h | 2 | ||||
-rw-r--r-- | gtk/gtkfilechooserwidget.h | 2 | ||||
-rw-r--r-- | gtk/gtkmenutoolbutton.h | 4 | ||||
-rw-r--r-- | gtk/gtkpagesetup.h | 4 | ||||
-rw-r--r-- | gtk/gtkpapersize.h | 2 | ||||
-rw-r--r-- | gtk/gtkprintcontext.h | 4 | ||||
-rw-r--r-- | gtk/gtkprintoperation.h | 14 | ||||
-rw-r--r-- | gtk/gtkprintoperationpreview.h | 3 | ||||
-rw-r--r-- | gtk/gtkprintsettings.h | 2 | ||||
-rw-r--r-- | gtk/gtkradiotoolbutton.h | 2 | ||||
-rw-r--r-- | gtk/gtkrecentchooser.h | 5 | ||||
-rw-r--r-- | gtk/gtkrecentchooserdialog.h | 2 | ||||
-rw-r--r-- | gtk/gtkrecentchoosermenu.h | 2 | ||||
-rw-r--r-- | gtk/gtkrecentchooserwidget.h | 2 | ||||
-rw-r--r-- | gtk/gtkseparatortoolitem.h | 2 | ||||
-rw-r--r-- | gtk/gtkshow.h | 3 | ||||
-rw-r--r-- | gtk/gtktoggletoolbutton.h | 2 | ||||
-rw-r--r-- | gtk/gtktoolbar.h | 3 | ||||
-rw-r--r-- | gtk/gtktoolbutton.h | 2 | ||||
-rw-r--r-- | gtk/gtktooltip.h | 4 |
23 files changed, 59 insertions, 37 deletions
@@ -1,5 +1,31 @@ 2008-06-13 Michael Natterer <mitch@imendio.com> + * gtk/gtkcellrendereraccel.h + * gtk/gtkfilechooser.h + * gtk/gtkfilechooserdialog.h + * gtk/gtkfilechooserwidget.h + * gtk/gtkmenutoolbutton.h + * gtk/gtkpagesetup.h + * gtk/gtkpapersize.h + * gtk/gtkprintcontext.h + * gtk/gtkprintoperation.h + * gtk/gtkprintoperationpreview.h + * gtk/gtkprintsettings.h + * gtk/gtkradiotoolbutton.h + * gtk/gtkrecentchooser.h + * gtk/gtkrecentchooserdialog.h + * gtk/gtkrecentchoosermenu.h + * gtk/gtkrecentchooserwidget.h + * gtk/gtkseparatortoolitem.h + * gtk/gtkshow.h + * gtk/gtktoggletoolbutton.h + * gtk/gtktoolbar.h + * gtk/gtktoolbutton.h + * gtk/gtktooltip.h: #include <gtk/gtkfoo.h> instead of + "gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers. + +2008-06-13 Michael Natterer <mitch@imendio.com> + * gtk/gtktexttagtable.h: remove double inclusion of <gtk/gtktexttag.h>. diff --git a/gtk/gtkcellrendereraccel.h b/gtk/gtkcellrendereraccel.h index 45c1cf6fc6..40fa1eee1a 100644 --- a/gtk/gtkcellrendereraccel.h +++ b/gtk/gtkcellrendereraccel.h @@ -24,7 +24,7 @@ #ifndef __GTK_CELL_RENDERER_ACCEL_H__ #define __GTK_CELL_RENDERER_ACCEL_H__ -#include "gtkcellrenderertext.h" +#include <gtk/gtkcellrenderertext.h> G_BEGIN_DECLS diff --git a/gtk/gtkfilechooser.h b/gtk/gtkfilechooser.h index 63a7c6f11b..0e08c7da67 100644 --- a/gtk/gtkfilechooser.h +++ b/gtk/gtkfilechooser.h @@ -25,7 +25,7 @@ #ifndef __GTK_FILE_CHOOSER_H__ #define __GTK_FILE_CHOOSER_H__ -#include "gtkfilefilter.h" +#include <gtk/gtkfilefilter.h> #include <gtk/gtkwidget.h> G_BEGIN_DECLS diff --git a/gtk/gtkfilechooserdialog.h b/gtk/gtkfilechooserdialog.h index f1ed3301c2..7d99be0904 100644 --- a/gtk/gtkfilechooserdialog.h +++ b/gtk/gtkfilechooserdialog.h @@ -26,7 +26,7 @@ #define __GTK_FILE_CHOOSER_DIALOG_H__ #include <gtk/gtkdialog.h> -#include "gtkfilechooser.h" +#include <gtk/gtkfilechooser.h> G_BEGIN_DECLS diff --git a/gtk/gtkfilechooserwidget.h b/gtk/gtkfilechooserwidget.h index 8de57e675a..20db97810c 100644 --- a/gtk/gtkfilechooserwidget.h +++ b/gtk/gtkfilechooserwidget.h @@ -25,7 +25,7 @@ #ifndef __GTK_FILE_CHOOSER_WIDGET_H__ #define __GTK_FILE_CHOOSER_WIDGET_H__ -#include "gtkfilechooser.h" +#include <gtk/gtkfilechooser.h> #include <gtk/gtkvbox.h> G_BEGIN_DECLS diff --git a/gtk/gtkmenutoolbutton.h b/gtk/gtkmenutoolbutton.h index 8c8f046f13..d71f98d2d8 100644 --- a/gtk/gtkmenutoolbutton.h +++ b/gtk/gtkmenutoolbutton.h @@ -26,8 +26,8 @@ #ifndef __GTK_MENU_TOOL_BUTTON_H__ #define __GTK_MENU_TOOL_BUTTON_H__ -#include "gtkmenu.h" -#include "gtk/gtktoolbutton.h" +#include <gtk/gtkmenu.h> +#include <gtk/gtktoolbutton.h> G_BEGIN_DECLS diff --git a/gtk/gtkpagesetup.h b/gtk/gtkpagesetup.h index c96c701978..edabb32d7d 100644 --- a/gtk/gtkpagesetup.h +++ b/gtk/gtkpagesetup.h @@ -26,8 +26,8 @@ #define __GTK_PAGE_SETUP_H__ #include <glib-object.h> -#include "gtkenums.h" -#include "gtkpapersize.h" +#include <gtk/gtkenums.h> +#include <gtk/gtkpapersize.h> G_BEGIN_DECLS diff --git a/gtk/gtkpapersize.h b/gtk/gtkpapersize.h index 24aae93175..49324fb209 100644 --- a/gtk/gtkpapersize.h +++ b/gtk/gtkpapersize.h @@ -26,7 +26,7 @@ #define __GTK_PAPER_SIZE_H__ #include <glib-object.h> -#include "gtkenums.h" +#include <gtk/gtkenums.h> G_BEGIN_DECLS diff --git a/gtk/gtkprintcontext.h b/gtk/gtkprintcontext.h index 6350a3ca94..5c69b9aa52 100644 --- a/gtk/gtkprintcontext.h +++ b/gtk/gtkprintcontext.h @@ -27,8 +27,8 @@ #include <glib-object.h> #include <pango/pango.h> -#include "gtkenums.h" -#include "gtkpagesetup.h" +#include <gtk/gtkenums.h> +#include <gtk/gtkpagesetup.h> G_BEGIN_DECLS diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h index acbbaec83d..0d2a0c9856 100644 --- a/gtk/gtkprintoperation.h +++ b/gtk/gtkprintoperation.h @@ -27,13 +27,13 @@ #include <glib-object.h> #include <cairo.h> -#include "gtkmain.h" -#include "gtkenums.h" -#include "gtkwindow.h" -#include "gtkpagesetup.h" -#include "gtkprintsettings.h" -#include "gtkprintcontext.h" -#include "gtkprintoperationpreview.h" +#include <gtk/gtkmain.h> +#include <gtk/gtkenums.h> +#include <gtk/gtkwindow.h> +#include <gtk/gtkpagesetup.h> +#include <gtk/gtkprintsettings.h> +#include <gtk/gtkprintcontext.h> +#include <gtk/gtkprintoperationpreview.h> G_BEGIN_DECLS diff --git a/gtk/gtkprintoperationpreview.h b/gtk/gtkprintoperationpreview.h index ae0b3975be..c098a25f4a 100644 --- a/gtk/gtkprintoperationpreview.h +++ b/gtk/gtkprintoperationpreview.h @@ -27,8 +27,7 @@ #include <glib-object.h> #include <cairo.h> - -#include "gtkprintcontext.h" +#include <gtk/gtkprintcontext.h> G_BEGIN_DECLS diff --git a/gtk/gtkprintsettings.h b/gtk/gtkprintsettings.h index f41bf5cb35..493160b651 100644 --- a/gtk/gtkprintsettings.h +++ b/gtk/gtkprintsettings.h @@ -26,7 +26,7 @@ #define __GTK_PRINT_SETTINGS_H__ #include <glib-object.h> -#include "gtkpapersize.h" +#include <gtk/gtkpapersize.h> G_BEGIN_DECLS diff --git a/gtk/gtkradiotoolbutton.h b/gtk/gtkradiotoolbutton.h index 32d0e7b6a0..768c7630b6 100644 --- a/gtk/gtkradiotoolbutton.h +++ b/gtk/gtkradiotoolbutton.h @@ -27,7 +27,7 @@ #ifndef __GTK_RADIO_TOOL_BUTTON_H__ #define __GTK_RADIO_TOOL_BUTTON_H__ -#include "gtktoggletoolbutton.h" +#include <gtk/gtktoggletoolbutton.h> G_BEGIN_DECLS diff --git a/gtk/gtkrecentchooser.h b/gtk/gtkrecentchooser.h index fe58d15727..2b5dd7e55f 100644 --- a/gtk/gtkrecentchooser.h +++ b/gtk/gtkrecentchooser.h @@ -27,9 +27,8 @@ #define __GTK_RECENT_CHOOSER_H__ #include <gtk/gtkwidget.h> - -#include "gtkrecentmanager.h" -#include "gtkrecentfilter.h" +#include <gtk/gtkrecentmanager.h> +#include <gtk/gtkrecentfilter.h> G_BEGIN_DECLS diff --git a/gtk/gtkrecentchooserdialog.h b/gtk/gtkrecentchooserdialog.h index 7ccdef1de9..07ef04ecc3 100644 --- a/gtk/gtkrecentchooserdialog.h +++ b/gtk/gtkrecentchooserdialog.h @@ -26,7 +26,7 @@ #define __GTK_RECENT_CHOOSER_DIALOG_H__ #include <gtk/gtkdialog.h> -#include "gtkrecentchooser.h" +#include <gtk/gtkrecentchooser.h> G_BEGIN_DECLS diff --git a/gtk/gtkrecentchoosermenu.h b/gtk/gtkrecentchoosermenu.h index 513ef44007..2a140c5460 100644 --- a/gtk/gtkrecentchoosermenu.h +++ b/gtk/gtkrecentchoosermenu.h @@ -26,7 +26,7 @@ #define __GTK_RECENT_CHOOSER_MENU_H__ #include <gtk/gtkmenu.h> -#include "gtkrecentchooser.h" +#include <gtk/gtkrecentchooser.h> G_BEGIN_DECLS diff --git a/gtk/gtkrecentchooserwidget.h b/gtk/gtkrecentchooserwidget.h index 77a8f0d461..4ffcfa42d5 100644 --- a/gtk/gtkrecentchooserwidget.h +++ b/gtk/gtkrecentchooserwidget.h @@ -25,7 +25,7 @@ #ifndef __GTK_RECENT_CHOOSER_WIDGET_H__ #define __GTK_RECENT_CHOOSER_WIDGET_H__ -#include "gtkrecentchooser.h" +#include <gtk/gtkrecentchooser.h> #include <gtk/gtkvbox.h> G_BEGIN_DECLS diff --git a/gtk/gtkseparatortoolitem.h b/gtk/gtkseparatortoolitem.h index 79075ee503..d88ff88dcd 100644 --- a/gtk/gtkseparatortoolitem.h +++ b/gtk/gtkseparatortoolitem.h @@ -26,7 +26,7 @@ #ifndef __GTK_SEPARATOR_TOOL_ITEM_H__ #define __GTK_SEPARATOR_TOOL_ITEM_H__ -#include "gtktoolitem.h" +#include <gtk/gtktoolitem.h> G_BEGIN_DECLS diff --git a/gtk/gtkshow.h b/gtk/gtkshow.h index 44e65c8117..be0c4e3a6b 100644 --- a/gtk/gtkshow.h +++ b/gtk/gtkshow.h @@ -27,8 +27,7 @@ #ifndef __GTK_SHOW_H__ #define __GTK_SHOW_H__ -#include <glib.h> -#include "gdk/gdk.h" +#include <gdk/gdk.h> G_BEGIN_DECLS diff --git a/gtk/gtktoggletoolbutton.h b/gtk/gtktoggletoolbutton.h index cc0c85693e..738d0f5cb7 100644 --- a/gtk/gtktoggletoolbutton.h +++ b/gtk/gtktoggletoolbutton.h @@ -27,7 +27,7 @@ #ifndef __GTK_TOGGLE_TOOL_BUTTON_H__ #define __GTK_TOGGLE_TOOL_BUTTON_H__ -#include "gtktoolbutton.h" +#include <gtk/gtktoolbutton.h> G_BEGIN_DECLS diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h index 95ae84b933..ce412672d7 100644 --- a/gtk/gtktoolbar.h +++ b/gtk/gtktoolbar.h @@ -40,8 +40,7 @@ #include <gtk/gtkcontainer.h> #include <gtk/gtkenums.h> #include <gtk/gtktooltips.h> - -#include "gtktoolitem.h" +#include <gtk/gtktoolitem.h> #ifndef GTK_DISABLE_DEPRECATED diff --git a/gtk/gtktoolbutton.h b/gtk/gtktoolbutton.h index a44ae0dd78..bc1bb43691 100644 --- a/gtk/gtktoolbutton.h +++ b/gtk/gtktoolbutton.h @@ -27,7 +27,7 @@ #ifndef __GTK_TOOL_BUTTON_H__ #define __GTK_TOOL_BUTTON_H__ -#include "gtktoolitem.h" +#include <gtk/gtktoolitem.h> G_BEGIN_DECLS diff --git a/gtk/gtktooltip.h b/gtk/gtktooltip.h index 6d21d3dbe2..be2bd40b4d 100644 --- a/gtk/gtktooltip.h +++ b/gtk/gtktooltip.h @@ -26,8 +26,8 @@ #ifndef __GTK_TOOLTIP_H__ #define __GTK_TOOLTIP_H__ -#include "gtkwidget.h" -#include "gtkwindow.h" +#include <gtk/gtkwidget.h> +#include <gtk/gtkwindow.h> G_BEGIN_DECLS |