libgda r3318 - in trunk: . doc/C doc/C/tmpl libgda



Author: vivien
Date: Fri Feb 13 20:17:36 2009
New Revision: 3318
URL: http://svn.gnome.org/viewvc/libgda?rev=3318&view=rev

Log:
2009-02-13  Vivien Malerba <malerba gnome-db org>

	* libgda/gda-connection.c:
	* doc/C: doc. updates
	* libgda/libgda.symbols: removed non existant symbol


Modified:
   trunk/ChangeLog
   trunk/doc/C/libgda-4.0-docs.sgml
   trunk/doc/C/libgda-4.0-sections.txt
   trunk/doc/C/tmpl/gda-attributes-manager.sgml
   trunk/libgda/gda-connection.c
   trunk/libgda/libgda.symbols

Modified: trunk/doc/C/libgda-4.0-docs.sgml
==============================================================================
--- trunk/doc/C/libgda-4.0-docs.sgml	(original)
+++ trunk/doc/C/libgda-4.0-docs.sgml	Fri Feb 13 20:17:36 2009
@@ -1318,7 +1318,7 @@
   </part>
 
   <part id="gda-sql">
-    <title>Gda SQL console' user manual</title>
+    <title>Gda SQL console's user manual</title>
     &GdaSqlManual;
   </part>
 

Modified: trunk/doc/C/libgda-4.0-sections.txt
==============================================================================
--- trunk/doc/C/libgda-4.0-sections.txt	(original)
+++ trunk/doc/C/libgda-4.0-sections.txt	Fri Feb 13 20:17:36 2009
@@ -35,6 +35,8 @@
 GDA_ATTRIBUTE_IS_DEFAULT
 <SUBSECTION>
 GdaAttributesManager
+GdaAttributesManagerSignal
+GdaAttributesManagerFunc
 gda_attributes_manager_new
 gda_attributes_manager_free
 gda_attributes_manager_set

Modified: trunk/doc/C/tmpl/gda-attributes-manager.sgml
==============================================================================
--- trunk/doc/C/tmpl/gda-attributes-manager.sgml	(original)
+++ trunk/doc/C/tmpl/gda-attributes-manager.sgml	Fri Feb 13 20:17:36 2009
@@ -84,6 +84,27 @@
 </para>
 
 
+<!-- ##### USER_FUNCTION GdaAttributesManagerSignal ##### -->
+<para>
+
+</para>
+
+ obj: 
+ att_name: 
+ value: 
+ data: 
+
+
+<!-- ##### USER_FUNCTION GdaAttributesManagerFunc ##### -->
+<para>
+
+</para>
+
+ att_name: 
+ value: 
+ data: 
+
+
 <!-- ##### FUNCTION gda_attributes_manager_new ##### -->
 <para>
 

Modified: trunk/libgda/gda-connection.c
==============================================================================
--- trunk/libgda/gda-connection.c	(original)
+++ trunk/libgda/gda-connection.c	Fri Feb 13 20:17:36 2009
@@ -3277,7 +3277,7 @@
  * @cnc: a #GdaConnection object.
  * @meta_type: describes which data to get.
  * @error: a place to store errors, or %NULL
- * @nb_filters: the number of filters in the @... argument
+ * @nb_filters: the number of filters in the ... argument
  * @...: a list of (filter name (gchar *), filter value (GValue*)) pairs specifying
  * the filter to apply to the returned data model's contents (there must be @nb_filters pairs)
  *
@@ -3289,7 +3289,7 @@
  * is up to date using gda_connection_update_meta_store() (it can become outdated if the database's schema
  * is modified).
  *
- * For more information about the returned data model's attributes, or about the @meta_type and @... filter arguments,
+ * For more information about the returned data model's attributes, or about the @meta_type and ... filter arguments,
  * see <link linkend="GdaConnectionMetaTypeHead">this description</link>.
  * 
  * Returns: a #GdaDataModel containing the data required. The caller is responsible

Modified: trunk/libgda/libgda.symbols
==============================================================================
--- trunk/libgda/libgda.symbols	(original)
+++ trunk/libgda/libgda.symbols	Fri Feb 13 20:17:36 2009
@@ -565,7 +565,6 @@
 	gda_sql_field_new
 	gda_sql_field_serialize
 	gda_sql_field_take_name
-	gda_sql_function_check_clean
 	gda_sql_function_copy
 	gda_sql_function_free
 	gda_sql_function_new



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