[xiph-commits] r3531 - liboggz/trunk/include/oggz

conrad at svn.annodex.net conrad at svn.annodex.net
Sat Mar 29 18:48:43 PDT 2008


Author: conrad
Date: 2008-03-29 18:48:41 -0700 (Sat, 29 Mar 2008)
New Revision: 3531

Modified:
   liboggz/trunk/include/oggz/oggz_table.h
Log:
clarify documentation of oggz_table_insert()


Modified: liboggz/trunk/include/oggz/oggz_table.h
===================================================================
--- liboggz/trunk/include/oggz/oggz_table.h	2008-03-27 11:35:59 UTC (rev 3530)
+++ liboggz/trunk/include/oggz/oggz_table.h	2008-03-30 01:48:41 UTC (rev 3531)
@@ -60,7 +60,8 @@
 oggz_table_delete (OggzTable * table);
 
 /**
- * Insert an element into a table.
+ * Insert an element into a table. If a previous value existed for this key,
+ * it is overwritten with the new data element.
  * \param table An OggzTable
  * \param key Key to access this data element
  * \param data The new element to add



More information about the commits mailing list