notes
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 11 Jun 2003 21:40:04 +0000 (21:40 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 11 Jun 2003 21:40:04 +0000 (21:40 +0000)
Original commit message from CVS:
notes

docs/pwg/appendix-checklist.xml

index d67fcb7..2a813b3 100644 (file)
@@ -1,4 +1,14 @@
-<chapter id="cha-checklist-filter">
+<chapter id="cha-checklist-element">
+  <title>
+    Things to check when writing an element
+  </title>
+  <para>
+  Make sure the state of an element gets reset when going to NULL.
+  Ideally, this should set all object properties to their original state.
+  This function should also be called from _init.
+  </para>
+</chapter>
+<<chapter id="cha-checklist-filter">
   <title>
     Things to check when writing a filter
   </title>