Top | ![]() |
![]() |
![]() |
![]() |
CamelDiscoDiary * | camel_disco_diary_new () |
gboolean | camel_disco_diary_empty () |
void | camel_disco_diary_log () |
void | camel_disco_diary_replay () |
void | camel_disco_diary_uidmap_add () |
const gchar * | camel_disco_diary_uidmap_lookup () |
CamelDiscoDiary * camel_disco_diary_new (CamelDiscoStore *store
,const gchar *filename
,GError **error
);
camel_disco_diary_new
is deprecated and should not be used in newly-written code.
gboolean
camel_disco_diary_empty (CamelDiscoDiary *diary
);
camel_disco_diary_empty
is deprecated and should not be used in newly-written code.
void camel_disco_diary_log (CamelDiscoDiary *diary
,CamelDiscoDiaryAction action
,...
);
camel_disco_diary_log
is deprecated and should not be used in newly-written code.
void camel_disco_diary_replay (CamelDiscoDiary *diary
,GCancellable *cancellable
,GError **error
);
camel_disco_diary_replay
is deprecated and should not be used in newly-written code.
void camel_disco_diary_uidmap_add (CamelDiscoDiary *diary
,const gchar *old_uid
,const gchar *new_uid
);
camel_disco_diary_uidmap_add
is deprecated and should not be used in newly-written code.
const gchar * camel_disco_diary_uidmap_lookup (CamelDiscoDiary *diary
,const gchar *uid
);
camel_disco_diary_uidmap_lookup
is deprecated and should not be used in newly-written code.