libgda r3080 - in branches/release-3-0-branch: . libgda
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: libgda r3080 - in branches/release-3-0-branch: . libgda
- Date: Sun, 16 Mar 2008 13:20:08 +0000 (GMT)
Author: murrayc
Date: Sun Mar 16 13:20:07 2008
New Revision: 3080
URL: http://svn.gnome.org/viewvc/libgda?rev=3080&view=rev
Log:
2008-03-16 Murray Cumming <murrayc murrayc com>
* libgda/gda-dict-field.c: Removed enum for PROP_DICT_TYPE because
there is no such property.
* libgda/gda-parameter.c:
* libgda/gda-server-provider.c:
* libgda/gda-data-model-iter.c:
* libgda/gda-dict-constraint.c: Corrected spelling mistakes in
documentation.
Modified:
branches/release-3-0-branch/ChangeLog
branches/release-3-0-branch/libgda/gda-data-model-iter.c
branches/release-3-0-branch/libgda/gda-dict-constraint.c
branches/release-3-0-branch/libgda/gda-dict-field.c
branches/release-3-0-branch/libgda/gda-parameter.c
branches/release-3-0-branch/libgda/gda-server-provider.c
Modified: branches/release-3-0-branch/libgda/gda-data-model-iter.c
==============================================================================
--- branches/release-3-0-branch/libgda/gda-data-model-iter.c (original)
+++ branches/release-3-0-branch/libgda/gda-data-model-iter.c Sun Mar 16 13:20:07 2008
@@ -544,7 +544,7 @@
if (!gda_data_model_iter_is_valid (iter))
return TRUE;
- /* optionaly validate the row change */
+ /* optionally validate the row change */
g_signal_emit (G_OBJECT (iter),
gda_data_model_iter_signals[ROW_TO_CHANGE],
0, iter->priv->row, &move_ok);
Modified: branches/release-3-0-branch/libgda/gda-dict-constraint.c
==============================================================================
--- branches/release-3-0-branch/libgda/gda-dict-constraint.c (original)
+++ branches/release-3-0-branch/libgda/gda-dict-constraint.c Sun Mar 16 13:20:07 2008
@@ -696,7 +696,7 @@
/**
* gda_dict_constraint_fkey_set_fields
* @cstr: a #GdaDictConstraint object
- * @pairs: a list of #GdaDictField objects
+ * @pairs: a list of #GdaDictConstraintFkeyPair objects
*
* Sets the field pairs which make the foreign key represented by @cstr. All the field pairs
* must list a field which belong to the same #GdaDictTable to which the constraint is attached
Modified: branches/release-3-0-branch/libgda/gda-dict-field.c
==============================================================================
--- branches/release-3-0-branch/libgda/gda-dict-field.c (original)
+++ branches/release-3-0-branch/libgda/gda-dict-field.c Sun Mar 16 13:20:07 2008
@@ -82,8 +82,7 @@
{
PROP_0,
PROP_DB_TABLE,
- PROP_PLUGIN,
- PROP_DICT_TYPE
+ PROP_PLUGIN
};
Modified: branches/release-3-0-branch/libgda/gda-parameter.c
==============================================================================
--- branches/release-3-0-branch/libgda/gda-parameter.c (original)
+++ branches/release-3-0-branch/libgda/gda-parameter.c Sun Mar 16 13:20:07 2008
@@ -1120,11 +1120,11 @@
/**
* gda_parameter_has_restrict_values
* @param: a #GdaParameter
- * @model: a place to store a pointer to the model restricting the parameter, or %NULL
+ * @model: a place to store a pointer to the model restricting the parameter, or %NULL.
* @col: a place to store the column in the model restricting the parameter, or %NULL
*
- * Tells if @param has its values restricted by a #GdaDataModel, and optionnaly
- * allows to fetch the resteictions.
+ * Tells if @param has its values restricted by a #GdaDataModel, and optionally
+ * allows to fetch the restrictions.
*
* Returns: TRUE if @param has its values restricted.
*/
Modified: branches/release-3-0-branch/libgda/gda-server-provider.c
==============================================================================
--- branches/release-3-0-branch/libgda/gda-server-provider.c (original)
+++ branches/release-3-0-branch/libgda/gda-server-provider.c Sun Mar 16 13:20:07 2008
@@ -993,7 +993,7 @@
*
* Use @provider to create a new #GValue from a single string representation.
*
- * The @prefered_type can optionnaly ask @provider to return a #GValue of the requested type
+ * The @prefered_type can optionally ask @provider to return a #GValue of the requested type
* (but if such a value can't be created from @string, then %NULL is returned);
* pass G_TYPE_INVALID if any returned type is acceptable.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]