Skip to content
Snippets Groups Projects
Commit 6b80473b authored by edgrif's avatar edgrif
Browse files

fix inaccurate comment.

parent 6e871729
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited: Apr 5 14:59 2007 (edgrif)
* Last edited: May 3 11:46 2007 (edgrif)
* Created: Thu Sep 8 10:37:24 2005 (edgrif)
* CVS info: $Id: zmapWindowItem.c,v 1.73 2007-04-05 14:20:18 edgrif Exp $
* CVS info: $Id: zmapWindowItem.c,v 1.74 2007-05-03 13:47:49 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -1735,7 +1735,7 @@ static void highlightItem(ZMapWindow window, FooCanvasItem *item, gboolean highl
}
/* This is a g_datalist callback function. */
/* This is a g_list callback function. */
static void highlightFuncCB(gpointer data, gpointer user_data)
{
FooCanvasItem *item = (FooCanvasItem *)data ;
......
......@@ -29,9 +29,9 @@
*
* Exported functions: See zMapWindow_P.h
* HISTORY:
* Last edited: Feb 6 12:49 2007 (rds)
* Last edited: May 3 11:48 2007 (edgrif)
* Created: Mon Jun 13 10:06:49 2005 (edgrif)
* CVS info: $Id: zmapWindowItemHash.c,v 1.39 2007-02-06 16:44:50 rds Exp $
* CVS info: $Id: zmapWindowItemHash.c,v 1.40 2007-05-03 13:47:11 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -996,7 +996,7 @@ static void destroyIDHash(gpointer data)
/* This is a g_datalist callback function. */
/* This is a g_list callback function. */
static void childSearchCB(gpointer data, gpointer user_data)
{
FooCanvasItem *item = (FooCanvasItem *)data ;
......
......@@ -27,9 +27,9 @@
*
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited: Apr 19 10:25 2007 (edgrif)
* Last edited: May 3 11:48 2007 (edgrif)
* Created: Tue Jan 16 09:51:19 2007 (rds)
* CVS info: $Id: zmapWindowMark.c,v 1.3 2007-04-23 14:00:26 edgrif Exp $
* CVS info: $Id: zmapWindowMark.c,v 1.4 2007-05-03 13:46:57 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -333,7 +333,7 @@ static void markItem(ZMapWindowMark mark, FooCanvasItem *item, gboolean set_mark
}
/* This is a g_datalist callback function. */
/* This is a g_list callback function. */
static void markFuncCB(gpointer data, gpointer user_data)
{
FooCanvasItem *item = (FooCanvasItem *)data ;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment