Changeset 557

Show
Ignore:
Timestamp:
07/05/06 12:24:28
Author:
pvanhoof
Message:

Docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymailui-gtk/tny-account-tree-model.h

    r556 r557  
    2424#include <gtk/gtk.h> 
    2525#include <tny-store-account-iface.h> 
     26#include <tny-list-iface.h> 
    2627 
    2728G_BEGIN_DECLS 
     
    3435#define TNY_ACCOUNT_TREE_MODEL_GET_CLASS(inst)  (G_TYPE_INSTANCE_GET_INTERFACE ((inst), TNY_TYPE_ACCOUNT_TREE_MODEL, TnyAccountTreeModelClass)) 
    3536 
     37/* Implements GtkTreeModelIface and TnyListIface */ 
    3638 
    3739typedef struct _TnyAccountTreeModel TnyAccountTreeModel; 
  • trunk/libtinymailui-gtk/tny-msg-header-list-model.h

    r549 r557  
    2424#include <tny-msg-header-iface.h> 
    2525#include <tny-msg-folder-iface.h> 
     26#include <tny-list-iface.h> 
    2627 
    2728G_BEGIN_DECLS 
     
    3334#define TNY_IS_MSG_HEADER_LIST_MODEL_CLASS(vtable) (G_TYPE_CHECK_CLASS_TYPE ((vtable), TNY_TYPE_MSG_HEADER_LIST_MODEL)) 
    3435#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 */ 
    3538 
    3639typedef struct _TnyMsgHeaderListModel TnyMsgHeaderListModel;