[libgda] Doc. updates
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Doc. updates
- Date: Sun, 4 Jan 2015 16:09:57 +0000 (UTC)
commit 6e73ff8677f95974f104b5439501931b4b68f064
Author: Vivien Malerba <malerba gnome-db org>
Date: Sun Jan 4 16:53:16 2015 +0100
Doc. updates
doc/C/libgda-6.0-docs.sgml | 4 ++--
doc/C/prov-notes.xml | 4 ++--
libgda-ui/gdaui-tree-store.c | 2 +-
libgda/gda-server-operation.c | 2 ++
libgda/gda-server-provider-extra.c | 3 ++-
5 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/doc/C/libgda-6.0-docs.sgml b/doc/C/libgda-6.0-docs.sgml
index 923f51a..5b76670 100644
--- a/doc/C/libgda-6.0-docs.sgml
+++ b/doc/C/libgda-6.0-docs.sgml
@@ -22,7 +22,7 @@
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
- <title>GNOME Data Access 5 manual</title>
+ <title>GNOME Data Access 6 manual</title>
<releaseinfo>for version &version;</releaseinfo>
<authorgroup>
<author>
@@ -100,7 +100,7 @@
</authorgroup>
<date>&builddate;</date>
<copyright>
- <year>1999 - 2011</year>
+ <year>1999 - 2014</year>
<holder>©</holder>
</copyright>
<abstract>
diff --git a/doc/C/prov-notes.xml b/doc/C/prov-notes.xml
index e54a7f9..a7cf999 100644
--- a/doc/C/prov-notes.xml
+++ b/doc/C/prov-notes.xml
@@ -390,7 +390,7 @@ DETACH DATABASE plaintext; </programlisting>
(if set)</para></listitem>
<listitem><para>in the <filename>$HOME/.local/share/libgda/config</filename> directory (or
<filename class="directory">$HOME/.libgda</filename> if if exists and
- <filename>$HOME/.local/share/libgda/config</filename> does not)</para></listitem>
+ <filename>$HOME/.local/share/libgda/config</filename> if does not)</para></listitem>
</orderedlist>
</para>
</sect2>
@@ -400,7 +400,7 @@ DETACH DATABASE plaintext; </programlisting>
<para>
To connect to a database, the expected connection parameters are the ones required by the JDBC driver
being
used, which varies from driver to driver (for more information, refer to each driver's
documentation). Thus
- &Libgda; expects only one argument named "URL" which it passes (without any modification) to the JDBC
driver.
+ &LIBGDA; expects only one argument named "URL" which it passes (without any modification) to the JDBC
driver.
</para>
<para>
However, for some widely used servers (such as SqlServer), Libgda also accepts some parameters like
diff --git a/libgda-ui/gdaui-tree-store.c b/libgda-ui/gdaui-tree-store.c
index 517512b..7742fed 100644
--- a/libgda-ui/gdaui-tree-store.c
+++ b/libgda-ui/gdaui-tree-store.c
@@ -393,7 +393,7 @@ gdaui_tree_store_get_property (GObject *object,
* gdaui_tree_store_new: (skip)
* @tree: a #GdaTree object
* @n_columns: number of columns in the tree store
- * @Varargs: couples of (GType, attribute name) for each column, from first to last
+ * @...: couples of (GType, attribute name) for each column, from first to last
*
* Creates a #GtkTreeModel interface with a #GdaTree, mapping columns to attributes' values.
*
diff --git a/libgda/gda-server-operation.c b/libgda/gda-server-operation.c
index c0e7f55..3977491 100644
--- a/libgda/gda-server-operation.c
+++ b/libgda/gda-server-operation.c
@@ -2494,6 +2494,8 @@ gda_server_operation_set_value_at (GdaServerOperation *op, const gchar *value, G
* and not against the current @op's specification.
*
* Returns: %TRUE if @op is valid
+ *
+ * Since: 6.0
*/
gboolean
gda_server_operation_is_valid (GdaServerOperation *op, const gchar *xml_file, GError **error)
diff --git a/libgda/gda-server-provider-extra.c b/libgda/gda-server-provider-extra.c
index c48cd0d..d28a855 100644
--- a/libgda/gda-server-provider-extra.c
+++ b/libgda/gda-server-provider-extra.c
@@ -451,6 +451,8 @@ gda_server_provider_load_file_contents (const gchar *inst_dir, const gchar *data
* This function should only be used by database provider's implementations
*
* Returns: (transfer full): a new string containing the resource's contents, or %NULL if not found or if an
error occurred
+ *
+ * Since: 6.0
*/
gchar *
gda_server_provider_load_resource_contents (const gchar *prov_name, const gchar *resource)
@@ -460,7 +462,6 @@ gda_server_provider_load_resource_contents (const gchar *prov_name, const gchar
gchar *rname;
rname = g_strdup_printf ("/spec/%s/%s", prov_name, resource);
- g_print ("Using resource %s\n", rname);
GBytes *bytes;
bytes = g_resources_lookup_data (rname, G_RESOURCE_LOOKUP_FLAGS_NONE, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]