From 2aa40df2bb6f4bb1d37792260477b5f6f1c65b5a Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Thu, 29 Jul 2010 10:08:18 +0000 Subject: [PATCH] add comment about hash etc, encapsulation seems broken. --- src/zmapWindow/items/zmapWindowContainerFeatureSet.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/zmapWindow/items/zmapWindowContainerFeatureSet.c b/src/zmapWindow/items/zmapWindowContainerFeatureSet.c index 5bfcde097..2c9240e6e 100755 --- a/src/zmapWindow/items/zmapWindowContainerFeatureSet.c +++ b/src/zmapWindow/items/zmapWindowContainerFeatureSet.c @@ -28,9 +28,9 @@ * * Exported functions: See XXXXXXXXXXXXX.h * HISTORY: - * Last edited: May 21 17:06 2010 (edgrif) + * Last edited: Jul 27 17:06 2010 (edgrif) * Created: Mon Jul 30 13:09:33 2007 (rds) - * CVS info: $Id: zmapWindowContainerFeatureSet.c,v 1.31 2010-06-14 15:40:17 mh17 Exp $ + * CVS info: $Id: zmapWindowContainerFeatureSet.c,v 1.32 2010-07-29 10:08:18 edgrif Exp $ *------------------------------------------------------------------- */ @@ -128,6 +128,13 @@ static gboolean debug_table_ids_G = FALSE; +/* + * YOU MIGHT HOPE THIS DEALT WITH THE HASH AND OTHER STUFF BUT IT DOESN'T AND SOME OF + * IT'S FUNCTIONS (E.G. zmapWindowContainerFeatureSetRemoveAllItems()) DO NOT SIT + * WELL WITH THE HASH.....IT HASN'T BEEN THOUGHT THROUGH.... + */ + + /*! * \brief Get the GType for the ZMapWindowContainerFeatureSet GObjects -- GitLab