From 78eb4ee59c7b290f543d1387a51c5a90e01ab043 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 28 Feb 2011 12:19:57 -0600 Subject: [PATCH] gatio: update comment --- gatchat/gatio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatchat/gatio.c b/gatchat/gatio.c index e6556200..99b4baa0 100644 --- a/gatchat/gatio.c +++ b/gatchat/gatio.c @@ -52,8 +52,8 @@ struct _GAtIO { gpointer write_data; /* Write callback userdata */ GAtDebugFunc debugf; /* debugging output function */ gpointer debug_data; /* Data to pass to debug func */ - GAtDisconnectFunc write_done_func; - gpointer write_done_data; + GAtDisconnectFunc write_done_func; /* tx empty notifier */ + gpointer write_done_data; /* tx empty data */ gboolean destroyed; /* Re-entrancy guard */ };