[libgda] gda-set: removed from gda-decl.h
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] gda-set: removed from gda-decl.h
- Date: Wed, 12 Sep 2018 11:56:08 +0000 (UTC)
commit 7ab47d80618be3f7f726884452629b57efdf4fbc
Author: Daniel Espinosa <esodan gmail com>
Date: Mon Sep 3 17:22:40 2018 -0500
gda-set: removed from gda-decl.h
libgda/gda-decl.h | 6 ------
libgda/gda-provider-meta.h | 1 +
libgda/gda-repetitive-statement.h | 1 +
libgda/gda-server-operation.h | 1 +
libgda/gda-set.h | 6 ++----
5 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/libgda/gda-decl.h b/libgda/gda-decl.h
index 5ae3d292d..2cd36796c 100644
--- a/libgda/gda-decl.h
+++ b/libgda/gda-decl.h
@@ -58,12 +58,6 @@ typedef struct _GdaHolder GdaHolder;
typedef struct _GdaHolderClass GdaHolderClass;
typedef struct _GdaHolderPrivate GdaHolderPrivate;
-typedef struct _GdaSet GdaSet;
-typedef struct _GdaSetClass GdaSetClass;
-typedef struct _GdaSetNode GdaSetNode;
-typedef struct _GdaSetGroup GdaSetGroup;
-typedef struct _GdaSetSource GdaSetSource;
-
typedef struct _GdaBlobOp GdaBlobOp;
typedef struct _GdaBlobOpClass GdaBlobOpClass;
diff --git a/libgda/gda-provider-meta.h b/libgda/gda-provider-meta.h
index a4458f6ea..d19337177 100644
--- a/libgda/gda-provider-meta.h
+++ b/libgda/gda-provider-meta.h
@@ -21,6 +21,7 @@
#define __GDA_PROVIDER_META_H__
#include <glib-object.h>
+#include <libgda/gda-set.h>
#include <libgda/gda-row.h>
G_BEGIN_DECLS
diff --git a/libgda/gda-repetitive-statement.h b/libgda/gda-repetitive-statement.h
index f7716f761..e5fa061ad 100644
--- a/libgda/gda-repetitive-statement.h
+++ b/libgda/gda-repetitive-statement.h
@@ -22,6 +22,7 @@
#include <glib-object.h>
#include <libgda/gda-decl.h>
+#include <libgda/gda-set.h>
G_BEGIN_DECLS
diff --git a/libgda/gda-server-operation.h b/libgda/gda-server-operation.h
index 1a14c0694..7935ea4a4 100644
--- a/libgda/gda-server-operation.h
+++ b/libgda/gda-server-operation.h
@@ -26,6 +26,7 @@
#include <glib-object.h>
#include <libgda/gda-decl.h>
+#include <libgda/gda-set.h>
#include <libxml/tree.h>
G_BEGIN_DECLS
diff --git a/libgda/gda-set.h b/libgda/gda-set.h
index 36a8aaebe..2ba6df2c2 100644
--- a/libgda/gda-set.h
+++ b/libgda/gda-set.h
@@ -41,6 +41,8 @@ typedef enum
} GdaSetError;
typedef struct _GdaSetNode GdaSetNode;
+typedef struct _GdaSetGroup GdaSetGroup;
+typedef struct _GdaSetSource GdaSetSource;
#define GDA_TYPE_SET_NODE (gda_set_node_get_type ())
#define GDA_SET_NODE(x) ((GdaSetNode *)(x))
@@ -55,8 +57,6 @@ void gda_set_node_set_data_model (GdaSetNode *node, GdaDataModel *mo
gint gda_set_node_get_source_column (GdaSetNode *node);
void gda_set_node_set_source_column (GdaSetNode *node, gint column);
-typedef struct _GdaSetGroup GdaSetGroup;
-
#define GDA_TYPE_SET_GROUP (gda_set_group_get_type ())
#define GDA_SET_GROUP(x) ((GdaSetGroup *)(x))
GType gda_set_group_get_type (void) G_GNUC_CONST;
@@ -70,8 +70,6 @@ gint gda_set_group_get_n_nodes (GdaSetGroup *sg);
void gda_set_group_set_source (GdaSetGroup *sg, GdaSetSource *source);
GdaSetSource *gda_set_group_get_source (GdaSetGroup *sg);
-typedef struct _GdaSetSource GdaSetSource;
-
#define GDA_TYPE_SET_SOURCE (gda_set_source_get_type ())
#define GDA_SET_SOURCE(x) ((GdaSetSource *)(x))
GType gda_set_source_get_type (void) G_GNUC_CONST;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]