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-persistent-tree-view.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/trg-persistent-tree-view.c') diff --git a/src/trg-persistent-tree-view.c b/src/trg-persistent-tree-view.c index 9eff200..a8ce65e 100644 --- a/src/trg-persistent-tree-view.c +++ b/src/trg-persistent-tree-view.c @@ -24,6 +24,11 @@ #include "trg-preferences-dialog.h" #include "util.h" +/* A config TreeView which can save/restore simple data into the TrgConf backend. + * It's not actually a GtkTreeView, it's a GtKVBox which contains the buttons + * to add/remove entries as well as the TreeView. + */ + G_DEFINE_TYPE (TrgPersistentTreeView, trg_persistent_tree_view, GTK_TYPE_VBOX) #define GET_PRIVATE(o) \ -- cgit v1.2.3