diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-27 11:44:02 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-27 11:44:02 +0800 |
commit | a06095af856e8ed5be14599798d2e980af202fbb (patch) | |
tree | 4f1b6ac62bf95137f0abf445462db47816a799d3 /e-util/e-pilot-map.h | |
parent | ffce1a9f388795c3bd690b7aa2f39dbbd45b5f57 (diff) | |
download | gsoc2013-evolution-a06095af856e8ed5be14599798d2e980af202fbb.tar.gz gsoc2013-evolution-a06095af856e8ed5be14599798d2e980af202fbb.tar.zst gsoc2013-evolution-a06095af856e8ed5be14599798d2e980af202fbb.zip |
take an extra param on whether to mark touched (map_sax_start_element):
2001-10-26 JP Rosevear <jpr@ximian.com>
* e-pilot-map.c (real_e_pilot_map_insert): take an extra param on
whether to mark touched
(map_sax_start_element): use above
(e_pilot_map_insert): ditto
(e_pilot_map_write): pass in extra info to foreach call
(map_write_foreach): if we are in touched only mode, write out the
map only if its been touched
* e-pilot-map.h: add new member
svn path=/trunk/; revision=14196
Diffstat (limited to 'e-util/e-pilot-map.h')
-rw-r--r-- | e-util/e-pilot-map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-pilot-map.h b/e-util/e-pilot-map.h index 51039e3ca0..28f9223070 100644 --- a/e-util/e-pilot-map.h +++ b/e-util/e-pilot-map.h @@ -34,6 +34,8 @@ struct _EPilotMap GHashTable *uid_map; time_t since; + + gboolean write_touched_only; }; gboolean e_pilot_map_pid_is_archived (EPilotMap *map, guint32 pid); |