~ubuntu-branches/ubuntu/natty/evolution-exchange/natty

« back to all changes in this revision

Viewing changes to camel/camel-exchange-summary.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-16 00:24:12 UTC
  • mfrom: (1.1.57 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616002412-g7ucx327w7rpqhij
Tags: 2.27.3-0ubuntu1
* New upstream version 
* debian/control:
  - updated evolution requirement
* debian/patches/20_fix-crash-on-personal-calendar.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
typedef struct _CamelExchangeMessageInfo {
18
18
        CamelMessageInfoBase info;
19
19
 
20
 
        char *thread_index;
21
 
        char *href;
 
20
        gchar *thread_index;
 
21
        gchar *href;
22
22
} CamelExchangeMessageInfo;
23
23
 
24
24
struct _CamelExchangeSummary {
35
35
};
36
36
 
37
37
CamelType           camel_exchange_summary_get_type          (void);
38
 
CamelFolderSummary *camel_exchange_summary_new               (struct _CamelFolder *folder, const char         *filename);
 
38
CamelFolderSummary *camel_exchange_summary_new               (struct _CamelFolder *folder, const gchar         *filename);
39
39
 
40
40
gboolean            camel_exchange_summary_get_readonly      (CamelFolderSummary *summary);
41
41
void                camel_exchange_summary_set_readonly      (CamelFolderSummary *summary,
43
43
 
44
44
 
45
45
void                camel_exchange_summary_add_offline       (CamelFolderSummary *summary,
46
 
                                                              const char         *uid,
 
46
                                                              const gchar         *uid,
47
47
                                                              CamelMimeMessage   *message,
48
48
                                                              CamelMessageInfo   *info);
49
49
void                camel_exchange_summary_add_offline_uncached (CamelFolderSummary *summary,
50
 
                                                                 const char         *uid,
 
50
                                                                 const gchar         *uid,
51
51
                                                                 CamelMessageInfo   *info);
52
52
 
53
53
guint32             camel_exchange_summary_get_article_num      (CamelFolderSummary *summary);