forked from AuroraMiddleware/gtk
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:
parent
5036306b1d
commit
d0c713bfee
26
ChangeLog
26
ChangeLog
@ -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>
|
||||
|
||||
* gtk/gtktexttagtable.h: remove double inclusion of
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define __GTK_FILE_CHOOSER_DIALOG_H__
|
||||
|
||||
#include <gtk/gtkdialog.h>
|
||||
#include "gtkfilechooser.h"
|
||||
#include <gtk/gtkfilechooser.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define __GTK_PAPER_SIZE_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
#include "gtkenums.h"
|
||||
#include <gtk/gtkenums.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -27,8 +27,7 @@
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <cairo.h>
|
||||
|
||||
#include "gtkprintcontext.h"
|
||||
#include <gtk/gtkprintcontext.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define __GTK_PRINT_SETTINGS_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
#include "gtkpapersize.h"
|
||||
#include <gtk/gtkpapersize.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define __GTK_RECENT_CHOOSER_DIALOG_H__
|
||||
|
||||
#include <gtk/gtkdialog.h>
|
||||
#include "gtkrecentchooser.h"
|
||||
#include <gtk/gtkrecentchooser.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define __GTK_RECENT_CHOOSER_MENU_H__
|
||||
|
||||
#include <gtk/gtkmenu.h>
|
||||
#include "gtkrecentchooser.h"
|
||||
#include <gtk/gtkrecentchooser.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#ifndef __GTK_TOOL_BUTTON_H__
|
||||
#define __GTK_TOOL_BUTTON_H__
|
||||
|
||||
#include "gtktoolitem.h"
|
||||
#include <gtk/gtktoolitem.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user