From 7bc8fe632f29a875659f223ad1e9aa035c56f46c Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 30 Nov 2011 18:54:29 +0000 Subject: add some comments at the top of some files, also add a timeout of 20 seconds for curl requests --- src/trg-torrent-graph.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/trg-torrent-graph.c') diff --git a/src/trg-torrent-graph.c b/src/trg-torrent-graph.c index 6c189b9..99c5dad 100644 --- a/src/trg-torrent-graph.c +++ b/src/trg-torrent-graph.c @@ -21,6 +21,10 @@ * This graph drawing code was taken from gnome-system-monitor (load-graph.cpp) * Converted the class from C++ to GObject, substituted out some STL (C++) * functions, and removed the unecessary parts for memory/cpu. + * + * Would be nice if it supported configurable timespans. This could possibly + * be replaced with ubergraph, which is a graphing widget for GTK (C) also based + * on this widget but with some improvements I didn't do. */ #include -- cgit v1.2.3