Store the listener id in the archiver_db structure
2001-09-28 Bradford Hovinen <hovinen@ximian.com> * bonobo-config-archiver.c (bonobo_config_archiver_new): Store the listener id in the archiver_db structure (bonobo_config_archiver_destroy): Remove the event source listener; destroy the XML cache (new_rollback_cb): Don't reload everything if we initiated the sync ourselves (real_sync): Mark that we are currently up to date
This commit is contained in:
parent
ca6b2c78e6
commit
233eec9cca
3 changed files with 14 additions and 0 deletions
|
@ -67,6 +67,7 @@ struct _BonoboConfigArchiver {
|
|||
BonoboPropertyBag *pb;
|
||||
|
||||
Bonobo_EventSource_ListenerId listener_id;
|
||||
gboolean is_up_to_date;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue