[Swfdec-commits] swfdec/swfdec_bots.h

Benjamin Otte company at kemper.freedesktop.org
Thu Nov 6 01:03:52 PST 2008


 swfdec/swfdec_bots.h |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 569447ec49a7ac5fda9281691ede1697ecc889f2
Author: Benjamin Otte <otte at gnome.org>
Date:   Thu Nov 6 10:03:32 2008 +0100

    add comment about the struct name

diff --git a/swfdec/swfdec_bots.h b/swfdec/swfdec_bots.h
index 87640c7..93c120d 100644
--- a/swfdec/swfdec_bots.h
+++ b/swfdec/swfdec_bots.h
@@ -26,7 +26,13 @@
 
 G_BEGIN_DECLS
 
-
+/* About the name SwfdecBots:
+ * We were (actually, we still are) looking for a good name to match 
+ * SwfdecBits, but couldn't come up with anything. So we just translated "bits"
+ * as "Binary Input Token Stream", and as this struct is for output, the name
+ * Bots == "Binary Output Token Stream" suddenly made a lot of sense.
+ * If you find a more natural name, tell us.
+ */
 typedef struct _SwfdecBots SwfdecBots;
 
 struct _SwfdecBots {


More information about the Swfdec-commits mailing list