docs
authorpfritz <pfritz>
Thu, 17 Apr 2008 14:27:24 +0000 (14:27 +0000)
committerpfritz <pfritz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 17 Apr 2008 14:27:24 +0000 (14:27 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@34301 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Eet.h

index 623219f..0171381 100644 (file)
@@ -637,6 +637,9 @@ extern "C" {
     * endian-independant serialised data chunks for transmission across a
     * a network or more.
     *
+    * The function pointers to the list and hash table functions are only 
+    * needed if you use those data types, else you can pass NULL instead.
+    *
     * Example:
     *
     * @code