Include <config.h>. Bug #504720.

svn path=/trunk/; revision=19228
This commit is contained in:
Christian Persch
2007-12-23 12:27:33 +00:00
parent b0702a91ad
commit 563ee17a91
64 changed files with 131 additions and 1 deletions

View File

@ -1,6 +1,10 @@
2007-12-22 Christian Persch <chpe@gnome.org>
* module/other/gail/*.c: Use G_DEFINE_TYPE[_WITH_CODE] instead of
* modules/other/gail/*.c: Include config.h. Bug #504720.
2007-12-22 Christian Persch <chpe@gnome.org>
* modules/other/gail/*.c: Use G_DEFINE_TYPE[_WITH_CODE] instead of
handwritten get_type functions. Bug #504661.
2007-12-23 Xan Lopez <xan@gnome.org>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <atk/atk.h>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailadjustment.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailarrow.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailbooleancell.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtkcellrenderertoggle.h>
#include "gailbooleancellfactory.h"
#include "gailbooleancell.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailbox.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailcalendar.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include "gailcontainercell.h"

View File

@ -18,6 +18,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtkwidget.h>
#include "gailcellparent.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailcheckmenuitem.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailchecksubmenuitem.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include <stdio.h>
#include "gailclist.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailclistcell.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailcombo.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "gailcombobox.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailcontainer.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailcontainercell.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailframe.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailhtmlbox.h"
#include "gailhtmlview.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <libgtkhtml/gtkhtml.h>
#include "gailhtmlboxblock.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <libgtkhtml/gtkhtml.h>
#include "gailhtmlboxembedded.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "gailhtmlboxtext.h"
static void gail_html_box_text_class_init (GailHtmlBoxTextClass *klass);

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailimagecell.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtkcellrendererpixbuf.h>
#include "gailimagecellfactory.h"
#include "gailimagecell.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailitem.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gaillabel.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gaillist.h"
#include "gailcombo.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtkmenu.h>
#include <gtk/gtkmenuitem.h>
#include <gtk/gtkoptionmenu.h>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailmenushell.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailnotebook.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailnotebookpage.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailobject.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailobjectfactory.h"
#include "gailobject.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailpaned.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailpixmap.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailprogressbar.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailradiobutton.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailradiomenuitem.h"
#include "gailradiosubmenuitem.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailradiosubmenuitem.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailrenderercell.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtkcellrenderer.h>
#include "gailrenderercellfactory.h"
#include "gailrenderercell.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailscale.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailscrollbar.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailscrolledwindow.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailseparator.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailspinbutton.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailstatusbar.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "gailsubmenuitem.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <gtk/gtkcellrenderertext.h>
#include "gailtextcellfactory.h"
#include "gailtextcell.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailtogglebutton.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "gailwindow.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include "gailmisc.h"

View File

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <stdlib.h>
#include "gailtextutil.h"