[libgda] Minor documentation corrections



commit deb64fa5b509ba46708684297330a42dd799b5dc
Author: Vivien Malerba <malerba gnome-db org>
Date:   Wed May 26 21:45:53 2010 +0200

    Minor documentation corrections

 libgda/gda-config.c |    2 +-
 libgda/gda-config.h |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libgda/gda-config.c b/libgda/gda-config.c
index f8dec50..9a6e654 100644
--- a/libgda/gda-config.c
+++ b/libgda/gda-config.c
@@ -1,5 +1,5 @@
 /* GDA library
- * Copyright (C) 2007 - 2009 The GNOME Foundation.
+ * Copyright (C) 2007 - 2010 The GNOME Foundation.
  *
  * AUTHORS:
  *      Vivien Malerba <malerba gnome-db org>
diff --git a/libgda/gda-config.h b/libgda/gda-config.h
index 7cdd606..94baca7 100644
--- a/libgda/gda-config.h
+++ b/libgda/gda-config.h
@@ -1,5 +1,5 @@
 /* GDA library
- * Copyright (C) 2007 - 2009 The GNOME Foundation.
+ * Copyright (C) 2007 - 2010 The GNOME Foundation.
  *
  * AUTHORS:
  *      Vivien Malerba <malerba gnome-db org>
@@ -57,6 +57,7 @@ struct _GdaDsnInfo {
         gchar    *auth_string; /* semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded */
         gboolean  is_system;
 
+	/*< private >*/
 	/* Padding for future expansion */
 	gpointer _gda_reserved1;
 	gpointer _gda_reserved2;
@@ -71,6 +72,7 @@ struct _GdaProviderInfo {
         GdaSet            *dsn_params;  /* Specs to create a DSN */
 	GdaSet            *auth_params; /* Specs to authenticate a client */
 
+	/*< private >*/
 	/* Padding for future expansion */
 	gpointer _gda_reserved1;
 	gpointer _gda_reserved2;
@@ -92,6 +94,7 @@ struct _GdaConfigClass {
 	void   (*dsn_removed)               (GdaConfig *conf, GdaDsnInfo *old_dsn);
 	void   (*dsn_changed)               (GdaConfig *conf, GdaDsnInfo *dsn);
 
+	/*< private >*/
 	/* Padding for future expansion */
 	void (*_gda_reserved1) (void);
 	void (*_gda_reserved2) (void);



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