gda-data-access-wrapper.h | gda-data-access-wrapper.h | |||
---|---|---|---|---|
/* GDA common library | /* | |||
* Copyright (C) 2006 - 2009 The GNOME Foundation. | * Copyright (C) 2006 - 2011 The GNOME Foundation. | |||
* | * | |||
* AUTHORS: | * AUTHORS: | |||
* Vivien Malerba <malerba@gnome-db.org> | * Vivien Malerba <malerba@gnome-db.org> | |||
* | * | |||
* This Library is free software; you can redistribute it and/or | * This Library is free software; you can redistribute it and/or | |||
* modify it under the terms of the GNU Library General Public License as | * modify it under the terms of the GNU Library General Public License as | |||
* published by the Free Software Foundation; either version 2 of the | * published by the Free Software Foundation; either version 2 of the | |||
* License, or (at your option) any later version. | * License, or (at your option) any later version. | |||
* | * | |||
* This Library is distributed in the hope that it will be useful, | * This Library is distributed in the hope that it will be useful, | |||
skipping to change at line 49 | skipping to change at line 49 | |||
struct _GdaDataAccessWrapper { | struct _GdaDataAccessWrapper { | |||
GObject object; | GObject object; | |||
GdaDataAccessWrapperPrivate *priv; | GdaDataAccessWrapperPrivate *priv; | |||
}; | }; | |||
struct _GdaDataAccessWrapperClass { | struct _GdaDataAccessWrapperClass { | |||
GObjectClass parent_class; | GObjectClass parent_class; | |||
/* Padding for future expansion */ | /* Padding for future expansion */ | |||
/*< private >*/ | ||||
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); | |||
}; | }; | |||
GType gda_data_access_wrapper_get_type (void) G_GNUC_CONST; | GType gda_data_access_wrapper_get_type (void) G_GNUC_CONST; | |||
GdaDataModel *gda_data_access_wrapper_new (GdaDataModel *model); | GdaDataModel *gda_data_access_wrapper_new (GdaDataModel *model); | |||
G_END_DECLS | G_END_DECLS | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added | |||