From 6e7d652034ba83f1bccf8ff9c86579399f39e5b3 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 22 Mar 2011 21:07:00 +0000 Subject: Clarify a comment. svn path=/trunk/; revision=36270 --- file.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'file.c') diff --git a/file.c b/file.c index becec46315..72c1f3958e 100644 --- a/file.c +++ b/file.c @@ -139,7 +139,11 @@ static void ref_time_packets(capture_file *cf); #define FRAME_DATA_CHUNK_SIZE 1024 -/* this callback mechanism should possibly be replaced by the g_signal_...() stuff (if I only would know how :-) */ +/* + * We could probably use g_signal_...() instead of the callbacks below but that + * would require linking our CLI programs to libgobject and creating an object + * instance for the signals. + */ typedef struct { cf_callback_t cb_fct; gpointer user_data; -- cgit v1.2.3