gda-attributes-manager.h | gda-attributes-manager.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 The GNOME Foundation. | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_ATTRIBUTES_MANAGER_H__ | #ifndef __GDA_ATTRIBUTES_MANAGER_H__ | |||
#define __GDA_ATTRIBUTES_MANAGER_H__ | #define __GDA_ATTRIBUTES_MANAGER_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
/* main struct */ | /* main struct */ | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-batch.h | gda-batch.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* Copyright (C) 2000 - 2003 Rodrigo Moya <rodrigo@gnome-db.org> | ||||
* Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | ||||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_BATCH_H_ | #ifndef __GDA_BATCH_H_ | |||
#define __GDA_BATCH_H_ | #define __GDA_BATCH_H_ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-statement.h> | #include <libgda/gda-statement.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 14 lines changed or added | |||
gda-binreloc.h | gda-binreloc.h | |||
---|---|---|---|---|
/* GDA common library | /* | |||
* Copyright (C) 2007 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 Carlos Perell | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2001 - 2007 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_BINRELOC_H__ | #ifndef __GDA_BINRELOC_H__ | |||
#define __GDA_BINRELOC_H__ | #define __GDA_BINRELOC_H__ | |||
#include <glib.h> | #include <glib.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
/* | /* | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 16 lines changed or added | |||
gda-blob-op.h | gda-blob-op.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 Armin Burgmeier <armin@openismus.com> | |||
* | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Authors: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_BLOB_OP_H__ | #ifndef __GDA_BLOB_OP_H__ | |||
#define __GDA_BLOB_OP_H__ | #define __GDA_BLOB_OP_H__ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
#include <libgda/gda-value.h> | #include <libgda/gda-value.h> | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 12 lines changed or added | |||
gda-column.h | gda-column.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2005 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | * Copyright (C) 2005 | |||
* AUTHORS: | * Copyright (C) 2008 Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> | |||
* Michael Lausch <michael@lausch.at> | ||||
* Rodrigo Moya <rodrigo@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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_COLUMN_H__ | #ifndef __GDA_COLUMN_H__ | |||
#define __GDA_COLUMN_H__ | #define __GDA_COLUMN_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-value.h> | #include <libgda/gda-value.h> | |||
#include <glib.h> | #include <glib.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
End of changes. 5 change blocks. | ||||
18 lines changed or deleted | 13 lines changed or added | |||
gda-config.h | gda-config.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2005 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@gnome-db.org> | |||
* Copyright (C) 2003 Laurent Sansonetti <laurent@datarescue.be> | ||||
* Copyright (C) 2003 - 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* Copyright (C) 2005 Andrew Hill <andru@src.gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_CONFIG_H__ | #ifndef __GDA_CONFIG_H__ | |||
#define __GDA_CONFIG_H__ | #define __GDA_CONFIG_H__ | |||
#include "gda-decl.h" | #include "gda-decl.h" | |||
#include <libgda/gda-data-model.h> | #include <libgda/gda-data-model.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 17 lines changed or added | |||
gda-connection-event.h | gda-connection-event.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2005 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* Michael Lausch <michael@lausch.at> | ||||
* Rodrigo Moya <rodrigo@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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_CONNECTION_EVENT_H__ | #ifndef __GDA_CONNECTION_EVENT_H__ | |||
#define __GDA_CONNECTION_EVENT_H__ | #define __GDA_CONNECTION_EVENT_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
17 lines changed or deleted | 11 lines changed or added | |||
gda-connection-private.h | gda-connection-private.h | |||
---|---|---|---|---|
/* GDA library | /* | |||
* Copyright (C) 2006 - 2008 The GNOME Foundation. | * Copyright (C) 2006 - 2010 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_CONNECTION_PRIVATE_H_ | #ifndef __GDA_CONNECTION_PRIVATE_H_ | |||
#define __GDA_CONNECTION_PRIVATE_H_ | #define __GDA_CONNECTION_PRIVATE_H_ | |||
#include <libgda/gda-meta-store.h> | #include <libgda/gda-meta-store.h> | |||
#include <providers-support/gda-pstmt.h> | #include <providers-support/gda-pstmt.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 12 lines changed or added | |||
gda-connection.h | gda-connection.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2004 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Michael Lausch <michael@lausch.at> | * Copyright (C) 2002 Cleber Rodrigues <cleberrrjr@bol.com.br> | |||
* Rodrigo Moya <rodrigo@gnome-db.org> | * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <gonzalo@ximian.com> | |||
* Bas Driessen <bas.driessen@xobas.com> | * Copyright (C) 2003 Filip Van Raemdonck <mechanix@debian.org> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2004 - 2005 Alan Knowles <alank@src.gnome.org> | |||
* Copyright (C) 2004 Jos | ||||
* Copyright (C) 2005 - 2009 Bas Driessen <bas.driessen@xobas.com> | ||||
* Copyright (C) 2006 - 2008 Murray Cumming <murrayc@murrayc.com> | ||||
* Copyright (C) 2007 Leonardo Boshell <lb@kmc.com.co> | ||||
* Copyright (C) 2010 David King <davidk@openismus.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_CONNECTION_H__ | #ifndef __GDA_CONNECTION_H__ | |||
#define __GDA_CONNECTION_H__ | #define __GDA_CONNECTION_H__ | |||
#include "gda-decl.h" | #include "gda-decl.h" | |||
#include <libgda/gda-data-model.h> | #include <libgda/gda-data-model.h> | |||
#include <libgda/gda-connection-event.h> | #include <libgda/gda-connection-event.h> | |||
#include <libgda/gda-transaction-status.h> | #include <libgda/gda-transaction-status.h> | |||
#include <libgda/gda-statement.h> | #include <libgda/gda-statement.h> | |||
End of changes. 5 change blocks. | ||||
18 lines changed or deleted | 22 lines changed or added | |||
gda-data-access-wrapper.h | gda-data-access-wrapper.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2006 - 2011 The GNOME Foundation. | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_ACCESS_WRAPPER_H__ | #ifndef __GDA_DATA_ACCESS_WRAPPER_H__ | |||
#define __GDA_DATA_ACCESS_WRAPPER_H__ | #define __GDA_DATA_ACCESS_WRAPPER_H__ | |||
#include <libgda/gda-data-model.h> | #include <libgda/gda-data-model.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
#define GDA_TYPE_DATA_ACCESS_WRAPPER (gda_data_access_wrapper_ge t_type()) | #define GDA_TYPE_DATA_ACCESS_WRAPPER (gda_data_access_wrapper_ge t_type()) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-data-comparator.h | gda-data-comparator.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 Vivien Malerba | * Copyright (C) 2008 Murray Cumming <murrayc@murrayc.com> | |||
* Copyright (C) 2008 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_COMPARATOR_H_ | #ifndef __GDA_DATA_COMPARATOR_H_ | |||
#define __GDA_DATA_COMPARATOR_H_ | #define __GDA_DATA_COMPARATOR_H_ | |||
#include "gda-decl.h" | #include "gda-decl.h" | |||
#include <glib-object.h> | #include <glib-object.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-data-handler.h | gda-data-handler.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2003 - 2011 Vivien Malerba | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* Copyright (C) 2010 David King <davidk@openismus.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_HANDLER_H_ | #ifndef __GDA_DATA_HANDLER_H_ | |||
#define __GDA_DATA_HANDLER_H_ | #define __GDA_DATA_HANDLER_H_ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include "gda-decl.h" | #include "gda-decl.h" | |||
#include "gda-value.h" | #include "gda-value.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 13 lines changed or added | |||
gda-data-model-array.h | gda-data-model-array.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2001 Cleber Rodrigues <cleberrrjr@bol.com.br> | |||
* | * Copyright (C) 2001 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.org> | |||
* Rodrigo Moya <rodrigo@gnome-db.org> | * Copyright (C) 2005 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_MODEL_ARRAY_H__ | #ifndef __GDA_DATA_MODEL_ARRAY_H__ | |||
#define __GDA_DATA_MODEL_ARRAY_H__ | #define __GDA_DATA_MODEL_ARRAY_H__ | |||
#include <libgda/gda-data-model.h> | #include <libgda/gda-data-model.h> | |||
#include <libgda/gda-row.h> | #include <libgda/gda-row.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 14 lines changed or added | |||
gda-data-model-bdb.h | gda-data-model-bdb.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_MODEL_BDB_H__ | #ifndef __GDA_DATA_MODEL_BDB_H__ | |||
#define __GDA_DATA_MODEL_BDB_H__ | #define __GDA_DATA_MODEL_BDB_H__ | |||
#include <libgda/gda-data-model.h> | #include <libgda/gda-data-model.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
#define GDA_TYPE_DATA_MODEL_BDB (gda_data_model_bdb_get_type()) | #define GDA_TYPE_DATA_MODEL_BDB (gda_data_model_bdb_get_type()) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-data-model-dir.h | gda-data-model-dir.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_MODEL_DIR_H__ | #ifndef __GDA_DATA_MODEL_DIR_H__ | |||
#define __GDA_DATA_MODEL_DIR_H__ | #define __GDA_DATA_MODEL_DIR_H__ | |||
#include <libgda/gda-data-model.h> | #include <libgda/gda-data-model.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
#define GDA_TYPE_DATA_MODEL_DIR (gda_data_model_dir_get_type()) | #define GDA_TYPE_DATA_MODEL_DIR (gda_data_model_dir_get_type()) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-data-model-extra.h | gda-data-model-extra.h | |||
---|---|---|---|---|
/* GDA common library | /* | |||
* Copyright (C) 2006 - 2007 The GNOME Foundation. | * Copyright (C) 2001 Carlos Perell | |||
* | * Copyright (C) 2001 - 2003 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 - 2008 Vivien Malerba <malerba@gnome-db.org> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <gonzalo@gnome-db.org> | |||
* Copyright (C) 2005 Cygwin Ports Maintainer <yselkowitz@users.sourceforge | ||||
.net> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_MODEL_EXTRA_H__ | #ifndef __GDA_DATA_MODEL_EXTRA_H__ | |||
#define __GDA_DATA_MODEL_EXTRA_H__ | #define __GDA_DATA_MODEL_EXTRA_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 17 lines changed or added | |||
gda-data-model-import.h | gda-data-model-import.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2006 - 2011 The GNOME Foundation. | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_MODEL_IMPORT_H__ | #ifndef __GDA_DATA_MODEL_IMPORT_H__ | |||
#define __GDA_DATA_MODEL_IMPORT_H__ | #define __GDA_DATA_MODEL_IMPORT_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libxml/tree.h> | #include <libxml/tree.h> | |||
#include <libgda/gda-set.h> | #include <libgda/gda-set.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-data-model-iter-extra.h | gda-data-model-iter-extra.h | |||
---|---|---|---|---|
/* gda-data-model-iter-extra.h | /* | |||
* | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* Copyright (C) 2008 Vivien Malerba | * Copyright (C) 2000 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* Copyright (C) 2001 Carlos Perell | ||||
* Copyright (C) 2001 - 2008 Vivien Malerba <malerba@gnome-db.org> | ||||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_MODEL_ITER_EXTRA_H_ | #ifndef __GDA_DATA_MODEL_ITER_EXTRA_H_ | |||
#define __GDA_DATA_MODEL_ITER_EXTRA_H_ | #define __GDA_DATA_MODEL_ITER_EXTRA_H_ | |||
#include "gda-data-model-iter.h" | #include "gda-data-model-iter.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
gboolean gda_data_model_iter_move_to_row_default (GdaDataModel *model, GdaD ataModelIter *iter, gint row); | gboolean gda_data_model_iter_move_to_row_default (GdaDataModel *model, GdaD ataModelIter *iter, gint row); | |||
End of changes. 5 change blocks. | ||||
14 lines changed or deleted | 16 lines changed or added | |||
gda-data-model-iter.h | gda-data-model-iter.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2005 - 2011 Vivien Malerba | * Copyright (C) 2006 - 2007 Murray Cumming <murrayc@murrayc.com> | |||
* Copyright (C) 2006 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_MODEL_ITER_H_ | #ifndef __GDA_DATA_MODEL_ITER_H_ | |||
#define __GDA_DATA_MODEL_ITER_H_ | #define __GDA_DATA_MODEL_ITER_H_ | |||
#include "gda-decl.h" | #include "gda-decl.h" | |||
#include "gda-set.h" | #include "gda-set.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-data-model-ldap.h | gda-data-model-ldap.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2011 The GNOME Foundation. | * Copyright (C) 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_MODEL_LDAP_H__ | #ifndef __GDA_DATA_MODEL_LDAP_H__ | |||
#define __GDA_DATA_MODEL_LDAP_H__ | #define __GDA_DATA_MODEL_LDAP_H__ | |||
#include <libgda/gda-data-model.h> | #include <libgda/gda-data-model.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
#define GDA_TYPE_DATA_MODEL_LDAP (gda_data_model_ldap_get_type() ) | #define GDA_TYPE_DATA_MODEL_LDAP (gda_data_model_ldap_get_type() ) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-data-model-private.h | gda-data-model-private.h | |||
---|---|---|---|---|
/* GDA common library | /* | |||
* Copyright (C) 1998 - 2006 The GNOME Foundation. | * Copyright (C) 2005 - 2009 Vivien Malerba <malerba@gnome-db.org> | |||
* | * Copyright (C) 2006 - 2007 Murray Cumming <murrayc@murrayc-desktop> | |||
* AUTHORS: | ||||
* Rodrigo Moya <rodrigo@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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_MODEL_PRIVATE_H__ | #ifndef __GDA_DATA_MODEL_PRIVATE_H__ | |||
#define __GDA_DATA_MODEL_PRIVATE_H__ | #define __GDA_DATA_MODEL_PRIVATE_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libxml/parser.h> | #include <libxml/parser.h> | |||
#include <libxml/tree.h> | #include <libxml/tree.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
#include <libgda/gda-column.h> | #include <libgda/gda-column.h> | |||
End of changes. 5 change blocks. | ||||
17 lines changed or deleted | 13 lines changed or added | |||
gda-data-model.h | gda-data-model.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2001 - 2004 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* | * Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2003 Laurent Sansonetti <lrz@gnome.org> | |||
* Rodrigo Moya <rodrigo@gnome-db.org> | * Copyright (C) 2005 Dan Winship <danw@src.gnome.org> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2005 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2005 | ||||
* Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_MODEL_H__ | #ifndef __GDA_DATA_MODEL_H__ | |||
#define __GDA_DATA_MODEL_H__ | #define __GDA_DATA_MODEL_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libxml/parser.h> | #include <libxml/parser.h> | |||
#include <libxml/tree.h> | #include <libxml/tree.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
#include <libgda/gda-column.h> | #include <libgda/gda-column.h> | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 17 lines changed or added | |||
gda-data-proxy.h | gda-data-proxy.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2005 - 2011 Vivien Malerba | * Copyright (C) 2006 - 2007 Murray Cumming <murrayc@murrayc.com> | |||
* Copyright (C) 2006 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_PROXY_H_ | #ifndef __GDA_DATA_PROXY_H_ | |||
#define __GDA_DATA_PROXY_H_ | #define __GDA_DATA_PROXY_H_ | |||
#include "gda-decl.h" | #include "gda-decl.h" | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-value.h> | #include <libgda/gda-value.h> | |||
#include <libgda/gda-enums.h> | #include <libgda/gda-enums.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-data-select-priv.h | gda-data-select-priv.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 Carlos Perell | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_SELECT_PRIV_H__ | #ifndef __GDA_DATA_SELECT_PRIV_H__ | |||
#define __GDA_DATA_SELECT_PRIV_H__ | #define __GDA_DATA_SELECT_PRIV_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-row.h> | #include <libgda/gda-row.h> | |||
#include <libgda/providers-support/gda-pstmt.h> | #include <libgda/providers-support/gda-pstmt.h> | |||
#include <sql-parser/gda-sql-statement.h> | #include <sql-parser/gda-sql-statement.h> | |||
#include <libgda/gda-data-select.h> | #include <libgda/gda-data-select.h> | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 15 lines changed or added | |||
gda-data-select.h | gda-data-select.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 The GNOME Foundation. | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_DATA_SELECT_H__ | #ifndef __GDA_DATA_SELECT_H__ | |||
#define __GDA_DATA_SELECT_H__ | #define __GDA_DATA_SELECT_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-row.h> | #include <libgda/gda-row.h> | |||
#include <providers-support/gda-pstmt.h> | #include <providers-support/gda-pstmt.h> | |||
#include <sql-parser/gda-sql-statement.h> | #include <sql-parser/gda-sql-statement.h> | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-debug-macros.h | gda-debug-macros.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2009 Vivien Malerba | * Copyright (C) 2008 - 2010 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_DEBUG_MACROS_H_ | #ifndef _GDA_DEBUG_MACROS_H_ | |||
#define _GDA_DEBUG_MACROS_H_ | #define _GDA_DEBUG_MACROS_H_ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#define TO_IMPLEMENT g_print ("Implementation missing: %s() in %s line %d\n ", __FUNCTION__, __FILE__,__LINE__) | #define TO_IMPLEMENT g_print ("Implementation missing: %s() in %s line %d\n ", __FUNCTION__, __FILE__,__LINE__) | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 11 lines changed or added | |||
gda-decl.h | gda-decl.h | |||
---|---|---|---|---|
/* gda-decl.h | /* | |||
* | * Copyright (C) 2006 - 2009 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2004 - 2006 Vivien Malerba | * Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | |||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GLOBAL_DECL_H_ | #ifndef __GLOBAL_DECL_H_ | |||
#define __GLOBAL_DECL_H_ | #define __GLOBAL_DECL_H_ | |||
#include <glib.h> | #include <glib.h> | |||
#include <libgda/gda-debug-macros.h> | #include <libgda/gda-debug-macros.h> | |||
typedef struct _GdaConfig GdaConfig; | typedef struct _GdaConfig GdaConfig; | |||
typedef struct _GdaConfigClass GdaConfigClass; | typedef struct _GdaConfigClass GdaConfigClass; | |||
End of changes. 5 change blocks. | ||||
14 lines changed or deleted | 13 lines changed or added | |||
gda-enums.h | gda-enums.h | |||
---|---|---|---|---|
/* gda-enums.h | /* | |||
* | * Copyright (C) 2006 - 2007 Murray Cumming <murrayc@murrayc.com> | |||
* Copyright (C) 2003 - 2009 Vivien Malerba | * Copyright (C) 2006 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_ENUMS__ | #ifndef __GDA_ENUMS__ | |||
#define __GDA_ENUMS__ | #define __GDA_ENUMS__ | |||
/* Isolation state of a transaction */ | /* Isolation state of a transaction */ | |||
typedef enum { | typedef enum { | |||
GDA_TRANSACTION_ISOLATION_UNKNOWN, | GDA_TRANSACTION_ISOLATION_UNKNOWN, | |||
GDA_TRANSACTION_ISOLATION_READ_COMMITTED, | GDA_TRANSACTION_ISOLATION_READ_COMMITTED, | |||
GDA_TRANSACTION_ISOLATION_READ_UNCOMMITTED, | GDA_TRANSACTION_ISOLATION_READ_UNCOMMITTED, | |||
End of changes. 5 change blocks. | ||||
14 lines changed or deleted | 13 lines changed or added | |||
gda-handler-bin.h | gda-handler-bin.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2005 - 2011 Vivien Malerba | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2007 Armin Burgmeier <armin@openismus.com> | ||||
* Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_HANDLER_BIN__ | #ifndef __GDA_HANDLER_BIN__ | |||
#define __GDA_HANDLER_BIN__ | #define __GDA_HANDLER_BIN__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-data-handler.h> | #include <libgda/gda-data-handler.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 13 lines changed or added | |||
gda-handler-boolean.h | gda-handler-boolean.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2003 - 2011 Vivien Malerba | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_HANDLER_BOOLEAN__ | #ifndef __GDA_HANDLER_BOOLEAN__ | |||
#define __GDA_HANDLER_BOOLEAN__ | #define __GDA_HANDLER_BOOLEAN__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-data-handler.h> | #include <libgda/gda-data-handler.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-handler-numerical.h | gda-handler-numerical.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2003 - 2011 Vivien Malerba | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_HANDLER_NUMERICAL__ | #ifndef __GDA_HANDLER_NUMERICAL__ | |||
#define __GDA_HANDLER_NUMERICAL__ | #define __GDA_HANDLER_NUMERICAL__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-data-handler.h> | #include <libgda/gda-data-handler.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-handler-string.h | gda-handler-string.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2003 - 2011 Vivien Malerba | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2007 Armin Burgmeier <armin@openismus.com> | ||||
* Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_HANDLER_STRING__ | #ifndef __GDA_HANDLER_STRING__ | |||
#define __GDA_HANDLER_STRING__ | #define __GDA_HANDLER_STRING__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-data-handler.h> | #include <libgda/gda-data-handler.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 13 lines changed or added | |||
gda-handler-time.h | gda-handler-time.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2003 - 2011 Vivien Malerba | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_HANDLER_TIME__ | #ifndef __GDA_HANDLER_TIME__ | |||
#define __GDA_HANDLER_TIME__ | #define __GDA_HANDLER_TIME__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-data-handler.h> | #include <libgda/gda-data-handler.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-handler-type.h | gda-handler-type.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2005 - 2011 Vivien Malerba | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_HANDLER_TYPE__ | #ifndef __GDA_HANDLER_TYPE__ | |||
#define __GDA_HANDLER_TYPE__ | #define __GDA_HANDLER_TYPE__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-data-handler.h> | #include <libgda/gda-data-handler.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-holder.h | gda-holder.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2003 - 2011 Vivien Malerba | * Copyright (C) 2008 Massimo Cora <maxcvs@email.it> | |||
* Copyright (C) 2008 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_HOLDER_H_ | #ifndef __GDA_HOLDER_H_ | |||
#define __GDA_HOLDER_H_ | #define __GDA_HOLDER_H_ | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
#include "gda-value.h" | #include "gda-value.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-ldap-connection.h | gda-ldap-connection.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2011 The GNOME Foundation. | * Copyright (C) 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_LDAP_CONNECTION_H__ | #ifndef __GDA_LDAP_CONNECTION_H__ | |||
#define __GDA_LDAP_CONNECTION_H__ | #define __GDA_LDAP_CONNECTION_H__ | |||
#include <virtual/gda-vconnection-data-model.h> | #include <virtual/gda-vconnection-data-model.h> | |||
#include <libgda/gda-data-model-ldap.h> | #include <libgda/gda-data-model-ldap.h> | |||
#define GDA_TYPE_LDAP_CONNECTION (gda_ldap_connection_get_type() ) | #define GDA_TYPE_LDAP_CONNECTION (gda_ldap_connection_get_type() ) | |||
#define GDA_LDAP_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST (ob j, GDA_TYPE_LDAP_CONNECTION, GdaLdapConnection)) | #define GDA_LDAP_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST (ob j, GDA_TYPE_LDAP_CONNECTION, GdaLdapConnection)) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-lockable.h | gda-lockable.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 The GNOME Foundation. | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_LOCKABLE_H__ | #ifndef __GDA_LOCKABLE_H__ | |||
#define __GDA_LOCKABLE_H__ | #define __GDA_LOCKABLE_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
#define GDA_TYPE_LOCKABLE (gda_lockable_get_type()) | #define GDA_TYPE_LOCKABLE (gda_lockable_get_type()) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-log.h | gda-log.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2000 - 2003 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | ||||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.org> | ||||
* Copyright (C) 2008 Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_LOG_H__ | #ifndef __GDA_LOG_H__ | |||
#define __GDA_LOG_H__ | #define __GDA_LOG_H__ | |||
#include <glib.h> | #include <glib.h> | |||
#include <time.h> | #include <time.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 14 lines changed or added | |||
gda-meta-column-types.h | gda-meta-column-types.h | |||
---|---|---|---|---|
/* | /* | |||
* File generated by the tools/information-schema-types program from the | * Copyright (C) 2009 Vivien Malerba <malerba@gnome-db.org> | |||
* libgda/information_schema.xml file, | * | |||
* This file contains declaration of the expected data types when | * This library is free software; you can redistribute it and/or | |||
* extracting meta data, it should be updated when the libgda/information_s | * modify it under the terms of the GNU Lesser General Public | |||
chema.xml file changes | * License as published by the Free Software Foundation; either | |||
* DO NOT MODIFY | * version 2 of the License, or (at your option) any later version. | |||
* | ||||
* This library is distributed in the hope that it will be useful, | ||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||||
* Lesser General Public License for more details. | ||||
* | ||||
* You should have received a copy of the GNU Lesser General Public | ||||
* License along with this library; if not, write to the | ||||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||||
* Boston, MA 02110-1301, USA. | ||||
*/ | */ | |||
/* | /* | |||
* TABLE: _attributes | * TABLE: _attributes | |||
* | * | |||
* Table to store (key,value) pairs (keys starting with '_' are reserved) | * Table to store (key,value) pairs (keys starting with '_' are reserved) | |||
*/ | */ | |||
static GType _col_types_attributes[] = { | static GType _col_types_attributes[] = { | |||
G_TYPE_STRING /* column: att_name */ | G_TYPE_STRING /* column: att_name */ | |||
, G_TYPE_STRING /* column: att_value */ | , G_TYPE_STRING /* column: att_value */ | |||
End of changes. 1 change blocks. | ||||
6 lines changed or deleted | 16 lines changed or added | |||
gda-meta-store.h | gda-meta-store.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2008 Murray Cumming <murrayc@murrayc.com> | |||
* | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* AUTHORS: | ||||
* Vivien Malerba <malerba@gnome-db.org> | ||||
* Daniel Espinosa <esodan@gmail.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_META_STORE_H_ | #ifndef __GDA_META_STORE_H_ | |||
#define __GDA_META_STORE_H_ | #define __GDA_META_STORE_H_ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-enums.h> | #include <libgda/gda-enums.h> | |||
#include <libgda/gda-data-model.h> | #include <libgda/gda-data-model.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 12 lines changed or added | |||
gda-meta-struct.h | gda-meta-struct.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_META_STRUCT_H_ | #ifndef __GDA_META_STRUCT_H_ | |||
#define __GDA_META_STRUCT_H_ | #define __GDA_META_STRUCT_H_ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-data-model.h> | #include <libgda/gda-data-model.h> | |||
#include <libgda/gda-meta-store.h> | #include <libgda/gda-meta-store.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
#include <libgda/gda-attributes-manager.h> | #include <libgda/gda-attributes-manager.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 11 lines changed or added | |||
gda-mutex.h | gda-mutex.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 Carlos Perell | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_MUTEX_H__ | #ifndef __GDA_MUTEX_H__ | |||
#define __GDA_MUTEX_H__ | #define __GDA_MUTEX_H__ | |||
#include <glib.h> | #include <glib.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
typedef struct _GdaMutex GdaMutex; | typedef struct _GdaMutex GdaMutex; | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 15 lines changed or added | |||
gda-pstmt.h | gda-pstmt.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 The GNOME Foundation. | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_PSTMT_H__ | #ifndef __GDA_PSTMT_H__ | |||
#define __GDA_PSTMT_H__ | #define __GDA_PSTMT_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-statement.h> | #include <libgda/gda-statement.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-quark-list.h | gda-quark-list.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2001 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* | * Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Authors: | * Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.org> | |||
* Rodrigo Moya <rodrigo@gnome-db.org> | * Copyright (C) 2003 Laurent Sansonetti <laurent@datarescue.be> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2008 Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> | |||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_QUARK_LIST_H__ | #ifndef __GDA_QUARK_LIST_H__ | |||
#define __GDA_QUARK_LIST_H__ | #define __GDA_QUARK_LIST_H__ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 15 lines changed or added | |||
gda-repetitive-statement.h | gda-repetitive-statement.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 The GNOME Foundation. | * Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* Authors: | ||||
* Daniel Espinosa Ortiz <esodan@gmail.com> | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_REPETITIVE_STATEMENT_H_ | #ifndef _GDA_REPETITIVE_STATEMENT_H_ | |||
#define _GDA_REPETITIVE_STATEMENT_H_ | #define _GDA_REPETITIVE_STATEMENT_H_ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 11 lines changed or added | |||
gda-report-docbook-document.h | gda-report-docbook-document.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_REPORT_DOCBOOK_DOCUMENT_H__ | #ifndef __GDA_REPORT_DOCBOOK_DOCUMENT_H__ | |||
#define __GDA_REPORT_DOCBOOK_DOCUMENT_H__ | #define __GDA_REPORT_DOCBOOK_DOCUMENT_H__ | |||
#include <libgda-report/gda-report-document.h> | #include <libgda-report/gda-report-document.h> | |||
#define GDA_TYPE_REPORT_DOCBOOK_DOCUMENT (gda_report_docbook_doc ument_get_type()) | #define GDA_TYPE_REPORT_DOCBOOK_DOCUMENT (gda_report_docbook_doc ument_get_type()) | |||
#define GDA_REPORT_DOCBOOK_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_ CAST (obj, GDA_TYPE_REPORT_DOCBOOK_DOCUMENT, GdaReportDocbookDocument)) | #define GDA_REPORT_DOCBOOK_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_ CAST (obj, GDA_TYPE_REPORT_DOCBOOK_DOCUMENT, GdaReportDocbookDocument)) | |||
#define GDA_REPORT_DOCBOOK_DOCUMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAS T (klass, GDA_TYPE_REPORT_DOCBOOK_DOCUMENT, GdaReportDocbookDocumentClass)) | #define GDA_REPORT_DOCBOOK_DOCUMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAS T (klass, GDA_TYPE_REPORT_DOCBOOK_DOCUMENT, GdaReportDocbookDocumentClass)) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-report-document.h | gda-report-document.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2001 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* | * Copyright (C) 2002 Carlos Perell | |||
* AUTHORS: | * Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.org> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2003 Santi Camps <santi@gnome-db.org> | |||
* Copyright (C) 2003 Santi Camps Taltavull <santi@src.gnome.org> | ||||
* Copyright (C) 2007 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_REPORT_DOCUMENT_H__ | #ifndef __GDA_REPORT_DOCUMENT_H__ | |||
#define __GDA_REPORT_DOCUMENT_H__ | #define __GDA_REPORT_DOCUMENT_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libxml/tree.h> | #include <libxml/tree.h> | |||
#define GDA_TYPE_REPORT_DOCUMENT (gda_report_document_get_type() ) | #define GDA_TYPE_REPORT_DOCUMENT (gda_report_document_get_type() ) | |||
#define GDA_REPORT_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST (ob j, GDA_TYPE_REPORT_DOCUMENT, GdaReportDocument)) | #define GDA_REPORT_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST (ob j, GDA_TYPE_REPORT_DOCUMENT, GdaReportDocument)) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 16 lines changed or added | |||
gda-report-engine.h | gda-report-engine.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_REPORT_ENGINE_H__ | #ifndef __GDA_REPORT_ENGINE_H__ | |||
#define __GDA_REPORT_ENGINE_H__ | #define __GDA_REPORT_ENGINE_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libxml/parser.h> | #include <libxml/parser.h> | |||
#include <libxml/tree.h> | #include <libxml/tree.h> | |||
#include <libgda/gda-statement.h> | #include <libgda/gda-statement.h> | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-report-rml-document.h | gda-report-rml-document.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_REPORT_RML_DOCUMENT_H__ | #ifndef __GDA_REPORT_RML_DOCUMENT_H__ | |||
#define __GDA_REPORT_RML_DOCUMENT_H__ | #define __GDA_REPORT_RML_DOCUMENT_H__ | |||
#include <libgda-report/gda-report-document.h> | #include <libgda-report/gda-report-document.h> | |||
#define GDA_TYPE_REPORT_RML_DOCUMENT (gda_report_rml_document_ge t_type()) | #define GDA_TYPE_REPORT_RML_DOCUMENT (gda_report_rml_document_ge t_type()) | |||
#define GDA_REPORT_RML_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, GDA_TYPE_REPORT_RML_DOCUMENT, GdaReportRmlDocument)) | #define GDA_REPORT_RML_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, GDA_TYPE_REPORT_RML_DOCUMENT, GdaReportRmlDocument)) | |||
#define GDA_REPORT_RML_DOCUMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (k lass, GDA_TYPE_REPORT_RML_DOCUMENT, GdaReportRmlDocumentClass)) | #define GDA_REPORT_RML_DOCUMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (k lass, GDA_TYPE_REPORT_RML_DOCUMENT, GdaReportRmlDocumentClass)) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-row.h | gda-row.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2001 - 2003 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* | * Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@gnome-db.org> | |||
* Michael Lausch <michael@lausch.at> | * Copyright (C) 2003 Laurent Sansonetti <laurent@datarescue.be> | |||
* Rodrigo Moya <rodrigo@gnome-db.org> | * Copyright (C) 2003 Xabier Rodr | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2004 Paisa Seeluangsawat <paisa@users.sf.net> | |||
* Copyright (C) 2005 Bas Driessen <bas.driessen@xobas.com> | ||||
* Copyright (C) 2005 | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_ROW_H__ | #ifndef __GDA_ROW_H__ | |||
#define __GDA_ROW_H__ | #define __GDA_ROW_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
17 lines changed or deleted | 18 lines changed or added | |||
gda-server-operation.h | gda-server-operation.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2006 - 2011 The GNOME Foundation. | * Copyright (C) 2006 Murray Cumming <murrayc@murrayc.com> | |||
* | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2010 David King <davidk@openismus.com> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2010 Jonh Wendell <jwendell@gnome.org> | |||
* Daniel Espinosa <esodan@gmail.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_SERVER_OPERATION_H__ | #ifndef __GDA_SERVER_OPERATION_H__ | |||
#define __GDA_SERVER_OPERATION_H__ | #define __GDA_SERVER_OPERATION_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
#include <libxml/tree.h> | #include <libxml/tree.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 14 lines changed or added | |||
gda-server-provider-extra.h | gda-server-provider-extra.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2005 - 2011 Vivien Malerba | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2007 Armin Burgmeier <armin@openismus.com> | ||||
* Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* Copyright (C) 2009 Bas Driessen <bas.driessen@xobas.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_SERVER_PROVIDER_EXTRA__ | #ifndef __GDA_SERVER_PROVIDER_EXTRA__ | |||
#define __GDA_SERVER_PROVIDER_EXTRA__ | #define __GDA_SERVER_PROVIDER_EXTRA__ | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
#include <libgda/gda-value.h> | #include <libgda/gda-value.h> | |||
#include <libgda/gda-connection.h> | #include <libgda/gda-connection.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 14 lines changed or added | |||
gda-server-provider-private.h | gda-server-provider-private.h | |||
---|---|---|---|---|
/* gda-server-provider-private.h | /* | |||
* | * Copyright (C) 2005 Dan Winship <danw@src.gnome.org> | |||
* Copyright (C) 2005 - 2008 Vivien Malerba | * Copyright (C) 2005 - 2008 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2005 | ||||
* Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_SERVER_PROVIDER_PRIVATE__ | #ifndef __GDA_SERVER_PROVIDER_PRIVATE__ | |||
#define __GDA_SERVER_PROVIDER_PRIVATE__ | #define __GDA_SERVER_PROVIDER_PRIVATE__ | |||
#include <libgda/gda-meta-store.h> | #include <libgda/gda-meta-store.h> | |||
struct _GdaServerProviderPrivate { | struct _GdaServerProviderPrivate { | |||
GHashTable *data_handlers; /* key = a GdaServerProviderHandlerInf o pointer, value = a GdaDataHandler */ | GHashTable *data_handlers; /* key = a GdaServerProviderHandlerInf o pointer, value = a GdaDataHandler */ | |||
GdaSqlParser *parser; | GdaSqlParser *parser; | |||
End of changes. 5 change blocks. | ||||
14 lines changed or deleted | 15 lines changed or added | |||
gda-server-provider.h | gda-server-provider.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2001 - 2004 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* | * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <gonzalo@ximian.com> | |||
* AUTHORS: | * Copyright (C) 2004 - 2005 Alan Knowles <alank@src.gnome.org> | |||
* Rodrigo Moya <rodrigo@gnome-db.org> | * Copyright (C) 2005 Bas Driessen <bas.driessen@xobas.com> | |||
* Bas Driessen <bas.driessen@xobas.com> | * Copyright (C) 2005 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2006 - 2008 Murray Cumming <murrayc@murrayc.com> | |||
* Copyright (C) 2007 Armin Burgmeier <armin@openismus.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_SERVER_PROVIDER_H__ | #ifndef __GDA_SERVER_PROVIDER_H__ | |||
#define __GDA_SERVER_PROVIDER_H__ | #define __GDA_SERVER_PROVIDER_H__ | |||
#include <libgda/gda-server-operation.h> | #include <libgda/gda-server-operation.h> | |||
#include <libgda/gda-connection.h> | #include <libgda/gda-connection.h> | |||
#include <libgda/gda-data-model.h> | #include <libgda/gda-data-model.h> | |||
#include <libgda/gda-quark-list.h> | #include <libgda/gda-quark-list.h> | |||
#include <libgda/gda-statement.h> | #include <libgda/gda-statement.h> | |||
End of changes. 5 change blocks. | ||||
17 lines changed or deleted | 17 lines changed or added | |||
gda-set.h | gda-set.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2003 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_SET_H_ | #ifndef __GDA_SET_H_ | |||
#define __GDA_SET_H_ | #define __GDA_SET_H_ | |||
#include "gda-value.h" | #include "gda-value.h" | |||
#include <libxml/tree.h> | #include <libxml/tree.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 11 lines changed or added | |||
gda-sql-builder.h | gda-sql-builder.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2009 - 2011 Vivien Malerba | * Copyright (C) 2009 - 2010 Murray Cumming <murrayc@murrayc.com> | |||
* Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | ||||
* Copyright (C) 2010 Jonh Wendell <jwendell@gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_SQL_BUILDER_H_ | #ifndef __GDA_SQL_BUILDER_H_ | |||
#define __GDA_SQL_BUILDER_H_ | #define __GDA_SQL_BUILDER_H_ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <sql-parser/gda-sql-statement.h> | #include <sql-parser/gda-sql-statement.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 13 lines changed or added | |||
gda-sql-parser.h | gda-sql-parser.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_SQL_PARSER_H_ | #ifndef __GDA_SQL_PARSER_H_ | |||
#define __GDA_SQL_PARSER_H_ | #define __GDA_SQL_PARSER_H_ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-statement.h> | #include <libgda/gda-statement.h> | |||
#include <libgda/gda-batch.h> | #include <libgda/gda-batch.h> | |||
#include <sql-parser/gda-statement-struct.h> | #include <sql-parser/gda-statement-struct.h> | |||
#include <sql-parser/gda-statement-struct-util.h> | #include <sql-parser/gda-statement-struct-util.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 11 lines changed or added | |||
gda-sql-statement.h | gda-sql-statement.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 Carlos Perell | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_SQL_STATEMENT_H__ | #ifndef __GDA_SQL_STATEMENT_H__ | |||
#define __GDA_SQL_STATEMENT_H__ | #define __GDA_SQL_STATEMENT_H__ | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
/** | /** | |||
* SECTION:gda-sql-statement | * SECTION:gda-sql-statement | |||
* @short_description: SQL parser | * @short_description: SQL parser | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 15 lines changed or added | |||
gda-sqlite-provider.h | gda-sqlite-provider.h | |||
---|---|---|---|---|
/* GDA SQLite provider | /* | |||
* Copyright (C) 1998 - 2009 The GNOME Foundation. | * Copyright (C) 2001 - 2002 Carlos Perell | |||
* | * Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.org> | |||
* AUTHORS: | * Copyright (C) 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* Rodrigo Moya <rodrigo@gnome-db.org> | * Copyright (C) 2007 - 2009 Vivien Malerba <malerba@gnome-db.org> | |||
* Carlos Perell | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_SQLITE_PROVIDER_H__ | #ifndef __GDA_SQLITE_PROVIDER_H__ | |||
#define __GDA_SQLITE_PROVIDER_H__ | #define __GDA_SQLITE_PROVIDER_H__ | |||
#include <libgda/gda-server-provider.h> | #include <libgda/gda-server-provider.h> | |||
#define GDA_TYPE_SQLITE_PROVIDER (gda_sqlite_provider_get_type() ) | #define GDA_TYPE_SQLITE_PROVIDER (gda_sqlite_provider_get_type() ) | |||
#define GDA_SQLITE_PROVIDER(obj) (G_TYPE_CHECK_INSTANCE_CAST (ob j, GDA_TYPE_SQLITE_PROVIDER, GdaSqliteProvider)) | #define GDA_SQLITE_PROVIDER(obj) (G_TYPE_CHECK_INSTANCE_CAST (ob j, GDA_TYPE_SQLITE_PROVIDER, GdaSqliteProvider)) | |||
#define GDA_SQLITE_PROVIDER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (klass , GDA_TYPE_SQLITE_PROVIDER, GdaSqliteProviderClass)) | #define GDA_SQLITE_PROVIDER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (klass , GDA_TYPE_SQLITE_PROVIDER, GdaSqliteProviderClass)) | |||
End of changes. 5 change blocks. | ||||
18 lines changed or deleted | 15 lines changed or added | |||
gda-statement-extra.h | gda-statement-extra.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2005 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_STATEMENT_EXTRA__ | #ifndef __GDA_STATEMENT_EXTRA__ | |||
#define __GDA_STATEMENT_EXTRA__ | #define __GDA_STATEMENT_EXTRA__ | |||
#include <sql-parser/gda-sql-statement.h> | #include <sql-parser/gda-sql-statement.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
/* private information to implement custom | /* private information to implement custom | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 11 lines changed or added | |||
gda-statement-struct-compound.h | gda-statement-struct-compound.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2009 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_COMPOUND_H_ | #ifndef _GDA_STATEMENT_STRUCT_COMPOUND_H_ | |||
#define _GDA_STATEMENT_STRUCT_COMPOUND_H_ | #define _GDA_STATEMENT_STRUCT_COMPOUND_H_ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <sql-parser/gda-statement-struct-decl.h> | #include <sql-parser/gda-statement-struct-decl.h> | |||
#include <sql-parser/gda-statement-struct-select.h> | #include <sql-parser/gda-statement-struct-select.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-statement-struct-decl.h | gda-statement-struct-decl.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2009 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_DECL_H | #ifndef _GDA_STATEMENT_STRUCT_DECL_H | |||
#define _GDA_STATEMENT_STRUCT_DECL_H | #define _GDA_STATEMENT_STRUCT_DECL_H | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
#include <libgda/gda-meta-store.h> | #include <libgda/gda-meta-store.h> | |||
#include <libgda/gda-meta-struct.h> | #include <libgda/gda-meta-struct.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-statement-struct-delete.h | gda-statement-struct-delete.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2005 Dan Winship <danw@src.gnome.org> | |||
* Copyright (C) 2005 - 2011 Vivien Malerba <malerba@gnome-db.org> | ||||
* Copyright (C) 2005 | ||||
* Copyright (C) 2007 Armin Burgmeier <armin@openismus.com> | ||||
* Copyright (C) 2007 - 2009 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_DELETE_H_ | #ifndef _GDA_STATEMENT_STRUCT_DELETE_H_ | |||
#define _GDA_STATEMENT_STRUCT_DELETE_H_ | #define _GDA_STATEMENT_STRUCT_DELETE_H_ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <sql-parser/gda-statement-struct-decl.h> | #include <sql-parser/gda-statement-struct-decl.h> | |||
#include <sql-parser/gda-statement-struct-select.h> | #include <sql-parser/gda-statement-struct-select.h> | |||
#include <sql-parser/gda-statement-struct-parts.h> | #include <sql-parser/gda-statement-struct-parts.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 15 lines changed or added | |||
gda-statement-struct-insert.h | gda-statement-struct-insert.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2009 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_INSERT_H_ | #ifndef _GDA_STATEMENT_STRUCT_INSERT_H_ | |||
#define _GDA_STATEMENT_STRUCT_INSERT_H_ | #define _GDA_STATEMENT_STRUCT_INSERT_H_ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <sql-parser/gda-statement-struct-decl.h> | #include <sql-parser/gda-statement-struct-decl.h> | |||
#include <sql-parser/gda-statement-struct-select.h> | #include <sql-parser/gda-statement-struct-select.h> | |||
#include <sql-parser/gda-statement-struct-parts.h> | #include <sql-parser/gda-statement-struct-parts.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-statement-struct-parts.h | gda-statement-struct-parts.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2008 Bas Driessen <bas.driessen@xobas.com> | |||
* | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2009 - 2010 Murray Cumming <murrayc@murrayc.com> | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_PARTS_H | #ifndef _GDA_STATEMENT_STRUCT_PARTS_H | |||
#define _GDA_STATEMENT_STRUCT_PARTS_H | #define _GDA_STATEMENT_STRUCT_PARTS_H | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <sql-parser/gda-statement-struct.h> | #include <sql-parser/gda-statement-struct.h> | |||
#include <sql-parser/gda-statement-struct-pspec.h> | #include <sql-parser/gda-statement-struct-pspec.h> | |||
#include <sql-parser/gda-statement-struct-decl.h> | #include <sql-parser/gda-statement-struct-decl.h> | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 13 lines changed or added | |||
gda-statement-struct-pspec.h | gda-statement-struct-pspec.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 Vivien Malerba | * Copyright (C) 2008 - 2009 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2009 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_PSPEC_H | #ifndef _GDA_STATEMENT_STRUCT_PSPEC_H | |||
#define _GDA_STATEMENT_STRUCT_PSPEC_H | #define _GDA_STATEMENT_STRUCT_PSPEC_H | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-statement-struct-select.h | gda-statement-struct-select.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2009 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_SELECT_H_ | #ifndef _GDA_STATEMENT_STRUCT_SELECT_H_ | |||
#define _GDA_STATEMENT_STRUCT_SELECT_H_ | #define _GDA_STATEMENT_STRUCT_SELECT_H_ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <sql-parser/gda-statement-struct-decl.h> | #include <sql-parser/gda-statement-struct-decl.h> | |||
#include <sql-parser/gda-statement-struct-parts.h> | #include <sql-parser/gda-statement-struct-parts.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-statement-struct-trans.h | gda-statement-struct-trans.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2009 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_TRANS_H_ | #ifndef _GDA_STATEMENT_STRUCT_TRANS_H_ | |||
#define _GDA_STATEMENT_STRUCT_TRANS_H_ | #define _GDA_STATEMENT_STRUCT_TRANS_H_ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-enums.h> | #include <libgda/gda-enums.h> | |||
#include <sql-parser/gda-statement-struct-decl.h> | #include <sql-parser/gda-statement-struct-decl.h> | |||
#include <sql-parser/gda-statement-struct-parts.h> | #include <sql-parser/gda-statement-struct-parts.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-statement-struct-unknown.h | gda-statement-struct-unknown.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* Copyright (C) 2000 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | ||||
* Copyright (C) 2001 Carlos Perell | ||||
* Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | ||||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.org> | ||||
* Copyright (C) 2009 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_UNKNOWN_H_ | #ifndef _GDA_STATEMENT_STRUCT_UNKNOWN_H_ | |||
#define _GDA_STATEMENT_STRUCT_UNKNOWN_H_ | #define _GDA_STATEMENT_STRUCT_UNKNOWN_H_ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <sql-parser/gda-statement-struct-decl.h> | #include <sql-parser/gda-statement-struct-decl.h> | |||
#include <sql-parser/gda-statement-struct-parts.h> | #include <sql-parser/gda-statement-struct-parts.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 16 lines changed or added | |||
gda-statement-struct-update.h | gda-statement-struct-update.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2009 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_UPDATE_H_ | #ifndef _GDA_STATEMENT_STRUCT_UPDATE_H_ | |||
#define _GDA_STATEMENT_STRUCT_UPDATE_H_ | #define _GDA_STATEMENT_STRUCT_UPDATE_H_ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <sql-parser/gda-statement-struct-decl.h> | #include <sql-parser/gda-statement-struct-decl.h> | |||
#include <sql-parser/gda-statement-struct-select.h> | #include <sql-parser/gda-statement-struct-select.h> | |||
#include <sql-parser/gda-statement-struct-parts.h> | #include <sql-parser/gda-statement-struct-parts.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-statement-struct-util.h | gda-statement-struct-util.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2005 Dan Winship <danw@src.gnome.org> | |||
* | * Copyright (C) 2005 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2005 | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2007 - 2009 Murray Cumming <murrayc@murrayc.com> | |||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_UTIL_H | #ifndef _GDA_STATEMENT_STRUCT_UTIL_H | |||
#define _GDA_STATEMENT_STRUCT_UTIL_H | #define _GDA_STATEMENT_STRUCT_UTIL_H | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 14 lines changed or added | |||
gda-statement-struct.h | gda-statement-struct.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2010 Murray Cumming <murrayc@murrayc.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_STRUCT_H_ | #ifndef _GDA_STATEMENT_STRUCT_H_ | |||
#define _GDA_STATEMENT_STRUCT_H_ | #define _GDA_STATEMENT_STRUCT_H_ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <sql-parser/gda-statement-struct-decl.h> | #include <sql-parser/gda-statement-struct-decl.h> | |||
#include <libgda/gda-meta-store.h> | #include <libgda/gda-meta-store.h> | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 12 lines changed or added | |||
gda-statement.h | gda-statement.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 Vivien Malerba | * Copyright (C) 2008 - 2011 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _GDA_STATEMENT_H_ | #ifndef _GDA_STATEMENT_H_ | |||
#define _GDA_STATEMENT_H_ | #define _GDA_STATEMENT_H_ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <sql-parser/gda-statement-struct.h> | #include <sql-parser/gda-statement-struct.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 11 lines changed or added | |||
gda-thread-wrapper.h | gda-thread-wrapper.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2009 - 2011 The GNOME Foundation. | * Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_THREAD_WRAPPER_H__ | #ifndef __GDA_THREAD_WRAPPER_H__ | |||
#define __GDA_THREAD_WRAPPER_H__ | #define __GDA_THREAD_WRAPPER_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
#define GDA_TYPE_THREAD_WRAPPER (gda_thread_wrapper_get_type()) | #define GDA_TYPE_THREAD_WRAPPER (gda_thread_wrapper_get_type()) | |||
skipping to change at line 66 | skipping to change at line 63 | |||
/*< private >*/ | /*< private >*/ | |||
/* Padding for future expansion */ | /* Padding for future expansion */ | |||
void (*_gda_reserved1) (void); | void (*_gda_reserved1) (void); | |||
void (*_gda_reserved2) (void); | void (*_gda_reserved2) (void); | |||
void (*_gda_reserved3) (void); | void (*_gda_reserved3) (void); | |||
void (*_gda_reserved4) (void); | void (*_gda_reserved4) (void); | |||
}; | }; | |||
/** | /** | |||
* GdaThreadNotificationType: | ||||
* @GDA_THREAD_NOTIFICATION_SIGNAL: the notification regards a signal | ||||
* @GDA_THREAD_NOTIFICATION_JOB: the notification regards a job finished | ||||
* | ||||
* Defines the kind of notification which can be obtained when reading from | ||||
te #GIOChannel | ||||
* returned by gda_thread_wrapper_get_io_channel(). | ||||
*/ | ||||
typedef enum { | ||||
GDA_THREAD_NOTIFICATION_JOB = 0x01, | ||||
GDA_THREAD_NOTIFICATION_SIGNAL = 0x02 | ||||
} GdaThreadNotificationType; | ||||
/** | ||||
* GdaThreadNotification: | ||||
* @type: the notification type | ||||
* @job_id: the job ID, if @type is a #GDA_THREAD_NOTIFICATION_JOB | ||||
* | ||||
* A notification to be read through the #GIOChannel which is returned by g | ||||
da_thread_wrapper_get_io_channel(), | ||||
* for example: | ||||
* <programlisting><![CDATA[ | ||||
* gboolean | ||||
* wrapper_ioc_cb (GIOChannel *source, GIOCondition condition, gpointer dat | ||||
a) | ||||
* { | ||||
* GIOStatus status; | ||||
* gsize nread; | ||||
* GdaThreadNotification notif; | ||||
* if (condition & G_IO_IN) { | ||||
* status = g_io_channel_read_chars (source, (gchar*) ¬if, sizeof | ||||
(notif), &nread, NULL); | ||||
* if ((status != G_IO_STATUS_NORMAL) || (nread != sizeof (notif))) | ||||
* goto onerror; | ||||
* switch (notif.type) { | ||||
* case GDA_THREAD_NOTIFICATION_JOB: | ||||
* check_for_wrapper_result (bcnc); | ||||
* break; | ||||
* case GDA_THREAD_NOTIFICATION_SIGNAL: | ||||
* gda_thread_wrapper_iterate (bcnc->priv->wrapper, FALSE); | ||||
* break; | ||||
* default: | ||||
* goto onerror; | ||||
* break; | ||||
* } | ||||
* } | ||||
* if (condition & (G_IO_ERR | G_IO_HUP | G_IO_NVAL)) | ||||
* goto onerror; | ||||
* return TRUE; // keep callback | ||||
* | ||||
* onerror: | ||||
* g_io_channel_shutdown (bcnc->priv->ioc, FALSE, NULL); | ||||
* return FALSE; // removed callback | ||||
* } | ||||
* | ||||
* { | ||||
* [...] | ||||
* GIOChannel *ioc; | ||||
* ioc = gda_thread_wrapper_get_io_channel (wrapper); | ||||
* if (!ioc) | ||||
* [handle error] | ||||
* else { | ||||
* guint watch_id; | ||||
* watch_id = g_io_add_watch (ioc, G_IO_IN | G_IO_HUP | G_IO_ERR | | ||||
G_IO_NVAL, | ||||
* (GIOFunc) wrapper_ioc_cb, NULL); | ||||
* } | ||||
* } | ||||
* ]]></programlisting> | ||||
*/ | ||||
typedef struct { | ||||
GdaThreadNotificationType type; | ||||
guint job_id; | ||||
} GdaThreadNotification; | ||||
/** | ||||
* GdaThreadWrapperFunc: | * GdaThreadWrapperFunc: | |||
* @arg: pointer to the data (which is the @arg argument passed to gda_thre ad_wrapper_execute_void()) | * @arg: pointer to the data (which is the @arg argument passed to gda_thre ad_wrapper_execute_void()) | |||
* @error: a place to store errors | * @error: a place to store errors | |||
* @Returns: a pointer to some data which will be returned by gda_thread_wr apper_fetch_result() | * @Returns: a pointer to some data which will be returned by gda_thread_wr apper_fetch_result() | |||
* | * | |||
* Specifies the type of function to be passed to gda_thread_wrapper_execut e(). | * Specifies the type of function to be passed to gda_thread_wrapper_execut e(). | |||
*/ | */ | |||
typedef gpointer (*GdaThreadWrapperFunc) (gpointer arg, GError **error); | typedef gpointer (*GdaThreadWrapperFunc) (gpointer arg, GError **error); | |||
/** | /** | |||
skipping to change at line 128 | skipping to change at line 196 | |||
* simply dispatch all the execution requests to its private <emphasis>work er</emphasis> thread and report the | * simply dispatch all the execution requests to its private <emphasis>work er</emphasis> thread and report the | |||
* execution's status only to the thread which made the request. | * execution's status only to the thread which made the request. | |||
* | * | |||
* The user can also specify a callback function to be called when an objec t exmits a signal while being | * The user can also specify a callback function to be called when an objec t exmits a signal while being | |||
* used by the worker thread, see the gda_thread_wrapper_connect_raw() meth od. | * used by the worker thread, see the gda_thread_wrapper_connect_raw() meth od. | |||
* | * | |||
* The following diagram illustrates the conceptual working of the #GdaThre adWrapper object: here two user threads | * The following diagram illustrates the conceptual working of the #GdaThre adWrapper object: here two user threads | |||
* are represented (assigned a red and green colors), both using a single # GdaThreadWrapper, so in this diagram, 3 threads | * are represented (assigned a red and green colors), both using a single # GdaThreadWrapper, so in this diagram, 3 threads | |||
* are present. The communication between the threads are handled by some # GAsyncQueue objects (in a transparent way for | * are present. The communication between the threads are handled by some # GAsyncQueue objects (in a transparent way for | |||
* the user, presented here only for illustration purposes). The queue repr esented in yellow is where jobs are | * the user, presented here only for illustration purposes). The queue repr esented in yellow is where jobs are | |||
* pushed by each user thread (step 1), and popped by the worker thread (st ep 2). Once the user thread has finished | * pushed by each user thread (step 1), and popped by the worker thread (st ep 2). Once the worker thread has finished | |||
* with a job, it stores the result along with the job and pushes it to the queue dedicated to the user thread | * with a job, it stores the result along with the job and pushes it to the queue dedicated to the user thread | |||
* (step 3) in this example the red queue (because the job was issued from the thread represented in red). The last | * (step 3) in this example the red queue (because the job was issued from the thread represented in red). The last | |||
* step is when the user fetches the result (in its user thread), step 4. | * step is when the user fetches the result (in its user thread), step 4. | |||
* | * | |||
* If, when the worker thread is busy with a job, a signal is emitted, and if the user has set up a signal handler | * If, when the worker thread is busy with a job, a signal is emitted, and if the user has set up a signal handler | |||
* using gda_thread_wrapper_connect_raw(), | * using gda_thread_wrapper_connect_raw(), | |||
* then a "job as signal" is created by the worker thread and pushed to the user thread as illustrated | * then a "job as signal" is created by the worker thread and pushed to the user thread as illustrated | |||
* at the bottom of the diagram. | * at the bottom of the diagram. | |||
* <mediaobject> | * <mediaobject> | |||
* <imageobject role="html"> | * <imageobject role="html"> | |||
* <imagedata fileref="thread-wrapper.png" format="PNG" contentwidth="1 70mm"/> | * <imagedata fileref="thread-wrapper.png" format="PNG" contentwidth="1 70mm"/> | |||
* </imageobject> | * </imageobject> | |||
* <textobject> | * <textobject> | |||
* <phrase>GdaThreadWrapper's conceptual working</phrase> | * <phrase>GdaThreadWrapper's conceptual working</phrase> | |||
* </textobject> | * </textobject> | |||
* </mediaobject> | * </mediaobject> | |||
* | ||||
* It's the user's responsability to regularly check if a submitted job has | ||||
completed | ||||
* (using gda_thread_wrapper_fetch_result()) or if a signal | ||||
* has been emitted by an object while in the worker thread and needs to be | ||||
handled by the #GdaThreadWrapper | ||||
* to call the associated callback (using gda_thread_wrapper_iterate() or a | ||||
utomatically done when | ||||
* calling gda_thread_wrapper_fetch_result()). | ||||
* | ||||
* However, when a main loop is available, the #GdaThreadWrapper can emit n | ||||
otifications through a | ||||
* #GIOChannel which can be intregated in the main loop. The #GIOChannel ca | ||||
n be created | ||||
* using gda_thread_wrapper_get_io_channel(). | ||||
*/ | */ | |||
GType gda_thread_wrapper_get_type (void) G_GNUC_C ONST; | GType gda_thread_wrapper_get_type (void) G_GNUC_C ONST; | |||
GdaThreadWrapper *gda_thread_wrapper_new (void); | GdaThreadWrapper *gda_thread_wrapper_new (void); | |||
GIOChannel *gda_thread_wrapper_get_io_channel (GdaThreadWrapp | ||||
er *wrapper); | ||||
void gda_thread_wrapper_unset_io_channel (GdaThreadWrapp | ||||
er *wrapper); | ||||
guint gda_thread_wrapper_execute (GdaThreadWrapp er *wrapper, GdaThreadWrapperFunc func, | guint gda_thread_wrapper_execute (GdaThreadWrapp er *wrapper, GdaThreadWrapperFunc func, | |||
gpointer arg, G DestroyNotify arg_destroy_func, GError **error); | gpointer arg, G DestroyNotify arg_destroy_func, GError **error); | |||
guint gda_thread_wrapper_execute_void (GdaThreadWrapp er *wrapper, GdaThreadWrapperVoidFunc func, | guint gda_thread_wrapper_execute_void (GdaThreadWrapp er *wrapper, GdaThreadWrapperVoidFunc func, | |||
gpointer arg, G DestroyNotify arg_destroy_func, GError **error); | gpointer arg, G DestroyNotify arg_destroy_func, GError **error); | |||
gboolean gda_thread_wrapper_cancel (GdaThreadWrapp er *wrapper, guint id); | gboolean gda_thread_wrapper_cancel (GdaThreadWrapp er *wrapper, guint id); | |||
void gda_thread_wrapper_iterate (GdaThreadWrapp er *wrapper, gboolean may_block); | void gda_thread_wrapper_iterate (GdaThreadWrapp er *wrapper, gboolean may_block); | |||
gpointer gda_thread_wrapper_fetch_result (GdaThreadWrapp er *wrapper, gboolean may_lock, | gpointer gda_thread_wrapper_fetch_result (GdaThreadWrapp er *wrapper, gboolean may_lock, | |||
guint exp_id, G Error **error); | guint exp_id, G Error **error); | |||
End of changes. 9 change blocks. | ||||
16 lines changed or deleted | 107 lines changed or added | |||
gda-transaction-status-private.h | gda-transaction-status-private.h | |||
---|---|---|---|---|
/* GDA client library | /* | |||
* Copyright (C) 1998 - 2006 The GNOME Foundation. | * Copyright (C) 2006 Vivien Malerba <vivien@src.gnome.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TRANSACTION_STATUS_PRIVATE_H__ | #ifndef __GDA_TRANSACTION_STATUS_PRIVATE_H__ | |||
#define __GDA_TRANSACTION_STATUS_PRIVATE_H__ | #define __GDA_TRANSACTION_STATUS_PRIVATE_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
GdaTransactionStatusEvent *gda_transaction_status_add_event_svp (GdaTransac tionStatus *tstatus, const gchar *svp_name); | GdaTransactionStatusEvent *gda_transaction_status_add_event_svp (GdaTransac tionStatus *tstatus, const gchar *svp_name); | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 12 lines changed or added | |||
gda-transaction-status.h | gda-transaction-status.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2006 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | * Copyright (C) 2007 Armin Burgmeier <armin@openismus.com> | |||
* AUTHORS: | * Copyright (C) 2007 Murray Cumming <murrayc@murrayc.com> | |||
* Michael Lausch <michael@lausch.at> | ||||
* Rodrigo Moya <rodrigo@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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TRANSACTION_STATUS_H__ | #ifndef __GDA_TRANSACTION_STATUS_H__ | |||
#define __GDA_TRANSACTION_STATUS_H__ | #define __GDA_TRANSACTION_STATUS_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-enums.h> | #include <libgda/gda-enums.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
17 lines changed or deleted | 13 lines changed or added | |||
gda-tree-manager.h | gda-tree-manager.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2009 - 2011 The GNOME Foundation. | * Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | * Copyright (C) 2010 Robert Ancell <robert.ancell@canonical.com> | |||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TREE_MANAGER_H__ | #ifndef __GDA_TREE_MANAGER_H__ | |||
#define __GDA_TREE_MANAGER_H__ | #define __GDA_TREE_MANAGER_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include "gda-decl.h" | #include "gda-decl.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 12 lines changed or added | |||
gda-tree-mgr-columns.h | gda-tree-mgr-columns.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2009 - 2011 The GNOME Foundation. | * Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TREE_MGR_COLUMNS_H__ | #ifndef __GDA_TREE_MGR_COLUMNS_H__ | |||
#define __GDA_TREE_MGR_COLUMNS_H__ | #define __GDA_TREE_MGR_COLUMNS_H__ | |||
#include <libgda/gda-connection.h> | #include <libgda/gda-connection.h> | |||
#include "gda-tree-manager.h" | #include "gda-tree-manager.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-tree-mgr-label.h | gda-tree-mgr-label.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2009 - 2011 The GNOME Foundation. | * Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TREE_MGR_LABEL_H__ | #ifndef __GDA_TREE_MGR_LABEL_H__ | |||
#define __GDA_TREE_MGR_LABEL_H__ | #define __GDA_TREE_MGR_LABEL_H__ | |||
#include <libgda/gda-connection.h> | #include <libgda/gda-connection.h> | |||
#include "gda-tree-manager.h" | #include "gda-tree-manager.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-tree-mgr-ldap.h | gda-tree-mgr-ldap.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2011 The GNOME Foundation. | * Copyright (C) 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TREE_MGR_LDAP_H__ | #ifndef __GDA_TREE_MGR_LDAP_H__ | |||
#define __GDA_TREE_MGR_LDAP_H__ | #define __GDA_TREE_MGR_LDAP_H__ | |||
#include <libgda/gda-connection.h> | #include <libgda/gda-connection.h> | |||
#include "gda-tree-manager.h" | #include "gda-tree-manager.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-tree-mgr-schemas.h | gda-tree-mgr-schemas.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2009 - 2011 The GNOME Foundation. | * Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TREE_MGR_SCHEMAS_H__ | #ifndef __GDA_TREE_MGR_SCHEMAS_H__ | |||
#define __GDA_TREE_MGR_SCHEMAS_H__ | #define __GDA_TREE_MGR_SCHEMAS_H__ | |||
#include <libgda/gda-connection.h> | #include <libgda/gda-connection.h> | |||
#include "gda-tree-manager.h" | #include "gda-tree-manager.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-tree-mgr-select.h | gda-tree-mgr-select.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2009 - 2011 The GNOME Foundation. | * Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TREE_MGR_SELECT_H__ | #ifndef __GDA_TREE_MGR_SELECT_H__ | |||
#define __GDA_TREE_MGR_SELECT_H__ | #define __GDA_TREE_MGR_SELECT_H__ | |||
#include <libgda/gda-connection.h> | #include <libgda/gda-connection.h> | |||
#include "gda-tree-manager.h" | #include "gda-tree-manager.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-tree-mgr-tables.h | gda-tree-mgr-tables.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2009 - 2011 The GNOME Foundation. | * Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TREE_MGR_TABLES_H__ | #ifndef __GDA_TREE_MGR_TABLES_H__ | |||
#define __GDA_TREE_MGR_TABLES_H__ | #define __GDA_TREE_MGR_TABLES_H__ | |||
#include <libgda/gda-connection.h> | #include <libgda/gda-connection.h> | |||
#include "gda-tree-manager.h" | #include "gda-tree-manager.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-tree-node.h | gda-tree-node.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2009 - 2011 The GNOME Foundation. | * Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TREE_NODE_H__ | #ifndef __GDA_TREE_NODE_H__ | |||
#define __GDA_TREE_NODE_H__ | #define __GDA_TREE_NODE_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include "gda-decl.h" | #include "gda-decl.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-tree.h | gda-tree.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2009 - 2011 The GNOME Foundation. | * Copyright (C) 2009 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_TREE_H__ | #ifndef __GDA_TREE_H__ | |||
#define __GDA_TREE_H__ | #define __GDA_TREE_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#include "gda-decl.h" | #include "gda-decl.h" | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-util.h | gda-util.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 Carlos Perell | |||
* Rodrigo Moya <rodrigo@gnome-db.org> | * Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.org> | |||
* Daniel Espinosa <esodan@gmail.com> | * Copyright (C) 2006 - 2007 Murray Cumming <murrayc@murrayc.com> | |||
* Copyright (C) 2007 Armin Burgmeier <armin@openismus.com> | ||||
* Copyright (C) 2008 Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_UTIL_H__ | #ifndef __GDA_UTIL_H__ | |||
#define __GDA_UTIL_H__ | #define __GDA_UTIL_H__ | |||
#include <glib.h> | #include <glib.h> | |||
#include "gda-holder.h" | #include "gda-holder.h" | |||
#include "gda-row.h" | #include "gda-row.h" | |||
#include "gda-connection.h" | #include "gda-connection.h" | |||
#include <sql-parser/gda-sql-statement.h> | #include <sql-parser/gda-sql-statement.h> | |||
End of changes. 5 change blocks. | ||||
17 lines changed or deleted | 18 lines changed or added | |||
gda-value.h | gda-value.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2001 - 2003 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* | * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <gonzalo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2002 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Michael Lausch <michael@lausch.at> | * Copyright (C) 2003 Akira TAGOH <tagoh@gnome-db.org> | |||
* Rodrigo Moya <rodrigo@gnome-db.org> | * Copyright (C) 2003 Danilo Schoeneberg <dschoene@src.gnome.org> | |||
* Juan-Mariano de Goyeneche <jmseyas@dit.upm.es> (BLOB issues) | * Copyright (C) 2003 Laurent Sansonetti <laurent@datarescue.be> | |||
* Daniel Espinosa Ortiz <esodan@gmail.com> (Port to GValue) | * Copyright (C) 2004 - 2007 Murray Cumming <murrayc@murrayc.com> | |||
* Copyright (C) 2004 Paisa Seeluangsawat <paisa@users.sf.net> | ||||
* Copyright (C) 2008 Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> | ||||
* Copyright (C) 2009 Bas Driessen <bas.driessen@xobas.com> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_VALUE_H__ | #ifndef __GDA_VALUE_H__ | |||
#define __GDA_VALUE_H__ | #define __GDA_VALUE_H__ | |||
#include <time.h> | #include <time.h> | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libxml/tree.h> | #include <libxml/tree.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
#define GDA_TIMEZONE_INVALID (2*12*60*60) | #define GDA_TIMEZONE_INVALID (2*12*60*60) | |||
/* Definition of the GType's values used in GValue*/ | /* Definition of the GType's values used in GValue*/ | |||
#define GDA_TYPE_NULL 0 | #define GDA_TYPE_NULL (gda_null_get_type()) | |||
#define GDA_TYPE_BINARY (gda_binary_get_type()) | #define GDA_TYPE_BINARY (gda_binary_get_type()) | |||
#define GDA_TYPE_BLOB (gda_blob_get_type()) | #define GDA_TYPE_BLOB (gda_blob_get_type()) | |||
#define GDA_TYPE_GEOMETRIC_POINT (gda_geometricpoint_get_type()) | #define GDA_TYPE_GEOMETRIC_POINT (gda_geometricpoint_get_type()) | |||
#define GDA_TYPE_NUMERIC (gda_numeric_get_type()) | #define GDA_TYPE_NUMERIC (gda_numeric_get_type()) | |||
#define GDA_TYPE_SHORT (gda_short_get_type()) | #define GDA_TYPE_SHORT (gda_short_get_type()) | |||
#define GDA_TYPE_USHORT (gda_ushort_get_type()) | #define GDA_TYPE_USHORT (gda_ushort_get_type()) | |||
#define GDA_TYPE_TIME (gda_time_get_type()) | #define GDA_TYPE_TIME (gda_time_get_type()) | |||
#define GDA_TYPE_TIMESTAMP (gda_timestamp_get_type()) | #define GDA_TYPE_TIMESTAMP (gda_timestamp_get_type()) | |||
/* Definition of the GDA_VALUE_HOLDS macros */ | /* Definition of the GDA_VALUE_HOLDS macros */ | |||
#define GDA_VALUE_HOLDS_NULL(value) G_VALUE_HOLDS(value, GDA_TYP E_NULL) | ||||
#define GDA_VALUE_HOLDS_BINARY(value) G_VALUE_HOLDS(value, GDA_TYP E_BINARY) | #define GDA_VALUE_HOLDS_BINARY(value) G_VALUE_HOLDS(value, GDA_TYP E_BINARY) | |||
#define GDA_VALUE_HOLDS_BLOB(value) G_VALUE_HOLDS(value, GDA_TYP E_BLOB) | #define GDA_VALUE_HOLDS_BLOB(value) G_VALUE_HOLDS(value, GDA_TYP E_BLOB) | |||
#define GDA_VALUE_HOLDS_GEOMETRIC_POINT(value) G_VALUE_HOLDS(value, GDA_TYP E_GEOMETRIC_POINT) | #define GDA_VALUE_HOLDS_GEOMETRIC_POINT(value) G_VALUE_HOLDS(value, GDA_TYP E_GEOMETRIC_POINT) | |||
#define GDA_VALUE_HOLDS_NUMERIC(value) G_VALUE_HOLDS(value, GDA_TYP E_NUMERIC) | #define GDA_VALUE_HOLDS_NUMERIC(value) G_VALUE_HOLDS(value, GDA_TYP E_NUMERIC) | |||
#define GDA_VALUE_HOLDS_SHORT(value) G_VALUE_HOLDS(value, GDA_TYP E_SHORT) | #define GDA_VALUE_HOLDS_SHORT(value) G_VALUE_HOLDS(value, GDA_TYP E_SHORT) | |||
#define GDA_VALUE_HOLDS_USHORT(value) G_VALUE_HOLDS(value, GDA_TYP E_USHORT) | #define GDA_VALUE_HOLDS_USHORT(value) G_VALUE_HOLDS(value, GDA_TYP E_USHORT) | |||
#define GDA_VALUE_HOLDS_TIME(value) G_VALUE_HOLDS(value, GDA_TYP E_TIME) | #define GDA_VALUE_HOLDS_TIME(value) G_VALUE_HOLDS(value, GDA_TYP E_TIME) | |||
#define GDA_VALUE_HOLDS_TIMESTAMP(value) G_VALUE_HOLDS(value, GDA_TYP E_TIMESTAMP) | #define GDA_VALUE_HOLDS_TIMESTAMP(value) G_VALUE_HOLDS(value, GDA_TYP E_TIMESTAMP) | |||
/** | /** | |||
skipping to change at line 185 | skipping to change at line 189 | |||
* | * | |||
* Each provider or connection can be queried about its blob support using the gda_server_provider_supports_feature() or | * Each provider or connection can be queried about its blob support using the gda_server_provider_supports_feature() or | |||
* gda_connection_supports_feature() methods. | * gda_connection_supports_feature() methods. | |||
* | * | |||
* The NULL value is a special case value: it is represented by to a zero-f illed (uninitialized) #GValue and has a type equal | * The NULL value is a special case value: it is represented by to a zero-f illed (uninitialized) #GValue and has a type equal | |||
* to %GDA_TYPE_NULL. | * to %GDA_TYPE_NULL. | |||
*/ | */ | |||
GValue *gda_value_new (GType type); | GValue *gda_value_new (GType type); | |||
GValue *gda_value_new_null (void); | ||||
GValue *gda_value_new_binary (const guchar *val, glong size); | GValue *gda_value_new_binary (const guchar *val, glong size); | |||
GValue *gda_value_new_blob (const guchar *val, gl ong size); | GValue *gda_value_new_blob (const guchar *val, gl ong size); | |||
GValue *gda_value_new_blob_from_file (const gchar *filename); | GValue *gda_value_new_blob_from_file (const gchar *filename); | |||
GValue *gda_value_new_timestamp_from_timet (time_ t val); | GValue *gda_value_new_timestamp_from_timet (time_ t val); | |||
GValue *gda_value_new_from_string (const gchar *a s_string, GType type); | GValue *gda_value_new_from_string (const gchar *a s_string, GType type); | |||
GValue *gda_value_new_from_xml (const xmlNodePtr node); | GValue *gda_value_new_from_xml (const xmlNodePtr node); | |||
void gda_value_free (GValue *value); | void gda_value_free (GValue *value); | |||
void gda_value_reset_with_type (GValue *value, GType type); | void gda_value_reset_with_type (GValue *value, GType type); | |||
gboolean gda_value_is_null (const GValue *value); | gboolean gda_value_is_null (const GValue *value); | |||
gboolean gda_value_is_number (const GValue *value) ; | gboolean gda_value_is_number (const GValue *value) ; | |||
GValue *gda_value_copy (const GValue *value); | GValue *gda_value_copy (const GValue *value); | |||
G_CONST_RETURN GdaBinary *gda_value_get_binary (const GValue *value ); | const GdaBinary *gda_value_get_binary (const GValue *value); | |||
void gda_value_set_binary (GValue *value, cons t GdaBinary *binary); | void gda_value_set_binary (GValue *value, cons t GdaBinary *binary); | |||
void gda_value_take_binary (GValue *value, Gda Binary *binary); | void gda_value_take_binary (GValue *value, Gda Binary *binary); | |||
G_CONST_RETURN GdaBlob *gda_value_get_blob (const GValue *value); | const GdaBlob *gda_value_get_blob (const GValue *value); | |||
void gda_value_set_blob (GValue *value, const GdaBlob *blob); | void gda_value_set_blob (GValue *value, const GdaBlob *blob); | |||
void gda_value_take_blob (GValue *value, GdaBl ob *blob); | void gda_value_take_blob (GValue *value, GdaBl ob *blob); | |||
G_CONST_RETURN GdaGeometricPoint *gda_value_get_geometric_point (const GVal ue *value); | const GdaGeometricPoint *gda_value_get_geometric_point (const GValue *value ); | |||
void gda_value_set_geometric_point (GValue *va lue, const GdaGeometricPoint *val); | void gda_value_set_geometric_point (GValue *va lue, const GdaGeometricPoint *val); | |||
void gda_value_set_null (GValue *value); | void gda_value_set_null (GValue *value); | |||
G_CONST_RETURN GdaNumeric *gda_value_get_numeric (const GValue *valu e); | const GdaNumeric *gda_value_get_numeric (const GValue *value); | |||
void gda_value_set_numeric (GValue *value, con st GdaNumeric *val); | void gda_value_set_numeric (GValue *value, con st GdaNumeric *val); | |||
gshort gda_value_get_short (const GValue *value) ; | gshort gda_value_get_short (const GValue *value) ; | |||
void gda_value_set_short (GValue *value, const gshort val); | void gda_value_set_short (GValue *value, const gshort val); | |||
gushort gda_value_get_ushort (const GValue *value ); | gushort gda_value_get_ushort (const GValue *value ); | |||
void gda_value_set_ushort (GValue *value, cons t gushort val); | void gda_value_set_ushort (GValue *value, cons t gushort val); | |||
G_CONST_RETURN GdaTime *gda_value_get_time (const GValue *value); | const GdaTime *gda_value_get_time (const GValue *value); | |||
void gda_value_set_time (GValue *value, const GdaTime *val); | void gda_value_set_time (GValue *value, const GdaTime *val); | |||
G_CONST_RETURN GdaTimestamp *gda_value_get_timestamp (const GValue *va lue); | const GdaTimestamp *gda_value_get_timestamp (const GValue *value); | |||
void gda_value_set_timestamp (GValue *value, c onst GdaTimestamp *val); | void gda_value_set_timestamp (GValue *value, c onst GdaTimestamp *val); | |||
gboolean gda_value_set_from_string (GValue *value, | gboolean gda_value_set_from_string (GValue *value, | |||
const gchar *as _string, | const gchar *as _string, | |||
GType type); | GType type); | |||
gboolean gda_value_set_from_value (GValue *value, const GValue *from); | gboolean gda_value_set_from_value (GValue *value, const GValue *from); | |||
gint gda_value_differ (const GValue *value1, c onst GValue *value2); | gint gda_value_differ (const GValue *value1, c onst GValue *value2); | |||
gint gda_value_compare (const GValue *value1, const GValue *value2); | gint gda_value_compare (const GValue *value1, const GValue *value2); | |||
gchar *gda_value_stringify (const GValue *value) ; | gchar *gda_value_stringify (const GValue *value) ; | |||
xmlNodePtr gda_value_to_xml (const GValue *value); | xmlNodePtr gda_value_to_xml (const GValue *value); | |||
gchar *gda_binary_to_string (const GdaBinary *bi n, guint maxlen); | gchar *gda_binary_to_string (const GdaBinary *bi n, guint maxlen); | |||
GdaBinary *gda_string_to_binary (const gchar *str); | GdaBinary *gda_string_to_binary (const gchar *str); | |||
gchar *gda_blob_to_string (GdaBlob *blob, guint maxlen); | gchar *gda_blob_to_string (GdaBlob *blob, guint maxlen); | |||
GdaBlob *gda_string_to_blob (const gchar *str); | GdaBlob *gda_string_to_blob (const gchar *str); | |||
/* Custom data types */ | /* Custom data types */ | |||
GType gda_null_get_type (void) G_GNUC_CONST; | ||||
GType gda_numeric_get_type (void) G_GNUC_CONST; | GType gda_numeric_get_type (void) G_GNUC_CONST; | |||
gpointer gda_numeric_copy (gpointer boxed); | gpointer gda_numeric_copy (gpointer boxed); | |||
void gda_numeric_free (gpointer boxed); | void gda_numeric_free (gpointer boxed); | |||
GType gda_time_get_type (void) G_GNUC_CONST; | GType gda_time_get_type (void) G_GNUC_CONST; | |||
gpointer gda_time_copy (gpointer boxed); | gpointer gda_time_copy (gpointer boxed); | |||
void gda_time_free (gpointer boxed); | void gda_time_free (gpointer boxed); | |||
gboolean gda_time_valid (const GdaTime *time); | gboolean gda_time_valid (const GdaTime *time); | |||
GType gda_timestamp_get_type (void) G_GNUC_CONS T; | GType gda_timestamp_get_type (void) G_GNUC_CONS T; | |||
skipping to change at line 270 | skipping to change at line 276 | |||
void gda_binary_free (gpointer boxed); | void gda_binary_free (gpointer boxed); | |||
GType gda_blob_get_type (void) G_GNUC_CONST; | GType gda_blob_get_type (void) G_GNUC_CONST; | |||
gpointer gda_blob_copy (gpointer boxed); | gpointer gda_blob_copy (gpointer boxed); | |||
void gda_blob_free (gpointer boxed); | void gda_blob_free (gpointer boxed); | |||
void gda_blob_set_op (GdaBlob *blob, GdaBlobOp *op); | void gda_blob_set_op (GdaBlob *blob, GdaBlobOp *op); | |||
GType gda_short_get_type (void) G_GNUC_CONST; | GType gda_short_get_type (void) G_GNUC_CONST; | |||
GType gda_ushort_get_type (void) G_GNUC_CONST; | GType gda_ushort_get_type (void) G_GNUC_CONST; | |||
/* Helper macros */ | ||||
/** | ||||
* gda_value_new_null: | ||||
* | ||||
* Creates a new #GValue of type %GDA_TYPE_NULL representing a NULL value | ||||
* | ||||
* Returns: (transfer full): a new #GValue | ||||
*/ | ||||
#define gda_value_new_null() (g_new0 (GValue, 1)) | ||||
G_END_DECLS | G_END_DECLS | |||
#endif | #endif | |||
End of changes. 16 change blocks. | ||||
35 lines changed or deleted | 30 lines changed or added | |||
gda-vconnection-data-model.h | gda-vconnection-data-model.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_VCONNECTION_DATA_MODEL_H__ | #ifndef __GDA_VCONNECTION_DATA_MODEL_H__ | |||
#define __GDA_VCONNECTION_DATA_MODEL_H__ | #define __GDA_VCONNECTION_DATA_MODEL_H__ | |||
#include <virtual/gda-virtual-connection.h> | #include <virtual/gda-virtual-connection.h> | |||
#include <sql-parser/gda-statement-struct-parts.h> | #include <sql-parser/gda-statement-struct-parts.h> | |||
#define GDA_TYPE_VCONNECTION_DATA_MODEL (gda_vconnection_data_mo del_get_type()) | #define GDA_TYPE_VCONNECTION_DATA_MODEL (gda_vconnection_data_mo del_get_type()) | |||
#define GDA_VCONNECTION_DATA_MODEL(obj) (G_TYPE_CHECK_INSTANCE_C AST (obj, GDA_TYPE_VCONNECTION_DATA_MODEL, GdaVconnectionDataModel)) | #define GDA_VCONNECTION_DATA_MODEL(obj) (G_TYPE_CHECK_INSTANCE_C AST (obj, GDA_TYPE_VCONNECTION_DATA_MODEL, GdaVconnectionDataModel)) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-vconnection-hub.h | gda-vconnection-hub.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_VCONNECTION_HUB_H__ | #ifndef __GDA_VCONNECTION_HUB_H__ | |||
#define __GDA_VCONNECTION_HUB_H__ | #define __GDA_VCONNECTION_HUB_H__ | |||
#include <virtual/gda-vconnection-data-model.h> | #include <virtual/gda-vconnection-data-model.h> | |||
#define GDA_TYPE_VCONNECTION_HUB (gda_vconnection_hub_get_type() ) | #define GDA_TYPE_VCONNECTION_HUB (gda_vconnection_hub_get_type() ) | |||
#define GDA_VCONNECTION_HUB(obj) (G_TYPE_CHECK_INSTANCE_CAST (ob j, GDA_TYPE_VCONNECTION_HUB, GdaVconnectionHub)) | #define GDA_VCONNECTION_HUB(obj) (G_TYPE_CHECK_INSTANCE_CAST (ob j, GDA_TYPE_VCONNECTION_HUB, GdaVconnectionHub)) | |||
#define GDA_VCONNECTION_HUB_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (klass , GDA_TYPE_VCONNECTION_HUB, GdaVconnectionHubClass)) | #define GDA_VCONNECTION_HUB_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (klass , GDA_TYPE_VCONNECTION_HUB, GdaVconnectionHubClass)) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-virtual-connection.h | gda-virtual-connection.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_VIRTUAL_CONNECTION_H__ | #ifndef __GDA_VIRTUAL_CONNECTION_H__ | |||
#define __GDA_VIRTUAL_CONNECTION_H__ | #define __GDA_VIRTUAL_CONNECTION_H__ | |||
#include <libgda/gda-connection.h> | #include <libgda/gda-connection.h> | |||
#include <virtual/gda-virtual-provider.h> | #include <virtual/gda-virtual-provider.h> | |||
#define GDA_TYPE_VIRTUAL_CONNECTION (gda_virtual_connection_get_ type()) | #define GDA_TYPE_VIRTUAL_CONNECTION (gda_virtual_connection_get_ type()) | |||
#define GDA_VIRTUAL_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, GDA_TYPE_VIRTUAL_CONNECTION, GdaVirtualConnection)) | #define GDA_VIRTUAL_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, GDA_TYPE_VIRTUAL_CONNECTION, GdaVirtualConnection)) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-virtual-provider.h | gda-virtual-provider.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_VIRTUAL_PROVIDER_H__ | #ifndef __GDA_VIRTUAL_PROVIDER_H__ | |||
#define __GDA_VIRTUAL_PROVIDER_H__ | #define __GDA_VIRTUAL_PROVIDER_H__ | |||
/* NOTICE: SQLite must be compiled without the SQLITE_OMIT_VIRTUALTABLE fla g */ | /* NOTICE: SQLite must be compiled without the SQLITE_OMIT_VIRTUALTABLE fla g */ | |||
#include <libgda/sqlite/gda-sqlite-provider.h> | #include <libgda/sqlite/gda-sqlite-provider.h> | |||
#define GDA_TYPE_VIRTUAL_PROVIDER (gda_virtual_provider_get_type ()) | #define GDA_TYPE_VIRTUAL_PROVIDER (gda_virtual_provider_get_type ()) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-vprovider-data-model.h | gda-vprovider-data-model.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_VPROVIDER_DATA_MODEL_H__ | #ifndef __GDA_VPROVIDER_DATA_MODEL_H__ | |||
#define __GDA_VPROVIDER_DATA_MODEL_H__ | #define __GDA_VPROVIDER_DATA_MODEL_H__ | |||
#include <virtual/gda-virtual-provider.h> | #include <virtual/gda-virtual-provider.h> | |||
#define GDA_TYPE_VPROVIDER_DATA_MODEL (gda_vprovider_data_model_ get_type()) | #define GDA_TYPE_VPROVIDER_DATA_MODEL (gda_vprovider_data_model_ get_type()) | |||
#define GDA_VPROVIDER_DATA_MODEL(obj) (G_TYPE_CHECK_INSTANCE_CAS T (obj, GDA_TYPE_VPROVIDER_DATA_MODEL, GdaVproviderDataModel)) | #define GDA_VPROVIDER_DATA_MODEL(obj) (G_TYPE_CHECK_INSTANCE_CAS T (obj, GDA_TYPE_VPROVIDER_DATA_MODEL, GdaVproviderDataModel)) | |||
#define GDA_VPROVIDER_DATA_MODEL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ( klass, GDA_TYPE_VPROVIDER_DATA_MODEL, GdaVproviderDataModelClass)) | #define GDA_VPROVIDER_DATA_MODEL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ( klass, GDA_TYPE_VPROVIDER_DATA_MODEL, GdaVproviderDataModelClass)) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-vprovider-hub.h | gda-vprovider-hub.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2007 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_VPROVIDER_HUB_H__ | #ifndef __GDA_VPROVIDER_HUB_H__ | |||
#define __GDA_VPROVIDER_HUB_H__ | #define __GDA_VPROVIDER_HUB_H__ | |||
#include <virtual/gda-vprovider-data-model.h> | #include <virtual/gda-vprovider-data-model.h> | |||
#define GDA_TYPE_VPROVIDER_HUB (gda_vprovider_hub_get_type()) | #define GDA_TYPE_VPROVIDER_HUB (gda_vprovider_hub_get_type()) | |||
#define GDA_VPROVIDER_HUB(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, GDA_TYPE_VPROVIDER_HUB, GdaVproviderHub)) | #define GDA_VPROVIDER_HUB(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, GDA_TYPE_VPROVIDER_HUB, GdaVproviderHub)) | |||
#define GDA_VPROVIDER_HUB_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (klass, GDA_TYPE_VPROVIDER_HUB, GdaVproviderHubClass)) | #define GDA_VPROVIDER_HUB_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (klass, GDA_TYPE_VPROVIDER_HUB, GdaVproviderHubClass)) | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
gda-xa-transaction.h | gda-xa-transaction.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2008 - 2011 The GNOME Foundation. | * Copyright (C) 2008 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* | ||||
* AUTHORS: | ||||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __GDA_XA_TRANSACTION_H__ | #ifndef __GDA_XA_TRANSACTION_H__ | |||
#define __GDA_XA_TRANSACTION_H__ | #define __GDA_XA_TRANSACTION_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libgda/gda-enums.h> | #include <libgda/gda-enums.h> | |||
#include <libgda/gda-decl.h> | #include <libgda/gda-decl.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 11 lines changed or added | |||
libgda-global-variables.h | libgda-global-variables.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2010 The GNOME Foundation. | * Copyright (C) 2001 Carlos Perell | |||
* | * Copyright (C) 2001 - 2003 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 - 2010 Vivien Malerba <malerba@gnome-db.org> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <gonzalo@gnome-db.org> | |||
* Copyright (C) 2005 Cygwin Ports Maintainer <yselkowitz@users.sourceforge | ||||
.net> | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __LIBGDA_GLOBAL_VARIABLES_H__ | #ifndef __LIBGDA_GLOBAL_VARIABLES_H__ | |||
#define __LIBGDA_GLOBAL_VARIABLES_H__ | #define __LIBGDA_GLOBAL_VARIABLES_H__ | |||
#include <libgda/gda-attributes-manager.h> | #include <libgda/gda-attributes-manager.h> | |||
#ifdef G_OS_WIN32 | #ifdef G_OS_WIN32 | |||
#define IMPORT __declspec(dllimport) | #define IMPORT __declspec(dllimport) | |||
#else | #else | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 16 lines changed or added | |||
libgda-report.h | libgda-report.h | |||
---|---|---|---|---|
/* GDA library | /* | |||
* Copyright (C) 2007 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 Carlos Perell | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2001 - 2007 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __LIBGDA_REPORT_H__ | #ifndef __LIBGDA_REPORT_H__ | |||
#define __LIBGDA_REPORT_H__ | #define __LIBGDA_REPORT_H__ | |||
#include <libgda-report/gda-report-engine.h> | #include <libgda-report/gda-report-engine.h> | |||
#include <libgda-report/gda-report-document.h> | #include <libgda-report/gda-report-document.h> | |||
#include <libgda-report/gda-report-docbook-document.h> | #include <libgda-report/gda-report-docbook-document.h> | |||
#include <libgda-report/gda-report-rml-document.h> | #include <libgda-report/gda-report-rml-document.h> | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 16 lines changed or added | |||
libgda-virtual.h | libgda-virtual.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 2007 - 2011 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 Carlos Perell | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __LIBGDA_VIRTUAL_H__ | #ifndef __LIBGDA_VIRTUAL_H__ | |||
#define __LIBGDA_VIRTUAL_H__ | #define __LIBGDA_VIRTUAL_H__ | |||
#include <virtual/gda-virtual-provider.h> | #include <virtual/gda-virtual-provider.h> | |||
#include <virtual/gda-vprovider-data-model.h> | #include <virtual/gda-vprovider-data-model.h> | |||
#include <virtual/gda-vprovider-hub.h> | #include <virtual/gda-vprovider-hub.h> | |||
#include <virtual/gda-virtual-connection.h> | #include <virtual/gda-virtual-connection.h> | |||
End of changes. 5 change blocks. | ||||
15 lines changed or deleted | 15 lines changed or added | |||
libgda-xslt.h | libgda-xslt.h | |||
---|---|---|---|---|
/* GDA common library | /* | |||
* Copyright (C) 2007 - 2008 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2002 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 Carlos Perell | |||
* Paweł Cesar Sanjuan Szklarz <paweld2@gmail.com> | * Copyright (C) 2001 - 2009 Vivien Malerba <malerba@gnome-db.org> | |||
* Copyright (C) 2002 Gonzalo Paniagua Javier <gonzalo@src.gnome.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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef _LIBGDA_XSLT_H | #ifndef _LIBGDA_XSLT_H | |||
#define _LIBGDA_XSLT_H | #define _LIBGDA_XSLT_H | |||
#include <glib.h> | #include <glib.h> | |||
#include <libgda/libgda.h> | #include <libgda/libgda.h> | |||
#include <libxslt/transform.h> | #include <libxslt/transform.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
End of changes. 5 change blocks. | ||||
16 lines changed or deleted | 16 lines changed or added | |||
libgda.h | libgda.h | |||
---|---|---|---|---|
/* | /* | |||
* Copyright (C) 1998 - 2011 The GNOME Foundation. | * Copyright (C) 2000 Reinhard Müller <reinhard@src.gnome.org> | |||
* | * Copyright (C) 2000 - 2004 Rodrigo Moya <rodrigo@gnome-db.org> | |||
* AUTHORS: | * Copyright (C) 2001 Carlos Perell | |||
* Michael Lausch <michael@lausch.at> | * Copyright (C) 2001 - 2011 Vivien Malerba <malerba@gnome-db.org> | |||
* Rodrigo Moya <rodrigo@gnome-db.org> | * Copyright (C) 2002 Andrew Hill <andru@src.gnome.org> | |||
* Bas Driessen <bas.driessen@xobas.com> | * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <gonzalo@ximian.com> | |||
* Vivien Malerba <malerba@gnome-db.org> | * Copyright (C) 2003 - 2006 Murray Cumming <murrayc@murrayc.com> | |||
* Copyright (C) 2004 Szalai Ferenc <szferi@einstein.ki.iif.hu> | ||||
* Copyright (C) 2005 Bas Driessen <bas.driessen@xobas.com> | ||||
* Copyright (C) 2005 | ||||
* | * | |||
* 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 Lesser General Public | |||
* published by the Free Software Foundation; either version 2 of the | * License as published by the Free Software Foundation; either | |||
* License, or (at your option) any later version. | * version 2 of the 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, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this Library; see the file COPYING.LIB. If not, | * License along with this library; if not, write to the | |||
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330 | * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |||
, | * Boston, MA 02110-1301, USA. | |||
* Boston, MA 02111-1307, USA. | ||||
*/ | */ | |||
#ifndef __LIBGDA_H__ | #ifndef __LIBGDA_H__ | |||
#define __LIBGDA_H__ | #define __LIBGDA_H__ | |||
#include <libgda/gda-attributes-manager.h> | #include <libgda/gda-attributes-manager.h> | |||
#include <libgda/gda-column.h> | #include <libgda/gda-column.h> | |||
#include <libgda/gda-config.h> | #include <libgda/gda-config.h> | |||
#include <libgda/gda-connection-event.h> | #include <libgda/gda-connection-event.h> | |||
#include <libgda/gda-connection.h> | #include <libgda/gda-connection.h> | |||
End of changes. 5 change blocks. | ||||
18 lines changed or deleted | 20 lines changed or added | |||