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
This commit is contained in:
Michael Natterer 2008-06-13 14:26:44 +00:00 committed by Michael Natterer
parent 5036306b1d
commit d0c713bfee
23 changed files with 59 additions and 37 deletions

View File

@ -1,3 +1,29 @@
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> 2008-06-13 Michael Natterer <mitch@imendio.com>
* gtk/gtktexttagtable.h: remove double inclusion of * gtk/gtktexttagtable.h: remove double inclusion of

View File

@ -24,7 +24,7 @@
#ifndef __GTK_CELL_RENDERER_ACCEL_H__ #ifndef __GTK_CELL_RENDERER_ACCEL_H__
#define __GTK_CELL_RENDERER_ACCEL_H__ #define __GTK_CELL_RENDERER_ACCEL_H__
#include "gtkcellrenderertext.h" #include <gtk/gtkcellrenderertext.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -25,7 +25,7 @@
#ifndef __GTK_FILE_CHOOSER_H__ #ifndef __GTK_FILE_CHOOSER_H__
#define __GTK_FILE_CHOOSER_H__ #define __GTK_FILE_CHOOSER_H__
#include "gtkfilefilter.h" #include <gtk/gtkfilefilter.h>
#include <gtk/gtkwidget.h> #include <gtk/gtkwidget.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#define __GTK_FILE_CHOOSER_DIALOG_H__ #define __GTK_FILE_CHOOSER_DIALOG_H__
#include <gtk/gtkdialog.h> #include <gtk/gtkdialog.h>
#include "gtkfilechooser.h" #include <gtk/gtkfilechooser.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -25,7 +25,7 @@
#ifndef __GTK_FILE_CHOOSER_WIDGET_H__ #ifndef __GTK_FILE_CHOOSER_WIDGET_H__
#define __GTK_FILE_CHOOSER_WIDGET_H__ #define __GTK_FILE_CHOOSER_WIDGET_H__
#include "gtkfilechooser.h" #include <gtk/gtkfilechooser.h>
#include <gtk/gtkvbox.h> #include <gtk/gtkvbox.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -26,8 +26,8 @@
#ifndef __GTK_MENU_TOOL_BUTTON_H__ #ifndef __GTK_MENU_TOOL_BUTTON_H__
#define __GTK_MENU_TOOL_BUTTON_H__ #define __GTK_MENU_TOOL_BUTTON_H__
#include "gtkmenu.h" #include <gtk/gtkmenu.h>
#include "gtk/gtktoolbutton.h" #include <gtk/gtktoolbutton.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -26,8 +26,8 @@
#define __GTK_PAGE_SETUP_H__ #define __GTK_PAGE_SETUP_H__
#include <glib-object.h> #include <glib-object.h>
#include "gtkenums.h" #include <gtk/gtkenums.h>
#include "gtkpapersize.h" #include <gtk/gtkpapersize.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#define __GTK_PAPER_SIZE_H__ #define __GTK_PAPER_SIZE_H__
#include <glib-object.h> #include <glib-object.h>
#include "gtkenums.h" #include <gtk/gtkenums.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -27,8 +27,8 @@
#include <glib-object.h> #include <glib-object.h>
#include <pango/pango.h> #include <pango/pango.h>
#include "gtkenums.h" #include <gtk/gtkenums.h>
#include "gtkpagesetup.h" #include <gtk/gtkpagesetup.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -27,13 +27,13 @@
#include <glib-object.h> #include <glib-object.h>
#include <cairo.h> #include <cairo.h>
#include "gtkmain.h" #include <gtk/gtkmain.h>
#include "gtkenums.h" #include <gtk/gtkenums.h>
#include "gtkwindow.h" #include <gtk/gtkwindow.h>
#include "gtkpagesetup.h" #include <gtk/gtkpagesetup.h>
#include "gtkprintsettings.h" #include <gtk/gtkprintsettings.h>
#include "gtkprintcontext.h" #include <gtk/gtkprintcontext.h>
#include "gtkprintoperationpreview.h" #include <gtk/gtkprintoperationpreview.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -27,8 +27,7 @@
#include <glib-object.h> #include <glib-object.h>
#include <cairo.h> #include <cairo.h>
#include <gtk/gtkprintcontext.h>
#include "gtkprintcontext.h"
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#define __GTK_PRINT_SETTINGS_H__ #define __GTK_PRINT_SETTINGS_H__
#include <glib-object.h> #include <glib-object.h>
#include "gtkpapersize.h" #include <gtk/gtkpapersize.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -27,7 +27,7 @@
#ifndef __GTK_RADIO_TOOL_BUTTON_H__ #ifndef __GTK_RADIO_TOOL_BUTTON_H__
#define __GTK_RADIO_TOOL_BUTTON_H__ #define __GTK_RADIO_TOOL_BUTTON_H__
#include "gtktoggletoolbutton.h" #include <gtk/gtktoggletoolbutton.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -27,9 +27,8 @@
#define __GTK_RECENT_CHOOSER_H__ #define __GTK_RECENT_CHOOSER_H__
#include <gtk/gtkwidget.h> #include <gtk/gtkwidget.h>
#include <gtk/gtkrecentmanager.h>
#include "gtkrecentmanager.h" #include <gtk/gtkrecentfilter.h>
#include "gtkrecentfilter.h"
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#define __GTK_RECENT_CHOOSER_DIALOG_H__ #define __GTK_RECENT_CHOOSER_DIALOG_H__
#include <gtk/gtkdialog.h> #include <gtk/gtkdialog.h>
#include "gtkrecentchooser.h" #include <gtk/gtkrecentchooser.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#define __GTK_RECENT_CHOOSER_MENU_H__ #define __GTK_RECENT_CHOOSER_MENU_H__
#include <gtk/gtkmenu.h> #include <gtk/gtkmenu.h>
#include "gtkrecentchooser.h" #include <gtk/gtkrecentchooser.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -25,7 +25,7 @@
#ifndef __GTK_RECENT_CHOOSER_WIDGET_H__ #ifndef __GTK_RECENT_CHOOSER_WIDGET_H__
#define __GTK_RECENT_CHOOSER_WIDGET_H__ #define __GTK_RECENT_CHOOSER_WIDGET_H__
#include "gtkrecentchooser.h" #include <gtk/gtkrecentchooser.h>
#include <gtk/gtkvbox.h> #include <gtk/gtkvbox.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -26,7 +26,7 @@
#ifndef __GTK_SEPARATOR_TOOL_ITEM_H__ #ifndef __GTK_SEPARATOR_TOOL_ITEM_H__
#define __GTK_SEPARATOR_TOOL_ITEM_H__ #define __GTK_SEPARATOR_TOOL_ITEM_H__
#include "gtktoolitem.h" #include <gtk/gtktoolitem.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -27,8 +27,7 @@
#ifndef __GTK_SHOW_H__ #ifndef __GTK_SHOW_H__
#define __GTK_SHOW_H__ #define __GTK_SHOW_H__
#include <glib.h> #include <gdk/gdk.h>
#include "gdk/gdk.h"
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -27,7 +27,7 @@
#ifndef __GTK_TOGGLE_TOOL_BUTTON_H__ #ifndef __GTK_TOGGLE_TOOL_BUTTON_H__
#define __GTK_TOGGLE_TOOL_BUTTON_H__ #define __GTK_TOGGLE_TOOL_BUTTON_H__
#include "gtktoolbutton.h" #include <gtk/gtktoolbutton.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -40,8 +40,7 @@
#include <gtk/gtkcontainer.h> #include <gtk/gtkcontainer.h>
#include <gtk/gtkenums.h> #include <gtk/gtkenums.h>
#include <gtk/gtktooltips.h> #include <gtk/gtktooltips.h>
#include <gtk/gtktoolitem.h>
#include "gtktoolitem.h"
#ifndef GTK_DISABLE_DEPRECATED #ifndef GTK_DISABLE_DEPRECATED

View File

@ -27,7 +27,7 @@
#ifndef __GTK_TOOL_BUTTON_H__ #ifndef __GTK_TOOL_BUTTON_H__
#define __GTK_TOOL_BUTTON_H__ #define __GTK_TOOL_BUTTON_H__
#include "gtktoolitem.h" #include <gtk/gtktoolitem.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -26,8 +26,8 @@
#ifndef __GTK_TOOLTIP_H__ #ifndef __GTK_TOOLTIP_H__
#define __GTK_TOOLTIP_H__ #define __GTK_TOOLTIP_H__
#include "gtkwidget.h" #include <gtk/gtkwidget.h>
#include "gtkwindow.h" #include <gtk/gtkwindow.h>
G_BEGIN_DECLS G_BEGIN_DECLS