libgda-ui.h | libgda-ui.h | |||
---|---|---|---|---|
/* GDA library | /* GDA library | |||
* Copyright (C) 2009 The GNOME Foundation. | * Copyright (C) 2009 - 2010 The GNOME Foundation. | |||
* | * | |||
* AUTHORS: | * AUTHORS: | |||
* Vivien Malerba <malerba@gnome-db.org> | * Vivien Malerba <malerba@gnome-db.org> | |||
* | * | |||
* This Library is free software; you can redistribute it and/or | * This Library is free software; you can redistribute it and/or | |||
* modify it under the terms of the GNU Library General Public License as | * modify it under the terms of the GNU Library General Public License as | |||
* published by the Free Software Foundation; either version 2 of the | * published by the Free Software Foundation; either version 2 of the | |||
* License, or (at your option) any later version. | * License, or (at your option) any later version. | |||
* | * | |||
* This Library is distributed in the hope that it will be useful, | * This Library is distributed in the hope that it will be useful, | |||
skipping to change at line 47 | skipping to change at line 47 | |||
#include <libgda-ui/gdaui-form.h> | #include <libgda-ui/gdaui-form.h> | |||
#include <libgda-ui/gdaui-raw-grid.h> | #include <libgda-ui/gdaui-raw-grid.h> | |||
#include <libgda-ui/gdaui-grid.h> | #include <libgda-ui/gdaui-grid.h> | |||
#include <libgda-ui/gdaui-data-proxy-info.h> | #include <libgda-ui/gdaui-data-proxy-info.h> | |||
#include <libgda-ui/gdaui-provider-selector.h> | #include <libgda-ui/gdaui-provider-selector.h> | |||
#include <libgda-ui/gdaui-server-operation.h> | #include <libgda-ui/gdaui-server-operation.h> | |||
#include <libgda-ui/gdaui-login.h> | #include <libgda-ui/gdaui-login.h> | |||
#include <libgda-ui/gdaui-tree-store.h> | #include <libgda-ui/gdaui-tree-store.h> | |||
#include <libgda-ui/gdaui-cloud.h> | #include <libgda-ui/gdaui-cloud.h> | |||
#include <libgda-ui/gdaui-data-selector.h> | #include <libgda-ui/gdaui-data-selector.h> | |||
#include <libgda-ui/gdaui-rt-editor.h> | ||||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
void gdaui_init (void); | void gdaui_init (void); | |||
G_END_DECLS | G_END_DECLS | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added | |||