Author: reinhard
Date: 2005-06-16 17:57:12 -0500 (Thu, 16 Jun 2005)
New Revision: 7605

Modified:
   trunk/gnue-common/src/datasources/GDataSource.py
Log:
Updated docstring.


Modified: trunk/gnue-common/src/datasources/GDataSource.py
===================================================================
--- trunk/gnue-common/src/datasources/GDataSource.py    2005-06-16 22:47:09 UTC 
(rev 7604)
+++ trunk/gnue-common/src/datasources/GDataSource.py    2005-06-16 22:57:12 UTC 
(rev 7605)
@@ -54,6 +54,16 @@
     "requery" option of this datasource is in use.
   - dsCursorMoved (parameters: none) whenever the cursor in the current
     ResultSet is moved, i.e. a different record becomes the current record.
+  - dsRecordLoaded (parameters: record) whenever a record has been loaded from
+    the backend.
+  - dsRecordTouchend (parameters: record) whenever a record is modified for the
+    first time since it was loaded from the backend or last saved.
+  - dsCommitInsert (parameters: record) whenever a record is about to be
+    inserted in the backend due to a commit operation.
+  - dsCommitUpdate (parameters: record) whenever a record is about to be
+    updated in the backend due to a commit operation.
+  - dsCommitDelete (parameters: record) whenever a record is about to be
+    deleted in the backend due to a commit operation.
   """
 
   # 
--------------------------------------------------------------------------- 



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to