[libgda] Added missing symbols to documentation



commit 24d8fcbf27de164389c6250bf98a1acfbcb68570
Author: Vivien Malerba <malerba gnome-db org>
Date:   Mon Feb 20 20:51:41 2012 +0100

    Added missing symbols to documentation

 doc/C/libgda-sections.txt |    9 +++++++++
 libgda/gda-meta-store.h   |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/doc/C/libgda-sections.txt b/doc/C/libgda-sections.txt
index 36aa971..3b1e3a7 100644
--- a/doc/C/libgda-sections.txt
+++ b/doc/C/libgda-sections.txt
@@ -228,6 +228,7 @@ GdaDataModelLdapClass
 GdaDataModelLdapPrivate
 GdaLdapSearchScope
 gda_data_model_ldap_new
+gda_data_model_ldap_new_with_config
 gda_data_model_ldap_compute_columns
 <SUBSECTION Standard>
 GDA_DATA_MODEL_LDAP
@@ -1453,6 +1454,14 @@ gda_meta_store_schema_add_custom_object
 gda_meta_store_get_internal_connection
 gda_meta_store_declare_foreign_key
 gda_meta_store_undeclare_foreign_key
+<SUBSECTION>
+gda_meta_context_get_type
+gda_meta_context_new
+gda_meta_context_set_table
+gda_meta_context_get_table
+gda_meta_context_set_column
+gda_meta_context_set_columns
+gda_meta_context_free
 <SUBSECTION Standard>
 GDA_IS_META_STORE
 GDA_META_STORE
diff --git a/libgda/gda-meta-store.h b/libgda/gda-meta-store.h
index 3488b55..76fd89b 100644
--- a/libgda/gda-meta-store.h
+++ b/libgda/gda-meta-store.h
@@ -206,12 +206,12 @@ gboolean          gda_meta_store_undeclare_foreign_key    (GdaMetaStore *store,
 							   const gchar *ref_catalog, const gchar *ref_schema, const gchar *ref_table,
 							   GError **error);
 
-GType             gda_meta_context_get_type              (void) G_GNUC_CONST;
+GType             gda_meta_context_get_type               (void) G_GNUC_CONST;
 GdaMetaContext*   gda_meta_context_new                    ();
 void              gda_meta_context_set_table              (GdaMetaContext *ctx, const gchar *table);
 const gchar*      gda_meta_context_get_table              (GdaMetaContext *ctx);
 void              gda_meta_context_set_column             (GdaMetaContext *ctx, const gchar* column, 
-                               const GValue* value, GdaConnection *cnc);
+							   const GValue* value, GdaConnection *cnc);
 void              gda_meta_context_set_columns            (GdaMetaContext *ctx, GHashTable *columns,
 							   GdaConnection *cnc);
 void              gda_meta_context_free                   (GdaMetaContext *ctx);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]