From 4c05b9e925764a6035e3d0fcbfc1f0458d36f5d9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 29 Aug 2010 10:44:16 -0400 Subject: Coding style and whitespace cleanup. --- mail/em-folder-tree-model.h | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'mail/em-folder-tree-model.h') diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h index 25ed2d8188..cc83aba990 100644 --- a/mail/em-folder-tree-model.h +++ b/mail/em-folder-tree-model.h @@ -54,28 +54,32 @@ typedef struct _EMFolderTreeModelPrivate EMFolderTreeModelPrivate; typedef struct _EMFolderTreeModelStoreInfo EMFolderTreeModelStoreInfo; enum { - COL_STRING_DISPLAY_NAME, /* string that appears in the tree */ - COL_POINTER_CAMEL_STORE, /* CamelStore object */ - COL_STRING_FULL_NAME, /* if node is a folder, the full path name of the folder, no leading / */ - COL_STRING_ICON_NAME, /* icon name for the folder */ - COL_STRING_URI, /* the uri to get the store or folder object */ - COL_UINT_UNREAD, /* unread count */ - COL_UINT_FLAGS, /* FolderInfo.flags */ - - COL_BOOL_IS_STORE, /* toplevel store node? */ - COL_BOOL_IS_FOLDER, /* folder (not a store) */ - COL_BOOL_LOAD_SUBDIRS, /* %TRUE only if the store/folder - * has subfolders which have not yet - * been added to the tree */ - COL_UINT_UNREAD_LAST_SEL, /* last known unread count */ - COL_BOOL_IS_DRAFT, /* %TRUE for a draft folder */ + COL_STRING_DISPLAY_NAME, /* string that appears in the tree */ + COL_POINTER_CAMEL_STORE, /* CamelStore object */ + COL_STRING_FULL_NAME, /* if node is a folder, the full path + * name of the folder, no leading / */ + COL_STRING_ICON_NAME, /* icon name for the folder */ + COL_STRING_URI, /* the uri to get the store or + * folder object */ + COL_UINT_UNREAD, /* unread count */ + COL_UINT_FLAGS, /* FolderInfo.flags */ + + COL_BOOL_IS_STORE, /* toplevel store node? */ + COL_BOOL_IS_FOLDER, /* folder (not a store) */ + COL_BOOL_LOAD_SUBDIRS, /* %TRUE only if the store/folder + * has subfolders which have not yet + * been added to the tree */ + COL_UINT_UNREAD_LAST_SEL, /* last known unread count */ + COL_BOOL_IS_DRAFT, /* %TRUE for a draft folder */ NUM_COLUMNS }; struct _EMFolderTreeModelStoreInfo { CamelStore *store; GtkTreeRowReference *row; - GHashTable *full_hash; /* maps CamelFolderInfo::full_name's to GtkTreeRowReferences */ + + /* CamelFolderInfo::full_name -> GtkTreeRowReference */ + GHashTable *full_hash; EAccount *account; gchar *display_name; -- cgit v1.2.3