Changeset 557
- Timestamp:
- 07/05/06 12:24:28
- Files:
-
- trunk/libtinymailui-gtk/tny-account-tree-model.h (modified) (2 diffs)
- trunk/libtinymailui-gtk/tny-msg-header-list-model.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymailui-gtk/tny-account-tree-model.h
r556 r557 24 24 #include <gtk/gtk.h> 25 25 #include <tny-store-account-iface.h> 26 #include <tny-list-iface.h> 26 27 27 28 G_BEGIN_DECLS … … 34 35 #define TNY_ACCOUNT_TREE_MODEL_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), TNY_TYPE_ACCOUNT_TREE_MODEL, TnyAccountTreeModelClass)) 35 36 37 /* Implements GtkTreeModelIface and TnyListIface */ 36 38 37 39 typedef struct _TnyAccountTreeModel TnyAccountTreeModel; trunk/libtinymailui-gtk/tny-msg-header-list-model.h
r549 r557 24 24 #include <tny-msg-header-iface.h> 25 25 #include <tny-msg-folder-iface.h> 26 #include <tny-list-iface.h> 26 27 27 28 G_BEGIN_DECLS … … 33 34 #define TNY_IS_MSG_HEADER_LIST_MODEL_CLASS(vtable) (G_TYPE_CHECK_CLASS_TYPE ((vtable), TNY_TYPE_MSG_HEADER_LIST_MODEL)) 34 35 #define TNY_MSG_HEADER_LIST_MODEL_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), TNY_TYPE_MSG_HEADER_LIST_MODEL, TnyMsgHeaderListModelClass)) 36 37 /* Implements GtkTreeModelIface and TnyListIface */ 35 38 36 39 typedef struct _TnyMsgHeaderListModel TnyMsgHeaderListModel;
